|
| DopplerSegmentProber (const Channel &s, Channel &d) |
|
| DopplerSegmentProber (Channel &d) |
|
virtual void | init () |
| Update srcOdim.
|
|
virtual void | clear () |
| Called before processing each segment. Compare with init(), which is called once for each image. More...
|
|
| SegmentProber (const Channel &s) |
|
| SegmentProber (const Channel &s, Channel &d) |
|
void | setDst (Channel &d) |
| Set new target channel. Needed in multichannel operations.
|
|
void | scan () |
| A convenience function for traversing a whole image. More...
|
|
void | probe (int i, int j, bool HORIZONTAL) |
| Start probings.
|
|
bool | isValidPixel (int i, int j) const |
| Returns isValidSegment(i,j) and !isVisited(i,j).
|
|
|
virtual bool | isValidSegment (int i, int j) const |
| Returns true, if value in location (i,j) is not nodata nor undetect .
|
|
virtual bool | isValidMove (int i0, int j0, int i, int j) const |
| Application dependent. More...
|
|
virtual void | visit (int i, int j) |
| Visiting a single pixel when not coming from any direction. More...
|
|
virtual void | update (int i, int j) |
| Application dependent operation performed in each segment location (i,j).
|
|
virtual bool | isVisited (int i, int j) const |
| Experimental.
|
|
bool | move (int &i, int &j) |
| Try to move; change coords in success, else keep them intact.
|
|
void | scanHorzProbeVert (int i, int j) |
| A semi-recursive approach that turns the 2D recursion to 1D traversal + 1D recursion. More...
|
|
void | scanVertProbeHorz (int i, int j) |
|
◆ clear()
◆ isValidMove()
virtual bool isValidMove |
( |
int |
i0, |
|
|
int |
j0, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inlineprotectedvirtual |
◆ visit()
virtual void visit |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file:
- src/product/DopplerOp.cpp