Package boofcv.alg.scene.bow
Class BowUtils
java.lang.Object
boofcv.alg.scene.bow.BowUtils
Utility functions related to Bag-of-Words methods
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
filterAndSortMatches
(FastAccess<BowMatch> matches, BoofLambdas.FilterInt filter, int limit) When dealing with 1 million images using quick select first makes a significant improvement Sorting everything was taking 300 to 500 ms before and after it was taking 15 to 45 ms.
-
Constructor Details
-
BowUtils
public BowUtils()
-
-
Method Details
-
filterAndSortMatches
public static void filterAndSortMatches(FastAccess<BowMatch> matches, @Nullable BoofLambdas.FilterInt filter, int limit) When dealing with 1 million images using quick select first makes a significant improvement Sorting everything was taking 300 to 500 ms before and after it was taking 15 to 45 ms.
-