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

  /external/opencv3/modules/features2d/src/
akaze.cpp 111 case DESCRIPTOR_MLDB_UPRIGHT:
139 case DESCRIPTOR_MLDB_UPRIGHT:
157 case DESCRIPTOR_MLDB_UPRIGHT:
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 625 DESCRIPTOR_MLDB_UPRIGHT = 4, ///< Upright descriptors, not invariant to rotation
632 DESCRIPTOR_KAZE_UPRIGHT, DESCRIPTOR_MLDB or DESCRIPTOR_MLDB_UPRIGHT.
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
AKAZEFeatures.cpp 33 if (options_.descriptor_size > 0 && options_.descriptor >= AKAZE::DESCRIPTOR_MLDB_UPRIGHT) {
268 if (options_.descriptor == AKAZE::DESCRIPTOR_MLDB_UPRIGHT || options_.descriptor == AKAZE::DESCRIPTOR_MLDB) {
716 if (options_.descriptor < AKAZE::DESCRIPTOR_MLDB_UPRIGHT) {
743 case AKAZE::DESCRIPTOR_MLDB_UPRIGHT: // Upright descriptors, not invariant to rotation
    [all...]

Completed in 8039 milliseconds