opencv::prelude

Trait EdgeDrawingTraitConst

Source
pub trait EdgeDrawingTraitConst: AlgorithmTraitConst {
    // Required method
    fn as_raw_EdgeDrawing(&self) -> *const c_void;

    // Provided methods
    fn params(&self) -> EdgeDrawing_Params { ... }
    fn get_segment_indices_of_lines(&self) -> Result<Vector<i32>> { ... }
}
Expand description

Constant methods for crate::ximgproc::EdgeDrawing

Required Methods§

Provided Methods§

Source

fn params(&self) -> EdgeDrawing_Params

Source

fn get_segment_indices_of_lines(&self) -> Result<Vector<i32>>

Returns for each line found in detectLines() its edge segment index in getSegments()

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§