Uses of Interface
boofcv.alg.feature.detect.extract.NonMaxCandidate.Search
Packages that use NonMaxCandidate.Search
-
Uses of NonMaxCandidate.Search in boofcv.abst.feature.detect.extract
Constructors in boofcv.abst.feature.detect.extract with parameters of type NonMaxCandidate.SearchModifierConstructorDescriptionWrapperNonMaxCandidate
(NonMaxCandidate.Search search, boolean minimums, boolean maximums) -
Uses of NonMaxCandidate.Search in boofcv.alg.feature.detect.extract
Classes in boofcv.alg.feature.detect.extract that implement NonMaxCandidate.SearchModifier and TypeClassDescriptionstatic class
Search with a relaxes rule.static class
Search with a strict rule <Fields in boofcv.alg.feature.detect.extract declared as NonMaxCandidate.SearchModifier and TypeFieldDescriptionfinal NonMaxCandidate.Search
NonMaxCandidate_MT.SearchData.search
protected NonMaxCandidate.Search
NonMaxCandidate.search
Methods in boofcv.alg.feature.detect.extract that return NonMaxCandidate.SearchModifier and TypeMethodDescriptionNonMaxCandidate.Relaxed.newInstance()
NonMaxCandidate.Search.newInstance()
Create a new instance of this search algorithm.NonMaxCandidate.Strict.newInstance()
Constructors in boofcv.alg.feature.detect.extract with parameters of type NonMaxCandidate.Search