Object for storing binary feature vectors
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
.
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.
uses additional options specified by one or more features
= binaryFeatures(featureVectors
,Name,Value
)Name,Value
pair arguments.