Image Processing Desktop Application
Hi friends,
I would like to create a desktop application implemented low level algorithms like contrast enhancement, image debluring, super resolution etc.
I would like to use a video camera and process the frames that are supplied by this camera. However, I can not decide which programming language to use for GUI.
Which programming language and GUI (QT or Java AWT) should I use ?
I am looking forward to hearing your recommendations.
Thanks for your help in advence.
Kind regards
Since OpenCV is best supported in C++, I suggest to use a C++ compatible setup like Qt!
Thank you for your answer. Is it serious performance lose If I use JNI ?
I have no experience with that :)
@berak might have experience with JNI interface. Do you know if this reduces performance?