Trait opencv::prelude::CUDA_ORBConst[][src]

pub trait CUDA_ORBConst: CUDA_Feature2DAsyncConst {
    fn as_raw_CUDA_ORB(&self) -> *const c_void;

    fn get_blur_for_descriptor(&self) -> Result<bool> { ... }
fn get_fast_threshold(&self) -> Result<i32> { ... } }
Expand description

Class implementing the ORB (oriented BRIEF) keypoint detector and descriptor extractor

See also

cv::ORB

Required methods

Provided methods

Implementors