boofcv.alg.feature.detect.extract
Class NonMaxBlockRelaxed
- java.lang.Object
-
- boofcv.alg.feature.detect.extract.NonMaxBlock
-
- boofcv.alg.feature.detect.extract.NonMaxBlockRelaxed
-
- Direct Known Subclasses:
- NonMaxBlockRelaxed.Max, NonMaxBlockRelaxed.Min, NonMaxBlockRelaxed.MinMax
public abstract class NonMaxBlockRelaxed extends NonMaxBlock
Implementation of
NonMaxBlockwhich implements a relaxed maximum rule.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classNonMaxBlockRelaxed.Maxstatic classNonMaxBlockRelaxed.Minstatic classNonMaxBlockRelaxed.MinMax
-
Field Summary
-
Fields inherited from class boofcv.alg.feature.detect.extract.NonMaxBlock
detectsMaximum, detectsMinimum
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidsetSearchRadius(int radius)-
Methods inherited from class boofcv.alg.feature.detect.extract.NonMaxBlock
getBorder, getSearchRadius, getThresholdMax, getThresholdMin, process, setBorder, setThresholdMax, setThresholdMin
-
-
-
-
Method Detail
-
setSearchRadius
public void setSearchRadius(int radius)
- Overrides:
setSearchRadiusin classNonMaxBlock
-
-
DataMelt 3.0 © DataMelt by jWork.ORG