#include <opencv2/ximgproc/edge_drawing.hpp>
◆ Params()
cv::ximgproc::EdgeDrawing::Params::Params |
( |
| ) |
|
◆ read()
void cv::ximgproc::EdgeDrawing::Params::read |
( |
const FileNode & |
fn | ) |
|
◆ write()
void cv::ximgproc::EdgeDrawing::Params::write |
( |
FileStorage & |
fs | ) |
const |
◆ AnchorThresholdValue
int cv::ximgproc::EdgeDrawing::Params::AnchorThresholdValue |
threshold value used to select anchor points. Default value is 0
- Examples:
- fld_lines.cpp.
◆ EdgeDetectionOperator
int cv::ximgproc::EdgeDrawing::Params::EdgeDetectionOperator |
◆ GradientThresholdValue
int cv::ximgproc::EdgeDrawing::Params::GradientThresholdValue |
threshold value of gradiential difference between pixels. Used to create gradient image. Default value is 20
- Examples:
- fld_lines.cpp.
◆ LineFitErrorThreshold
double cv::ximgproc::EdgeDrawing::Params::LineFitErrorThreshold |
◆ MaxDistanceBetweenTwoLines
double cv::ximgproc::EdgeDrawing::Params::MaxDistanceBetweenTwoLines |
◆ MaxErrorThreshold
double cv::ximgproc::EdgeDrawing::Params::MaxErrorThreshold |
◆ MinLineLength
int cv::ximgproc::EdgeDrawing::Params::MinLineLength |
minimun line length to detect.
◆ MinPathLength
int cv::ximgproc::EdgeDrawing::Params::MinPathLength |
minimun connected pixels length processed to create an edge segment.
in gradient image, minimum connected pixels length processed to create an edge segment. pixels having upper value than GradientThresholdValue will be processed. Default value is 10
◆ NFAValidation
bool cv::ximgproc::EdgeDrawing::Params::NFAValidation |
Default value is true. indicates if NFA (Number of False Alarms) algorithm will be used for line and ellipse validation.
◆ PFmode
bool cv::ximgproc::EdgeDrawing::Params::PFmode |
Parameter Free mode will be activated when this value is set as true. Default value is false.
◆ ScanInterval
int cv::ximgproc::EdgeDrawing::Params::ScanInterval |
◆ Sigma
float cv::ximgproc::EdgeDrawing::Params::Sigma |
sigma value for internal GaussianBlur() function. Default value is 1.0
◆ SumFlag
bool cv::ximgproc::EdgeDrawing::Params::SumFlag |
The documentation for this struct was generated from the following file: