Go to the source code of this file.
Classes | |
| class | cinder::ImageTargetCvMat |
| class | cinder::ImageSourceCvMat |
Namespaces | |
| namespace | cinder |
Functions | |
| cv::Mat | cinder::toOcv (ci::ImageSourceRef sourceRef, int type=-1) |
| cv::Mat | cinder::toOcvRef (Channel8u &channel) |
| cv::Mat | cinder::toOcvRef (Surface8u &surface) |
| ImageSourceRef | cinder::fromOcv (cv::Mat &mat) |
| cv::Scalar | cinder::toOcv (const Color &color) |
| Vec2f | cinder::fromOcv (const cv::Point2f &point) |
| cv::Point2f | cinder::toOcv (const Vec2f &point) |
| cv::Rect | cinder::toOcv (const ci::Area &r) |
| ci::Area | cinder::fromOcv (const cv::Rect &r) |