[−][src]Struct opencv::types::PtrOfDictionary
Methods
impl PtrOfDictionary
[src]
pub fn as_raw_PtrOfDictionary(&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 DictionaryTrait for PtrOfDictionary
[src]
fn as_raw_Dictionary(&self) -> *mut c_void
[src]
fn bytes_list(&mut self) -> Mat
[src]
fn set_bytes_list(&mut self, val: Mat)
[src]
fn marker_size(&self) -> i32
[src]
fn set_marker_size(&mut self, val: i32)
[src]
fn max_correction_bits(&self) -> i32
[src]
fn set_max_correction_bits(&mut self, val: i32)
[src]
fn identify(
&self,
only_bits: &Mat,
idx: &mut i32,
rotation: &mut i32,
max_correction_rate: f64
) -> Result<bool>
[src]
&self,
only_bits: &Mat,
idx: &mut i32,
rotation: &mut i32,
max_correction_rate: f64
) -> Result<bool>
fn get_distance_to_id(
&self,
bits: &dyn ToInputArray,
id: i32,
all_rotations: bool
) -> Result<i32>
[src]
&self,
bits: &dyn ToInputArray,
id: i32,
all_rotations: bool
) -> Result<i32>
fn draw_marker(
&self,
id: i32,
side_pixels: i32,
_img: &mut dyn ToOutputArray,
border_bits: i32
) -> Result<()>
[src]
&self,
id: i32,
side_pixels: i32,
_img: &mut dyn ToOutputArray,
border_bits: i32
) -> Result<()>
impl Drop for PtrOfDictionary
[src]
impl Send for PtrOfDictionary
[src]
Auto Trait Implementations
impl RefUnwindSafe for PtrOfDictionary
impl !Sync for PtrOfDictionary
impl Unpin for PtrOfDictionary
impl UnwindSafe for PtrOfDictionary
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>,