classPiiImage::SweepCollectorFunction
#include <PiiObjectProperty.h>
A Functional that collects points which intensity is higher then given threshold.
Description
Constructors and destructor
|
(
|
|
|
virtual
|
Public member functions
|
virtual void
|
Operator()-which is called for each sweeped pixel. |
Function details
-
SweepCollectorFunction
(- double thres = 0
[inline] -
virtual ~SweepCollectorFunction
()[inline, virtual] -
virtual void operator()
[inline, virtual]Operator()-which is called for each sweeped pixel.
Operator saves pixel coordinates if intensity value at pixel is higher then given threshold.
Parameters
- image
-
is a gray-level image
- x
-
is a x-point in line coordinate system.
- y
-
is a y-point in line coordinate system.
- pixelX
-
is a x-point in image coordinate system.
- pixelY
-
is a y-point in image coordinate system.
Add a note
Not a single note added yet. Be the first, add yours.