Woolz Image Processing  Version 1.8.3
_WlzHistogramDomain Struct Reference

Histograms are Woolz domains and not values as might be expected. Typedef: WlzHistogramDomain. More...

Data Fields

WlzObjectType type
 
int linkcount
 
void * freeptr
 
int maxBins
 
int nBins
 
double origin
 
double binSize
 
WlzGreyP binValues
 

Detailed Description

Histograms are Woolz domains and not values as might be expected. Typedef: WlzHistogramDomain.

Field Documentation

◆ type

◆ linkcount

int _WlzHistogramDomain::linkcount

From WlzCoreDomain.

◆ freeptr

void* _WlzHistogramDomain::freeptr

From WlzCoreDomain.

Referenced by WlzMakeHistogramDomain().

◆ maxBins

int _WlzHistogramDomain::maxBins

Number of histogram bins allocated.

Referenced by WlzCompThreshold(), WlzCompThresholdVT(), WlzCopyDomain(), and WlzMakeHistogramDomain().

◆ nBins

int _WlzHistogramDomain::nBins

◆ origin

double _WlzHistogramDomain::origin

Lowest grey value of first histogram bin.

Referenced by WlzCompThresholdVT(), and WlzCopyDomain().

◆ binSize

double _WlzHistogramDomain::binSize

Grey value range for a histogram bin.

Referenced by WlzCompThreshold(), WlzCompThresholdVT(), and WlzCopyDomain().

◆ binValues

WlzGreyP _WlzHistogramDomain::binValues

Histogram values: Int for WLZ_HISTOGRAMDOMAIN_INT or Double for WLZ_HISTOGRAMDOMAIN_FLOAT.

Referenced by WlzCopyDomain(), WlzHistogramBinMax(), WlzHistogramBinSum(), and WlzMakeHistogramDomain().


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