[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
Functions | |
template<... > | |
void | inspectImage (...) |
Apply read-only functor to every pixel in the image. More... | |
template<... > | |
void | inspectImageIf (...) |
Apply read-only functor to every pixel in the ROI. More... | |
template<... > | |
void | inspectTwoImages (...) |
Apply read-only functor to every pixel of both images. More... | |
template<... > | |
void | inspectTwoImagesIf (...) |
Apply read-only functor to those pixels of both images where the mask image is non-zero. More... | |
Apply read-only functor to every pixel
void vigra::inspectImage | ( | ... | ) |
Apply read-only functor to every pixel in the image.
This function can be used to collect statistics of the image etc. The results must be stored in the functor, which serves as a return value. The function uses an accessor to access the pixel data.
Declarations:
pass arguments explicitly:
use argument objects in conjunction with Argument Object Factories :
Usage:
<b>\#include</b> \<vigra/inspectimage.hxx\><br> Namespace: vigra
Required Interface:
void vigra::inspectImageIf | ( | ... | ) |
Apply read-only functor to every pixel in the ROI.
This function can be used to collect statistics of the roi etc. The functor is called whenever the return value of the mask's accessor is not zero. The results must be stored in the functor, which serves as a return value. Accessors are used to access the pixel and mask data.
Declarations:
pass arguments explicitly:
use argument objects in conjunction with Argument Object Factories :
Usage:
<b>\#include</b> \<vigra/inspectimage.hxx\><br> Namespace: vigra
Required Interface:
void vigra::inspectTwoImages | ( | ... | ) |
Apply read-only functor to every pixel of both images.
This function can be used to collect statistics for each region of a labeled image, especially in conjunction with the ArrayOfRegionStatistics functor. The results must be stored in the functor which serves as a return value. Accessors are used to access the pixel data.
Declarations:
pass arguments explicitly:
use argument objects in conjunction with Argument Object Factories :
Usage:
<b>\#include</b> \<vigra/inspectimage.hxx\><br> Namespace: vigra
Required Interface:
void vigra::inspectTwoImagesIf | ( | ... | ) |
Apply read-only functor to those pixels of both images where the mask image is non-zero.
This function can be used to collect statistics for selected regions of a labeled image, especially in conjunction with the ArrayOfRegionStatistics functor. The results must be stored in the functor which serves as a return value. Accessors are used to access the pixel data.
Declarations:
pass arguments explicitly:
use argument objects in conjunction with Argument Object Factories :
Usage:
<b>\#include</b> \<vigra/inspectimage.hxx\><br> Namespace: vigra
Required Interface:
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|