Go to the source code of this file.
Classes | |
class | cinder::ImageTargetCvMat |
class | cinder::ImageSourceCvMat |
Namespaces | |
cinder | |
Functions | |
cv::Mat | cinder::toOcv (ci::ImageSourceRef sourceRef, int type=-1) |
cv::Mat | cinder::toOcvRef (Channel8u &channel) |
cv::Mat | cinder::toOcvRef (Channel32f &channel) |
cv::Mat | cinder::toOcvRef (Surface8u &surface) |
cv::Mat | cinder::toOcvRef (Surface32f &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) |
Vec2i | cinder::fromOcv (const cv::Point &point) |
cv::Point | cinder::toOcv (const Vec2i &point) |
cv::Rect | cinder::toOcv (const ci::Area &r) |
ci::Area | cinder::fromOcv (const cv::Rect &r) |