Main Content

ocvMxArrayFromPoints2f

vector<cv::Point2f>mxArray に変換

C++ 構文

#include "opencvmex.hpp"
mxArray *ocvMxArrayFromPoints2f(const std::vector<cv::Point2f> &points);

引数

points

OpenCV vector<cv::Point2f> への参照。

出力

MATLAB® mxArray へのポインター。

説明

関数 ocvMxArrayFromPoints2fstd::vector<cv::Point2f>mxArray に変換します。

バージョン履歴

R2015a で導入