boofcv.alg.feature.detect.intensity
Interface FeatureIntensity<T extends ImageGray>
-
- All Known Subinterfaces:
- GradientCornerIntensity<T>, HarrisCornerIntensity<T>, ShiTomasiCornerIntensity<T>
- All Known Implementing Classes:
- FastCornerIntensity, ImplFastIntensity10, ImplFastIntensity11, ImplFastIntensity12, ImplFastIntensity9, ImplHarrisCorner_F32, ImplHarrisCorner_S16, ImplHarrisCornerWeighted_F32, ImplHarrisCornerWeighted_S16, ImplShiTomasiCorner_F32, ImplShiTomasiCorner_S16, ImplShiTomasiCornerWeighted_F32, ImplShiTomasiCornerWeighted_S16, ImplSsdCorner_F32, ImplSsdCorner_S16, ImplSsdCornerBase, ImplSsdCornerNaive, ImplSsdCornerWeighted_F32, ImplSsdCornerWeighted_S16
public interface FeatureIntensity<T extends 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetIgnoreBorder()Size of the region surrounding the image's border in which pixels are not processed.intgetRadius()Returns the radius of the feature being computed.
-
-
-
Method Detail
-
getRadius
int getRadius()
Returns the radius of the feature being computed. Features are square in shape with a width = 2*radius+1.- Returns:
- Radius of detected features.
-
getIgnoreBorder
int getIgnoreBorder()
Size of the region surrounding the image's border in which pixels are not processed.- Returns:
- The ignore border around the image.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG