Enum opencv::highgui::WindowFlags [−][src]
#[repr(C)]
pub enum WindowFlags {
WINDOW_NORMAL,
WINDOW_AUTOSIZE,
WINDOW_OPENGL,
WINDOW_FREERATIO,
WINDOW_GUI_NORMAL,
}
Expand description
Flags for cv::namedWindow
Variants
the user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size.
the user cannot resize the window, the size is constrainted by the image displayed.
window with opengl support.
the image expends as much as it can (no ratio constraint).
old fashious way
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WindowFlags
impl Send for WindowFlags
impl Sync for WindowFlags
impl Unpin for WindowFlags
impl UnwindSafe for WindowFlags
Blanket Implementations
Mutably borrows from an owned value. Read more