#include <Layers.h>
Public Attributes | |
int | inCode |
int | outCode |
double | p |
Probability that one pixel of code inCode will become of code outCode. 1 for fixed transformation. |
A structure for easy reclassification of "mixed" categories in some layers.
The reclassification can be made to both increase depth or decrease depth to the original dataset.
Eg, if in our model we don't differ between coniferous and hardwood forests, we can set all them to be "forest".
At the opposite, if our model require more detail than the map provide, e.g. irrigable arable VS dry arable, we can set the generic "arable land" of becoming "arable" or "dry" according with a regional-defined probability (getted from other sources, e.g. census data).
Definition at line 129 of file Layers.h.
int inCode |
int outCode |
double p |
Probability that one pixel of code inCode will become of code outCode. 1 for fixed transformation.
Definition at line 133 of file Layers.h.
Referenced by Layers::addReclassificationRule().