Enum opencv::xfeatures2d::SURF_CUDA_KeypointLayout [−][src]
#[repr(C)]
pub enum SURF_CUDA_KeypointLayout {
X_ROW,
Y_ROW,
LAPLACIAN_ROW,
OCTAVE_ROW,
SIZE_ROW,
ANGLE_ROW,
HESSIAN_ROW,
ROWS_COUNT,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SURF_CUDA_KeypointLayout
impl Send for SURF_CUDA_KeypointLayout
impl Sync for SURF_CUDA_KeypointLayout
impl Unpin for SURF_CUDA_KeypointLayout
impl UnwindSafe for SURF_CUDA_KeypointLayout
Blanket Implementations
Mutably borrows from an owned value. Read more