boofcv.alg.feature.detect.extract
Class SelectNBestFeatures
- java.lang.Object
-
- boofcv.alg.feature.detect.extract.SelectNBestFeatures
-
public class SelectNBestFeatures extends java.lang.ObjectSelects and sorts up to the N best features based on their intensity.
-
-
Constructor Summary
Constructors Constructor and Description SelectNBestFeatures(int N)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description QueueCornergetBestCorners()voidprocess(GrayF32 intensityImage, QueueCorner origCorners, boolean positive)voidsetN(int N)
-
-
-
Method Detail
-
setN
public void setN(int N)
-
process
public void process(GrayF32 intensityImage, QueueCorner origCorners, boolean positive)
-
getBestCorners
public QueueCorner getBestCorners()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG