opencv -display multiple images in single window
Hi,I m new to opencv c++,I am doing my academic project on content based image retrieval using opencv visual studio c++, I need to display input query image in one window and similar images to given input images(so multiple images) in another window.Pls any one help me....
Thanking You
Create a big image capable of containing your input images, then copy each input images to appropriate location of your newly created image using image ROI. After copy display newly created image.
can you please post the code
Have checked the below solution?.
i checked the code i want to display all images in folder but for me i am getting only first and last images are displaying in a window.