Displaying images in opencv
I want to display each detected image on the right side of the display screen.For example like this. .
How to do it in opencv? We can't use another imshow.Then how make it possible?
I think that you should customize your displayer. See this for making an idea.
I got some idea from the link that you provide. I tried lot but it doesn't give the desired output.
You can post some code and some results, to find more help ;)
I have posted the answer there, hope it works.