public abstract class BaseGeneralFeatureIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> extends java.lang.Object implements GeneralFeatureIntensity<I,D>
GeneralFeatureIntensity.| Constructor and Description |
|---|
BaseGeneralFeatureIntensity() |
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.GrayF32 |
getIntensity()
Returns an image containing an intensity mapping showing how corner like each pixel is.
|
void |
init(int width,
int height) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCandidatesMax, getCandidatesMin, getIgnoreBorder, getRequiresGradient, getRequiresHessian, hasCandidates, localMaximums, localMinimums, processpublic void init(int width,
int height)
public boofcv.struct.image.GrayF32 getIntensity()
GeneralFeatureIntensitygetIntensity in interface GeneralFeatureIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>