classPiiImage::DefaultRoi
#include <PiiRoi.h>
Default region-of-interest function object for feature extraction and image analysis methods that support ROI processing.
Inherited by PiiImage::AlphaRoi< T >
Description
This function returns true for all pixels, and reduces
to a no-op with compiler optimizations turned on.
Public member functions
|
bool
|
(
Check if a pixel is within a region-of-interest. |
Function details
-
bool operator()
(- int r
- int c
[inline]Check if a pixel is within a region-of-interest.
Each ROI functor must implement a function with this signature (inline/const are optional). This function returns
true.Parameters
- r
-
the row coordinate of a pixel
- c
-
the column coordinate of a pixel
Add a note
Not a single note added yet. Be the first, add yours.