Woolz Image Processing
Version 1.7.5
|
A 2D space domain convolution mask. To reduce computational cost at the expense of data storage the complete convolution is used even if highly symmetrical. Typedef: WlzConvolution. More...
Data Fields | |
WlzObjectType | type |
int | linkcount |
int | xsize |
int | ysize |
int * | cv |
int | divscale |
int | offset |
int | modflag |
A 2D space domain convolution mask. To reduce computational cost at the expense of data storage the complete convolution is used even if highly symmetrical. Typedef: WlzConvolution.
WlzObjectType _WlzConvolution::type |
Identifies a convolution mask.
Referenced by WlzConvolveObj(), WlzLaplacian(), and WlzSobel().
int _WlzConvolution::linkcount |
Reference count.
Referenced by WlzLaplacian(), and WlzSobel().
int _WlzConvolution::xsize |
Referenced by WlzConvolutionSum(), WlzConvolveObj(), WlzConvolveSeqParFn(), WlzLaplacian(), and WlzSobel().
int _WlzConvolution::ysize |
Size of mask which must be odd.
Referenced by WlzConvolutionSum(), WlzConvolveObj(), WlzConvolveSeqParFn(), WlzLaplacian(), and WlzSobel().
int* _WlzConvolution::cv |
The convolution mask with size \(\times\)size elements.
Referenced by WlzConvolutionSum(), WlzConvolveSeqParFn(), WlzLaplacian(), and WlzSobel().
int _WlzConvolution::divscale |
Scale factor by which the convolution is divided.
Referenced by WlzConvolutionNormalise(), WlzConvolveSeqParFn(), WlzLaplacian(), and WlzSobel().
int _WlzConvolution::offset |
Offset which is added to the scaled convolution.
Referenced by WlzConvolveSeqParFn(), WlzLaplacian(), and WlzSobel().
int _WlzConvolution::modflag |
If non-zero the absolute value of the scaled, offset convolution is used.
Referenced by WlzConvolveSeqParFn(), WlzLaplacian(), and WlzSobel().