Class KitRosCornerIntensity
java.lang.Object
boofcv.alg.feature.detect.intensity.KitRosCornerIntensity
Implementation of the Kitchen and Rosenfeld corner detector as described in [1]. Unlike the KLT or Harris corner detectors this corner detector is designed to detect corners on the actual corner. Because it uses requires the image's local curvature it uses the second derivative, also known as the Hessian.
[1] Page 393 of E.R. Davies, "Machine Vision Theory Algorithms Practicalities," 3rd ed. 2005
-
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
-
KitRosCornerIntensity
public KitRosCornerIntensity()
-
-
Method Details
-
process
-
process
-