YUYV to RGB
Can anybody helps me on converting an IplImage YUYV image in RGB?
Can anybody helps me on converting an IplImage YUYV image in RGB?
still searching? try something like that:
cvtColor(frame, colorIm, CV_YUV2GRAY_UYVY)
Asked: 2013-10-15 14:55:10 -0600
Seen: 1,222 times
Last updated: Oct 15 '13
Counting the number of colours in an image
Convert RGBA byte buffer to OpenCV image?
Problem creating Mat from camera buffers (edited)
How to filter an RGB image and transform into an BW one
[Solved] How to make OpenCV to ask libv4l YUYV pixelformat instead of BGR24?
editing OpenCV rgb/hsv values through a visual basic program?
hi, denis, can you stick with 1 question for 1 problem ? (i.e please remove one of them) thanks a lot !
Also, why do you still use IplImage? Is there any reason to use the old c style?