Enum opencv::ximgproc::HoughDeskewOption
source · #[repr(C)]
pub enum HoughDeskewOption {
HDO_RAW,
HDO_DESKEW,
}Expand description
Specifies to do or not to do skewing of Hough transform image @details The enum specifies to do or not to do skewing of Hough transform image so it would be no cycling in Hough transform image through borders of image.
Variants§
Trait Implementations§
source§impl Clone for HoughDeskewOption
impl Clone for HoughDeskewOption
source§fn clone(&self) -> HoughDeskewOption
fn clone(&self) -> HoughDeskewOption
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HoughDeskewOption
impl Debug for HoughDeskewOption
source§impl PartialEq<HoughDeskewOption> for HoughDeskewOption
impl PartialEq<HoughDeskewOption> for HoughDeskewOption
source§fn eq(&self, other: &HoughDeskewOption) -> bool
fn eq(&self, other: &HoughDeskewOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.