> ok got it in the buffer now how to input it in a function for example > > opencv::opticalFlowCalc(image(the image in the buffer));
Now you have to watch in the OpenCV library how to import images into it. Please refer for example to http://www.cs.iit.edu/~agam/cs512/lect-notes/opencv-intro/opencv-intro.html#SECTION00053000000000000000 You may for example create a new opencv image then use cvSetData to import the buffer from the CS iImage. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[email protected]?subject=unsubscribe
