Create GUI with "Select file" dialog in cpp, OpenCV
c++, opencv, user-interface
Solution
For this, you have to add any available gui library and handle the gui part with that keeping the image processing part to opnecv. ( For example, you can try Qt )
Problem
is there any way to enable user to select file manually using GUI in my cpp console application with OpenCV? I've made some research but found no solution for such trivial task so far... Thanks in advance, JP