detectKAZEFeatures
Detect KAZE features and return KAZEPoints
object
Description
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
Examples
Input Arguments
Output Arguments
References
[1] Alcantarilla, P.F., A. Bartoli, and A.J. Davison. "KAZE Features." ECCV 2012, Part VI, LNCS 7577. 2012, p. 214
Extended Capabilities
Version History
Introduced in R2017b
See Also
Functions
detectSURFFeatures
|detectMinEigenFeatures
|detectBRISKFeatures
|detectFASTFeatures
|detectMSERFeatures
|detectORBFeatures
|extractFeatures
|extractHOGFeatures
|detectHarrisFeatures
|detectFASTFeatures
|matchFeatures