Detect KAZE features
returns a points
= detectKAZEFeatures(I
)KAZEPoints
object containing information about KAZE keypoints detected
in a 2-D grayscale image. The function uses nonlinear diffusion to construct a scale
space for the given image. It then detects multiscale corner features from the scale
space.
returns a points
= detectKAZEFeatures(I
,Name,Value
)KAZEPoints
object with additional options specified by one or more
Name,Value pair arguments
[1] Alcantarilla, P.F., A. Bartoli, and A.J. Davison. "KAZE Features." ECCV 2012, Part VI, LNCS 7577. 2012, p. 214
detectBRISKFeatures
| detectFASTFeatures
| detectFASTFeatures
| detectHarrisFeatures
| detectMinEigenFeatures
| detectMSERFeatures
| detectORBFeatures
| detectSURFFeatures
| extractFeatures
| extractHOGFeatures
| matchFeatures