OpenCV
3.0.0
Open Source Computer Vision
|
Classes | |
class | Bridge |
Type conversion class for converting OpenCV and native C++ types. More... | |
Functions | |
template<> | |
matlab::MxArray | Bridge::FromMat< matlab::InheritType > (const cv::Mat &mat) |
template specialization for inheriting types More... | |
template<> | |
cv::Mat | Bridge::toMat< matlab::InheritType > () const |
template specialization for inheriting types More... | |
template<typename InputScalar , typename OutputScalar > | |
void | deepCopyAndTranspose (const cv::Mat &src, matlab::MxArray &dst) |
template<typename InputScalar , typename OutputScalar > | |
void | deepCopyAndTranspose (const matlab::MxArray &src, cv::Mat &dst) |