Package boofcv.alg.feature.detect.extract
package boofcv.alg.feature.detect.extract
-
ClassDescriptionNon-maximum extractor based on the block algorithm in [1].Concurrent implementation of
NonMaxBlock_MT
.Implementation ofNonMaxBlock
which implements a relaxed maximum rule.Implementation ofNonMaxBlock
which implements a strict maximum rule.Performs a sparse search for local minimums/maximums by only examine around candidates.Concurrent implementation ofNonMaxCandidate
.Search with a relaxes rule.Interface for local search algorithm around the candidatesSearch with a strict rule <Extracts corners at local maximums that are above a threshold.All pixels which have an intensity above the specified threshold are considered to be features.