Object for storing corner points
This object stores information about feature points detected from a 2-D grayscale image.
plot | Plot points |
isempty | Determine if points object is empty |
length | Number of stored points |
selectStrongest | Select points with strongest metrics |
size | Return the size of a points object |
selectUniform | Select uniformly distributed subset of feature points |
gather | Retrieve cornerPoints from the GPU |
Although cornerPoints
may hold many points, it is a
scalar object. Therefore, numel
(cornerPoints
) always
returns 1
. This value may differ from length
(cornerPoints
), which returns the true number of points
held by the object.
binaryFeatures
| BRISKPoints
| detectBRISKFeatures
| detectFASTFeatures
| detectHarrisFeatures
| detectMinEigenFeatures
| detectMSERFeatures
| detectORBFeatures
| detectSURFFeatures
| extractFeatures
| extractHOGFeatures
| KAZEPoints
| matchFeatures
| MSERRegions
| ORBPoints
| SURFPoints