Enum opencv::imgproc::MarkerTypes [−][src]
#[repr(C)]
pub enum MarkerTypes {
MARKER_CROSS,
MARKER_TILTED_CROSS,
MARKER_STAR,
MARKER_DIAMOND,
MARKER_SQUARE,
MARKER_TRIANGLE_UP,
MARKER_TRIANGLE_DOWN,
}
Expand description
Possible set of marker types used for the cv::drawMarker function @ingroup imgproc_draw
Variants
A crosshair marker shape
A 45 degree tilted crosshair marker shape
A star marker shape, combination of cross and tilted cross
A diamond marker shape
A square marker shape
An upwards pointing triangle marker shape
A downwards pointing triangle marker shape
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MarkerTypes
impl Send for MarkerTypes
impl Sync for MarkerTypes
impl Unpin for MarkerTypes
impl UnwindSafe for MarkerTypes
Blanket Implementations
Mutably borrows from an owned value. Read more