|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|

Public Member Functions | |
| VisitedMap (int width, int height) | |
| void | markVisited (PixelCoordinate pc) |
| bool | wasVisited (PixelCoordinate pc) const |
Private Attributes | |
| int | m_width |
| int | m_height |
| std::vector< bool > | m_visited |
Definition at line 44 of file BFSSegmentation.h.
|
inline |
Definition at line 46 of file BFSSegmentation.h.
|
inline |
Definition at line 48 of file BFSSegmentation.h.
References m_visited, and m_width.
Referenced by SourceXtractor::BFSSegmentation::labelSource().
|
inline |
Definition at line 52 of file BFSSegmentation.h.
References m_height, m_visited, and m_width.
Referenced by SourceXtractor::BFSSegmentation::labelImage(), and SourceXtractor::BFSSegmentation::labelSource().
|
private |
Definition at line 61 of file BFSSegmentation.h.
Referenced by VisitedMap(), and wasVisited().
|
private |
Definition at line 62 of file BFSSegmentation.h.
Referenced by markVisited(), VisitedMap(), and wasVisited().
|
private |
Definition at line 61 of file BFSSegmentation.h.
Referenced by markVisited(), VisitedMap(), and wasVisited().