OpenCV
3.0.0
Open Source Computer Vision
|
#include "mxarray.hpp"
#include <vector>
#include <string>
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/calib3d.hpp>
#include <opencv2/photo.hpp>
#include <opencv2/stitching.hpp>
#include <opencv2/video.hpp>
Classes | |
class | cv::bridge::Bridge |
Type conversion class for converting OpenCV and native C++ types. More... | |
Namespaces | |
cv | |
cv::bridge | |
Functions | |
template<> | |
matlab::MxArray | cv::bridge::Bridge::FromMat< matlab::InheritType > (const cv::Mat &mat) |
template specialization for inheriting types More... | |
template<> | |
cv::Mat | cv::bridge::Bridge::toMat< matlab::InheritType > () const |
template specialization for inheriting types More... | |
template<typename InputScalar , typename OutputScalar > | |
void | cv::bridge::deepCopyAndTranspose (const cv::Mat &src, matlab::MxArray &dst) |
template<typename InputScalar , typename OutputScalar > | |
void | cv::bridge::deepCopyAndTranspose (const matlab::MxArray &src, cv::Mat &dst) |