Function evaluate_feature_detector_def

Source
pub fn evaluate_feature_detector_def(
    img1: &impl MatTraitConst,
    img2: &impl MatTraitConst,
    h1to2: &impl MatTraitConst,
    keypoints1: &mut Vector<KeyPoint>,
    keypoints2: &mut Vector<KeyPoint>,
    repeatability: &mut f32,
    corresp_count: &mut i32,
) -> Result<()>
Expand description

ยงNote

This alternative version of evaluate_feature_detector function uses the following default values for its arguments:

  • fdetector: Ptr()