pub trait LineSegmentDetectorConst: AlgorithmTraitConst {
    fn as_raw_LineSegmentDetector(&self) -> *const c_void;
}
Expand description

Line segment detector class

following the algorithm described at Rafael12 .

Note: Implementation has been removed from OpenCV version 3.4.6 to 3.4.15 and version 4.1.0 to 4.5.3 due original code license conflict. restored again after Computation of a NFA code published under the MIT license.

Required Methods

Implementors