Uses of Interface
boofcv.misc.BoofLambdas.Filter
Packages that use BoofLambdas.Filter
Package
Description
-
Uses of BoofLambdas.Filter in boofcv.abst.scene
Methods in boofcv.abst.scene with parameters of type BoofLambdas.FilterModifier and TypeMethodDescriptionbooleanFeatureSceneRecognition.query(FeatureSceneRecognition.Features<TD> query, BoofLambdas.Filter<String> filter, int limit, DogArray<SceneRecognition.Match> matches) Finds the best matches in the database to the query image.booleanSceneRecognition.query(T queryImage, BoofLambdas.Filter<String> filter, int limit, DogArray<SceneRecognition.Match> matches) Finds the best matches in the database to the query image.booleanWrapFeatureToSceneRecognition.query(Image queryImage, BoofLambdas.Filter<String> filter, int limit, DogArray<SceneRecognition.Match> matches) -
Uses of BoofLambdas.Filter in boofcv.abst.scene.ann
Methods in boofcv.abst.scene.ann with parameters of type BoofLambdas.FilterModifier and TypeMethodDescriptionbooleanFeatureSceneRecognitionNearestNeighbor.query(FeatureSceneRecognition.Features<TD> query, @Nullable BoofLambdas.Filter<String> filter, int limit, DogArray<SceneRecognition.Match> matches) -
Uses of BoofLambdas.Filter in boofcv.abst.scene.nister2006
Methods in boofcv.abst.scene.nister2006 with parameters of type BoofLambdas.FilterModifier and TypeMethodDescriptionbooleanFeatureSceneRecognitionNister2006.query(FeatureSceneRecognition.Features<TD> query, BoofLambdas.Filter<String> filter, int limit, DogArray<SceneRecognition.Match> matches) -
Uses of BoofLambdas.Filter in boofcv.alg.similar
Methods in boofcv.alg.similar with parameters of type BoofLambdas.FilterModifier and TypeMethodDescriptionvoidSimilarImagesData.findSimilar(String target, BoofLambdas.Filter<String> filter, List<String> similarImages) voidSimilarImagesFromTracks.findSimilar(String target, BoofLambdas.Filter<String> filter, List<String> similarImages) voidSimilarImagesSceneRecognition.findSimilar(String target, BoofLambdas.Filter<String> filter, List<String> similarImages) voidSimilarImagesTrackThenMatch.findSimilar(String target, BoofLambdas.Filter<String> filter, List<String> similarImages) -
Uses of BoofLambdas.Filter in boofcv.alg.structure
Methods in boofcv.alg.structure with parameters of type BoofLambdas.FilterModifier and TypeMethodDescriptionvoidLookUpSimilarImages.findSimilar(String target, BoofLambdas.Filter<String> filter, List<String> similarImages) Given an imageID, it will find list of similar images. -
Uses of BoofLambdas.Filter in boofcv.io
Methods in boofcv.io with parameters of type BoofLambdas.Filter -
Uses of BoofLambdas.Filter in boofcv.misc
Methods in boofcv.misc with parameters of type BoofLambdas.FilterModifier and TypeMethodDescriptionstatic <T> intBoofMiscOps.indexOf(List<T> list, BoofLambdas.Filter<T> op) Searches the list for the first index where the operation returns true.