Parameters for the contour detection.
#include <ShapeRec_FeatureDetector.hxx>
Public Member Functions | |
ShapeRec_CannyParameters () | |
virtual | ~ShapeRec_CannyParameters () |
Public Member Functions inherited from ShapeRec_Parameters | |
ShapeRec_Parameters () | |
virtual | ~ShapeRec_Parameters () |
Public Attributes | |
int | lowThreshold |
int | ratio |
bool | L2gradient |
Public Attributes inherited from ShapeRec_Parameters | |
int | kernelSize |
int | findContoursMethod |
ShapeRec_CannyParameters::ShapeRec_CannyParameters | ( | ) |
References L2gradient, lowThreshold, and ratio.
|
virtual |
bool ShapeRec_CannyParameters::L2gradient |
int ShapeRec_CannyParameters::lowThreshold |
int ShapeRec_CannyParameters::ratio |