public interface FeatureIntensity<T extends boofcv.struct.image.ImageGray>
Base interface for classes which extract intensity images for image feature detection. In the
intensity image higher values indicate that a pixel is more "feature like". All intensity
images are GrayF32.
| Modifier and Type | Method and Description |
|---|---|
int |
getIgnoreBorder()
Size of the region surrounding the image's border in which pixels are not processed.
|
int |
getRadius()
Returns the radius of the feature being computed.
|
int getRadius()
int getIgnoreBorder()