JPery / MJPEGWriter

Lightweight HTTP server to stream your OpenCV processing in C++
MIT License
97 stars 40 forks source link

Can I ask you something? #10

Closed kgm2937 closed 5 years ago

kgm2937 commented 5 years ago

Hi, I'm making Image processing auto-line-tracing vehicle by raspberry-pi.

and, Im beginer of opencv. I tried to find information about that by google, books etc.

Finally , I found your git . Thank you so much.

I toke the code on my vehicle, and this is the picture, image

I want the picture rotate 180 angle and remove (some?) color correction filter. (truly, I also want more resolution) So please give me the way .... THANK YOU

JPery commented 5 years ago

This rotate and color correction features are part of OpenCV and no related to the library. You can use cv::rotate function to rotate your image.