[ VIGRA Homepage |
Class Index |
Function Index |
File Index |
Main Page ]
|
FindMinMax Class Template Reference
|
 |
Find the minimum and maximum pixel value in an image or ROI.
More...
#include "vigra/inspectimage.hxx"
template<class VALUETYPE>
class vigra::FindMinMax< VALUETYPE >
Find the minimum and maximum pixel value in an image or ROI.
In addition the size of the ROI is calculated. This Functor can also be used in conjunction with ArrayOfRegionStatistics to find the extremes of all regions in a labeled image.
Usage:
#include "vigra/inspectimage.hxx"
Namespace: vigra
Required Interface:
VALUETYPE v1, v2(v1);
v1 < v2;
v1 = v2;
Member Typedef Documentation
typedef VALUETYPE argument_type
|
|
|
the functor's argument type |
typedef VALUETYPE result_type
|
|
|
the functor's result type |
typedef VALUETYPE value_type
|
|
Constructor & Destructor Documentation
Member Function Documentation
void operator() |
( |
FindMinMax< VALUETYPE > const & |
v |
) |
[inline] |
|
void operator() |
( |
RGBValue< VALUETYPE > const & |
v |
) |
[inline] |
|
|
update min and max with components of RGBValue<VALUETYPE> |
|
(re-)init functor (clear min, max) |
Member Data Documentation
|
the number of values processed so far |
The documentation for this class was generated from the following file: