Check that MATLAB struct represents feature points
#include "opencvmex.hpp"
void ocvCheckFeaturePointsStruct(const
mxArray *in);
in
Pointer to a MATLAB® structure, mxArray
, that represents point feature.
Format:
Field Name | Field Requirement | Field Data Type |
---|---|---|
Location | Required | Single |
Scale | Required | Single |
Metric | Required | Single |
Orientation | Optional | Single |
Octave | Optional | int32 |
Misc | Optional | int32 |
The ocvCheckFeaturePointsStruct
function
performs the key point struct checker.