Struct opencv::text::ERFilter_Callback
source · pub struct ERFilter_Callback { /* private fields */ }
Expand description
Callback with the classifier is made a class.
By doing it we hide SVM, Boost etc. Developers can provide their own classifiers to the ERFilter algorithm.
Trait Implementations§
source§impl Boxed for ERFilter_Callback
impl Boxed for ERFilter_Callback
source§unsafe fn from_raw(
ptr: <ERFilter_Callback as OpenCVType<'_>>::ExternReceive
) -> Self
unsafe fn from_raw( ptr: <ERFilter_Callback as OpenCVType<'_>>::ExternReceive ) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(
self
) -> <ERFilter_Callback as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw( self ) -> <ERFilter_Callback as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <ERFilter_Callback as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <ERFilter_Callback as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(
&mut self
) -> <ERFilter_Callback as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut( &mut self ) -> <ERFilter_Callback as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl Debug for ERFilter_Callback
impl Debug for ERFilter_Callback
source§impl Drop for ERFilter_Callback
impl Drop for ERFilter_Callback
source§impl ERFilter_CallbackTraitConst for ERFilter_Callback
impl ERFilter_CallbackTraitConst for ERFilter_Callback
fn as_raw_ERFilter_Callback(&self) -> *const c_void
impl Send for ERFilter_Callback
Auto Trait Implementations§
impl Freeze for ERFilter_Callback
impl RefUnwindSafe for ERFilter_Callback
impl !Sync for ERFilter_Callback
impl Unpin for ERFilter_Callback
impl UnwindSafe for ERFilter_Callback
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more