Main Content
binaryFeatures
Object for storing binary feature vectors
Description
This object provides the ability to pass data between the extractFeatures
and matchFeatures
functions. It can also
be used to manipulate and plot the data returned by extractFeatures
.
Creation
Description
constructs a features
= binaryFeatures(featureVectors
)binaryFeatures
object from the
M-by-N input matrix,
featureVectors
. This matrix contains
M feature vectors stored in N uint8
containers.
Input Arguments
Properties
Examples
Extended Capabilities
Version History
Introduced in R2013a