libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
CRNCV.h File Reference
#include "opencv2/core/mat.hpp"
#include <CRNImage/CRNImage.h>
+ Include dependency graph for CRNCV.h:

Go to the source code of this file.

Classes

struct  crn::CVMatType< T >
 
struct  crn::CVMatType< uint8_t >
 
struct  crn::CVMatType< int8_t >
 
struct  crn::CVMatType< uint16_t >
 
struct  crn::CVMatType< int16_t >
 
struct  crn::CVMatType< int32_t >
 
struct  crn::CVMatType< float >
 
struct  crn::CVMatType< double >
 
struct  crn::CVMatType< crn::pixel::RGB< T > >
 
struct  crn::CVMatType< crn::pixel::HSV >
 
struct  crn::CVMatType< crn::pixel::Cart2D< T > >
 
struct  crn::CVMatType< crn::pixel::XYZ >
 
struct  crn::CVMatType< crn::pixel::YUV >
 
struct  crn::CVMatType< crn::pixel::Lab >
 
struct  crn::CVMatType< crn::pixel::Luv >
 

Namespaces

 crn
 

Functions

template<typename T >
cv::Mat crn::WrapCVMat (crn::Image< T > &img)
 Wraps an image to an OpenCV matrix. More...