SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
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, m_width, SourceXtractor::PixelCoordinate::m_x, and SourceXtractor::PixelCoordinate::m_y.
Referenced by SourceXtractor::BFSSegmentation::labelSource().
|
inline |
Definition at line 52 of file BFSSegmentation.h.
References m_height, m_visited, m_width, SourceXtractor::PixelCoordinate::m_x, and SourceXtractor::PixelCoordinate::m_y.
Referenced by SourceXtractor::BFSSegmentation::labelSource().
|
private |
Definition at line 61 of file BFSSegmentation.h.
Referenced by wasVisited().
|
private |
Definition at line 62 of file BFSSegmentation.h.
Referenced by markVisited(), and wasVisited().
|
private |
Definition at line 61 of file BFSSegmentation.h.
Referenced by markVisited(), and wasVisited().