|
Woolz Image Processing
Version 1.7.5
|
A rectangular feature value table. Typedef: WlzRectFeatValues. More...
Data Fields | |
| WlzObjectType | type |
| int | linkcount |
| void * | freeptr |
| WlzValues | original_table |
| int | line1 |
| int | lastln |
| int | kol1 |
| int | width |
| WlzFeatureVector | backgrnd |
| WlzFeatureVector * | values |
A rectangular feature value table. Typedef: WlzRectFeatValues.
| WlzObjectType _WlzRectFeatValues::type |
From WlzCoreValues.
| int _WlzRectFeatValues::linkcount |
From WlzCoreValues.
| void* _WlzRectFeatValues::freeptr |
From WlzCoreValues.
| WlzValues _WlzRectFeatValues::original_table |
If non-NULL, the values table which owns the raw values we are using.
| int _WlzRectFeatValues::line1 |
First line.
| int _WlzRectFeatValues::lastln |
Last line.
| int _WlzRectFeatValues::kol1 |
First column.
| int _WlzRectFeatValues::width |
Width.
| WlzFeatureVector _WlzRectFeatValues::backgrnd |
Background value for feature vectors not in object.
| WlzFeatureVector* _WlzRectFeatValues::values |
Contiguous array of feature vector values.