OpenNI RGB image to OpenCV BGR IplImage conversion?

ImgColor->imageData = (char*) pImage; cvCvtColor( imgColor, imgColor, CV_BGR2RGB).

There are some interesting references out there. For instance, the QImage to IplImage convertion shown here, that also converts RGB to BGR: static IplImage* qImage2IplImage(const QImage& qImage) { int width = qImage.width(); int height = qImage.height(); // Creates a iplImage with 3 channels IplImage *img = cvCreateImage(cvSize(width, height), IPL_DEPTH_8U, 3); char * imgBuffer = img->imageData; //Remove alpha channel int jump = (qImage.hasAlphaChannel())? 4 : 3; for (int y=0;yheight;y++) { QByteArray a((const char*)qImage.

ScanLine(y), qImage.bytesPerLine()); for (int i=0; i.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions