Read YUV image from filedump
Hello Guys, I am having yuv pixel contents(YUV420) as file dump. For example,
byte[1], byte[2]........byte[(width * height * 3)/2] in file.
I am having few questions:
1) How to read YUV pixels using file pointer and store in Mat object.
2) How to convert YUV Mat object to RGB Mat object.
I am using CPP code.
Thanks in Advance ...