Class KitRosCornerIntensity

java.lang.Object
boofcv.alg.feature.detect.intensity.KitRosCornerIntensity

public class KitRosCornerIntensity extends Object

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