Skip to content

Loading image from memory stream / buffer #172

Description

@HristoMarkow

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions