Hi,
I've looked at OpenCV documentation ImDecode and according it should be used two functions
C++: Mat imdecode(InputArray buf, int flags)
C: IplImage* cvDecodeImage(const CvMat* buf, int iscolor=CV_LOAD_IMAGE_COLOR)
cvDecodeImage is defined
function cvDecodeImage(const buf: pCvMat; iscolor: Integer = CV_LOAD_IMAGE_COLOR): pIplImage; cdecl;
in ocv.highgui_c.pas but the first function isn't. I've looked in all DLL files, but didn't find such exported function.
Any ideas?
Hi,
I've looked at OpenCV documentation ImDecode and according it should be used two functions
C++: Mat imdecode(InputArray buf, int flags)
C: IplImage* cvDecodeImage(const CvMat* buf, int iscolor=CV_LOAD_IMAGE_COLOR)
cvDecodeImage is defined
function cvDecodeImage(const buf: pCvMat; iscolor: Integer = CV_LOAD_IMAGE_COLOR): pIplImage; cdecl;in ocv.highgui_c.pas but the first function isn't. I've looked in all DLL files, but didn't find such exported function.
Any ideas?