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

  /external/opencv3/samples/cpp/
stitching_detailed.cpp 135 string features_type = "surf"; variable
207 features_type = argv[i + 1];
208 if (features_type == "orb")
385 if (features_type == "surf")
394 else if (features_type == "orb")
400 cout << "Unknown 2D features type: '" << features_type << "'.\n"; local

Completed in 439 milliseconds