boofcv.abst.feature.detect.intensity
Class BaseGeneralFeatureIntensity<I extends ImageGray,D extends ImageGray>
- java.lang.Object
-
- boofcv.abst.feature.detect.intensity.BaseGeneralFeatureIntensity<I,D>
-
- All Implemented Interfaces:
- GeneralFeatureIntensity<I,D>
- Direct Known Subclasses:
- WrapperFastCornerIntensity, WrapperGradientCornerIntensity, WrapperHessianBlobIntensity, WrapperKitRosCornerIntensity, WrapperLaplacianBlobIntensity, WrapperMedianCornerIntensity
public abstract class BaseGeneralFeatureIntensity<I extends ImageGray,D extends ImageGray> extends java.lang.Object implements GeneralFeatureIntensity<I,D>
Provides some basic functionality for implementingGeneralFeatureIntensity.
-
-
Constructor Summary
Constructors Constructor and Description BaseGeneralFeatureIntensity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description GrayF32getIntensity()Returns an image containing an intensity mapping showing how corner like each pixel is.voidinit(int width, int height)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface boofcv.abst.feature.detect.intensity.GeneralFeatureIntensity
getCandidatesMax, getCandidatesMin, getIgnoreBorder, getRequiresGradient, getRequiresHessian, hasCandidates, localMaximums, localMinimums, process
-
-
-
-
Method Detail
-
init
public void init(int width, int height)
-
getIntensity
public GrayF32 getIntensity()
Description copied from interface:GeneralFeatureIntensityReturns an image containing an intensity mapping showing how corner like each pixel is. Unprocessed image borders will have a value of zero.- Specified by:
getIntensityin interfaceGeneralFeatureIntensity<I extends ImageGray,D extends ImageGray>- Returns:
- Corner intensity image.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG