Hi ,
i am working with openCV 2.1, its very difficult for me to find source for the routine cvLoadImage . I really need to know how does memory is allocated while cvLoadImage is called for my project. could any one please help me on this issue.

with regards,
sabarish.

Recommended Answers

All 2 Replies

For me, this function is declared in $/modules/highgui/include/opencv2/highgui/highgui_c.h (in Open CV 2.3)

Hi ravenous,
I too have the declaration in the highhui.h header file , but i would like to know the function definition of the cvLoadImage routine.
when this routine is called it will allocate memory for its image structure but i want to know how it is implemented in code.
If you know please help me...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.