Class BaseGeneralFeatureIntensity<I extends ImageGray<I>,D extends ImageGray<D>>

java.lang.Object
boofcv.abst.feature.detect.intensity.BaseGeneralFeatureIntensity<I,D>
All Implemented Interfaces:
GeneralFeatureIntensity<I,D>
Direct Known Subclasses:
WrapperFastCornerIntensity, WrapperGradientCornerIntensity, WrapperHessianDerivBlobIntensity, WrapperHessianThreeImageDetIntensity, WrapperKitRosCornerIntensity, WrapperLaplacianBlobIntensity, WrapperMedianCornerIntensity

public abstract class BaseGeneralFeatureIntensity<I extends ImageGray<I>,D extends ImageGray<D>> extends Object implements GeneralFeatureIntensity<I,D>
Provides some basic functionality for implementing GeneralFeatureIntensity.