Search:
Forum
Windows Programming
openCV
openCV
Nov 17, 2011 at 12:20pm UTC
Ziv Mhabary
(14)
Hello,
Im new to openCV and im trying to load image and create a pointer to the image data.
i wrote the next code:
src1 = cv::imread("test2.jpg");
float *ptrF2 = (float*)(src1.data);
and its doesnt work,
Thanks!
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs