- Location: This property represents the (x, y) coordinates of the keypoints in the image. It is usually a 2D array of size N-by-2, where N is the number of keypoints and the first column represents the x-coordinates and the second column represents the y-coordinates.
- Scale: This property represents the scale of the keypoints, which is usually determined by the size of the feature region around the keypoints. It is typically a scalar value or an array of size N-by-1, where N is the number of keypoints.
- Orientation: This property represents the orientation or direction of the keypoints, which is typically computed based on the local image gradient information around the keypoints. It is usually a scalar value or an array of size N-by-1, where N is the number of keypoints.
- Octave: This property represents the octave or scale level at which the keypoints were detected, which is used to represent the scale space pyramid used in the SIFT algorithm. It is usually a scalar value or an array of size N-by-1, where N is the number of keypoints.
- Layer: This property represents the layer or sub-octave level at which the keypoints were detected, which is used to represent the scale space pyramid used in the SIFT algorithm. It is usually a scalar value or an array of size N-by-1, where N is the number of keypoints.
- Metric: This property represents a metric or score associated with each keypoint, which is often used to represent the strength or quality of the keypoints. It is usually a scalar value or an array of size N-by-1, where N is the number of keypoints.
What does the SIFTPoints properties mean?
1 次查看(过去 30 天)
显示 更早的评论
What do these properties mean? I tried looking up the documentation but I could not find much.
Thanks!
0 个评论
回答(1 个)
Sarthak
2023-4-18
Hi Jessy,
As per my understanding, the SIFTPoints object enables you to pass data between the detectSIFTFeatures and extractFeatures functions. You can also use it to manipulate and plot the data returned by these functions. You can use the object to fill interest points interactively.
The SIFTPoints object itself has multiple properties:
You can also refer to the following documentation. I hope this helps.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Feature Detection and Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!