Conversion JPEG to raw image
Hi All,
I have a requirement to convert jpeg image to raw image for further processing. Could you please guide how ican i do this through OPEN CV
Thanks in advance, Abhishek
Hi All,
I have a requirement to convert jpeg image to raw image for further processing. Could you please guide how ican i do this through OPEN CV
Thanks in advance, Abhishek
you probably should start reading the opencv tutorials
then, a simple
Mat img = imread("my.jpg")
will give you a decoded image, you can work on further
Asked: 2020-07-23 06:01:54 -0600
Seen: 1,259 times
Last updated: Jul 23 '20
byte array raw to Jpeg using GPU
Patches I would like to introduce - need advice
Build your own OpenCV2.Framework for iOS with JPG support
Performance question: vehicle & pedestrian detection
How should I read MPO Multi-jpeg files?
can i use OpenCV for dumping jepg coefcients DC and AC
opencv 2.4.5 unable to load tif image with jpeg compression on windows 7
If by "raw" you mean a bayer "image", you can't, and that would be a silly thing to do