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