|
CV_PROP_RW bool | PFmode |
| Parameter Free mode will be activated when this value is true.
|
|
CV_PROP_RW int | EdgeDetectionOperator |
| indicates the operator used for gradient calculation.The following operation flags are available(cv::ximgproc::EdgeDrawing::GradientOperator)
|
|
CV_PROP_RW int | GradientThresholdValue |
| threshold value used to create gradient image.
|
|
CV_PROP_RW int | AnchorThresholdValue |
| threshold value used to create gradient image.
|
|
CV_PROP_RW int | ScanInterval |
|
CV_PROP_RW int | MinPathLength |
| minimun connected pixels length processed to create an edge segment.
|
|
CV_PROP_RW float | Sigma |
| sigma value for internal GaussianBlur() function.
|
|
CV_PROP_RW bool | SumFlag |
|
CV_PROP_RW bool | NFAValidation |
| when this value is true NFA (Number of False Alarms) algorithm will be used for line and ellipse validation.
|
|
CV_PROP_RW int | MinLineLength |
| minimun line length to detect.
|
|
CV_PROP_RW double | MaxDistanceBetweenTwoLines |
|
CV_PROP_RW double | LineFitErrorThreshold |
|
CV_PROP_RW double | MaxErrorThreshold |
|