HomeSort by relevance Sort by last modified time
    Searched full:min_dthreshold (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/features2d/src/kaze/
AKAZEConfig.h 28 , min_dthreshold(0.00001f)
51 float min_dthreshold; ///< Minimum detector threshold to accept a point member in struct:cv::AKAZEOptions
AKAZEFeatures.cpp 288 if (value > options_.dthreshold && value >= options_.min_dthreshold &&
    [all...]

Completed in 659 milliseconds