ocvMxArrayFromPoints2f
vector<cv::Point2f> を mxArray に変換
C++ 構文
#include "opencvmex.hpp"
mxArray *ocvMxArrayFromPoints2f(const std::vector<cv::Point2f> &points);
引数
pointsOpenCV
vector<cv::Point2f>への参照。
出力
MATLAB® mxArray へのポインター。
説明
関数 ocvMxArrayFromPoints2f は std::vector<cv::Point2f> を mxArray に変換します。
バージョン履歴
R2015a で導入