Search found 1 match

by razilon
Thu Jun 23, 2005 5:29 am
Forum: GFL SDK
Topic: gflLoadBitmapFromMemory usage example?
Replies: 0
Views: 1367

gflLoadBitmapFromMemory usage example?

I am trying to use the gflSDK functions in an existing application alongside functions from Intel's OpenCV library. The image information I have access to in OpenCV is:

typedef struct _IplImage
{
int nSize; /* sizeof(IplImage) */
int ID; /* version (=0)*/
int nChannels; /* Most of OpenCV ...