c++ - Real time drawing and saving as image(jpeg,png etc), process image, and again displaying the processed image -
i building application in c++. lets simplicity gets image , reverse it, , produces output reversed image. now, trying make user interface user draws , in real time able see reversed image.
that user interface should able save image in real time(as application needs image processed) , should load result image(i.e. output image of application). not graphics person , never built user interface. so, don't know in language should be? can made in c++ itself? many questions... help?
you can use opencv c++ library image operations , basic interface (console + windows images).
for building more advanced interfaces can @ mfc or qt , use opencv images them (or not).
Comments
Post a Comment