[−][src]Struct opencv::types::PtrOfLineSegmentDetector
Methods
impl PtrOfLineSegmentDetector[src]
pub fn as_raw_PtrOfLineSegmentDetector(&self) -> *mut c_void[src]
pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]
pub fn get_inner_ptr(&self) -> *mut c_void[src]
Get raw pointer to the inner object
Trait Implementations
impl AlgorithmTrait for PtrOfLineSegmentDetector[src]
fn as_raw_Algorithm(&self) -> *mut c_void[src]
fn clear(&mut self) -> Result<()>[src]
fn write(&self, fs: &mut FileStorage) -> Result<()>[src]
fn write_1(&self, fs: &PtrOfFileStorage, name: &str) -> Result<()>[src]
fn read(&mut self, fn_: &FileNode) -> Result<()>[src]
fn empty(&self) -> Result<bool>[src]
fn save(&self, filename: &str) -> Result<()>[src]
fn get_default_name(&self) -> Result<String>[src]
impl Drop for PtrOfLineSegmentDetector[src]
impl LineSegmentDetector for PtrOfLineSegmentDetector[src]
fn as_raw_LineSegmentDetector(&self) -> *mut c_void[src]
fn detect(
&mut self,
_image: &dyn ToInputArray,
_lines: &mut dyn ToOutputArray,
width: &mut dyn ToOutputArray,
prec: &mut dyn ToOutputArray,
nfa: &mut dyn ToOutputArray
) -> Result<()>[src]
&mut self,
_image: &dyn ToInputArray,
_lines: &mut dyn ToOutputArray,
width: &mut dyn ToOutputArray,
prec: &mut dyn ToOutputArray,
nfa: &mut dyn ToOutputArray
) -> Result<()>
fn draw_segments(
&mut self,
_image: &mut dyn ToInputOutputArray,
lines: &dyn ToInputArray
) -> Result<()>[src]
&mut self,
_image: &mut dyn ToInputOutputArray,
lines: &dyn ToInputArray
) -> Result<()>
fn compare_segments(
&mut self,
size: Size,
lines1: &dyn ToInputArray,
lines2: &dyn ToInputArray,
_image: &mut dyn ToInputOutputArray
) -> Result<i32>[src]
&mut self,
size: Size,
lines1: &dyn ToInputArray,
lines2: &dyn ToInputArray,
_image: &mut dyn ToInputOutputArray
) -> Result<i32>
impl Send for PtrOfLineSegmentDetector[src]
Auto Trait Implementations
impl RefUnwindSafe for PtrOfLineSegmentDetector
impl !Sync for PtrOfLineSegmentDetector
impl Unpin for PtrOfLineSegmentDetector
impl UnwindSafe for PtrOfLineSegmentDetector
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,