| OpenCV convertions | |
| Functions | |
| convertIplImage | Converts an IplImage to the Image type of smartreader. |
| convertImage | Converts an Image to the IplImage used in OpenCV. |
Image *convertIplImage( IplImage * img )
Converts an IplImage to the Image type of smartreader. We don’t support floating point images.
| img | IplImage to be converted Returns: An Image with the same content as the IplImage passed See Also: Image |
IplImage *convertImage( Image * img )
Converts an Image to the IplImage used in OpenCV. The converted images will always have depth equal to IPL_DEPTH_8U.
| img | Image to be converted Returns: An IplImage with the same content as the Image passed See Also: Image |
Converts an IplImage to the Image type of smartreader.
Image *convertIplImage( IplImage * img )
Converts an Image to the IplImage used in OpenCV.
IplImage *convertImage( Image * img )