HomeSort by relevance Sort by last modified time
    Searched refs:AGAST (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/features2d/test/
test_agast.cpp 65 string xml = string(ts->get_data_path()) + format("agast/result%d.xml", type);
79 AGAST(gray1, keypoints1, 30, true, type);
80 AGAST(gray2, keypoints2, (type > 0 ? 30 : 20), true, type);
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 225 @param thresh AGAST detection threshold score.
412 CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
415 /** @brief Detects corners using the AGAST algorithm
427 Detects corners using the AGAST algorithm by @cite mair2010_agast .
430 CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
437 /** @brief Wrapping class for feature detection using the AGAST method. :
    [all...]
  /external/opencv3/modules/features2d/src/
agast.cpp 1 /* This is AGAST and OAST, an optimal and accelerated corner detector
    [all...]

Completed in 3728 milliseconds