#include <mdsTriVertexDetector.h>
Public Member Functions | |
| CTriVertexDetector (double dThreshold, mds::tSize CellSize, mds::tSize CellMargin) | |
Default constructor
| |
| bool | operator() (const mds::img::CDImage *pImage, vctl::MCVerticeS *pVertices) |
| Detects all vertices in a given edge image. | |
Protected Attributes | |
| mds::tSize | m_CellMargin |
| mds::tSize | m_CellSize |
| Cell size and margin. | |
| double | m_dThreshold |
| Threshold. | |
|
||||||||||||||||
|
Default constructor
Parameter 'CellSize' represents size of these subwindows in pixels.
|
|
||||||||||||
|
Detects all vertices in a given edge image. Returned list is sorted in order of vertex significance. |
|
|
|
|
|
Cell size and margin.
|
|
|
Threshold.
|
1.4.6-NO