public class SelectNBestFeatures
extends java.lang.Object
| Constructor and Description |
|---|
SelectNBestFeatures(int N) |
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.QueueCorner |
getBestCorners() |
void |
process(boofcv.struct.image.GrayF32 intensityImage,
boofcv.struct.QueueCorner origCorners,
boolean positive) |
void |
setN(int N) |