Woolz Image Processing  Version 1.8.3
_WlzRectFeatValues Struct Reference

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
 
WlzFeatureVectorvalues
 

Detailed Description

A rectangular feature value table. Typedef: WlzRectFeatValues.

Field Documentation

◆ type

WlzObjectType _WlzRectFeatValues::type

From WlzCoreValues.

◆ linkcount

int _WlzRectFeatValues::linkcount

From WlzCoreValues.

◆ freeptr

void* _WlzRectFeatValues::freeptr

From WlzCoreValues.

◆ original_table

WlzValues _WlzRectFeatValues::original_table

If non-NULL, the values table which owns the raw values we are using.

◆ line1

int _WlzRectFeatValues::line1

First line.

◆ lastln

int _WlzRectFeatValues::lastln

Last line.

◆ kol1

int _WlzRectFeatValues::kol1

First column.

◆ width

int _WlzRectFeatValues::width

Width.

◆ backgrnd

WlzFeatureVector _WlzRectFeatValues::backgrnd

Background value for feature vectors not in object.

◆ values

WlzFeatureVector* _WlzRectFeatValues::values

Contiguous array of feature vector values.


The documentation for this struct was generated from the following file: