Class ImplKitRosCornerIntensity
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplKitRosCornerIntensity
Implementations of
KitRosCornerIntensity.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprocess(GrayF32 featureIntensity, GrayF32 derivX, GrayF32 derivY, GrayF32 hessianXX, GrayF32 hessianYY, GrayF32 hessianXY) static voidprocess(GrayF32 featureIntensity, GrayS16 derivX, GrayS16 derivY, GrayS16 hessianXX, GrayS16 hessianYY, GrayS16 hessianXY)
-
Constructor Details
-
ImplKitRosCornerIntensity
public ImplKitRosCornerIntensity()
-
-
Method Details
-
process
-
process
-