pub struct NoDebug {}Trait Implementations§
Source§impl BpmOcrDebugOutputter for NoDebug
impl BpmOcrDebugOutputter for NoDebug
fn new(_: &str, _: bool) -> Self
fn output(&self, _: &Mat, _: &str) -> Result<(), ProcessingError>
fn debug_enabled(&self) -> bool
fn debug_after_canny(&self, image: &UMat) -> Result<(), ProcessingError>
fn debug_lcd_contour_candidates( &self, image: &Mat, candidates: &Vec<LcdScreenCandidate>, rejections: Vec<RejectedLcdScreenCandidate>, ) -> Result<(), ProcessingError>
fn debug_after_perspective_transform( &self, image: &Mat, ) -> Result<(), ProcessingError>
fn debug_digits_before_morph(&self, image: &Mat) -> Result<(), ProcessingError>
fn debug_digits_after_dilation( &self, image: &Mat, ) -> Result<(), ProcessingError>
fn debug_digit_locations( &self, image: &Mat, digit_locations: &Vec<Rect2i>, ) -> Result<(), ProcessingError>
Auto Trait Implementations§
impl Freeze for NoDebug
impl RefUnwindSafe for NoDebug
impl Send for NoDebug
impl Sync for NoDebug
impl Unpin for NoDebug
impl UnwindSafe for NoDebug
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