Enum opencv::imgproc::LineSegmentDetectorModes [−][src]
#[repr(C)]
pub enum LineSegmentDetectorModes {
LSD_REFINE_NONE,
LSD_REFINE_STD,
LSD_REFINE_ADV,
}Expand description
Variants of Line Segment %Detector
Variants
No refinement applied
Standard refinement is applied. E.g. breaking arches into smaller straighter line approximations.
Advanced refinement. Number of false alarms is calculated, lines are refined through increase of precision, decrement in size, etc.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LineSegmentDetectorModes
impl Send for LineSegmentDetectorModes
impl Sync for LineSegmentDetectorModes
impl Unpin for LineSegmentDetectorModes
impl UnwindSafe for LineSegmentDetectorModes
Blanket Implementations
Mutably borrows from an owned value. Read more