Main Content
cornerPoints
Object for storing corner points
Description
This object stores information about point features detected from a 2-D grayscale image.
Creation
Description
Input Arguments
Properties
Object Functions
plot | Plot points |
isempty | Determine if points object is empty |
length | Number of stored points |
selectStrongest | Select points with strongest metrics |
size | Return size of points object |
selectUniform | Select uniformly distributed subset of point features |
select | Select point or region features during code generation |
gather | Retrieve cornerPoints from the GPU |
Examples
Tips
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.
Extended Capabilities
Version History
Introduced in R2012a