Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~100 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for lucvosters

I read the article on [url]http://opencv.willowgarage.com/wiki/VideoCodecs[/url]. I have a question regarding colorspaces in opencv. If I read a video which is encoded in e.g. YUV4:2:2 color format in OpenCV by: cap = cvCreateFileCapture(“input.avi”); IplImage *in = cvQueryFrame(cmdl->ifile); Will in then always be in the BGR colorspace? Or will in be …

Member Avatar for Salem
0
100