Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Best what to show many windows?

I have a list of image:

vector<string> images; images.push_back("image0001.png"); //> And more

I want to read any of them and show them. The problem is that opencv overlap them. I would avoid to have to manually move them.

I was trying something with moveWindow but with bad results. Is there any better function to order all opened windows?

Best what way to show many windows?windows without overlap?

I have a list of image:

vector<string> images; images.push_back("image0001.png"); //> And more

I want to read any of them and show them. The problem is that opencv overlap them. I would avoid to have to manually move them.

I was trying something with moveWindow but with bad results. Is there any better function to order all opened windows?

Best way to show many windows without overlap?

I have a list of image:

vector<string> images; images.push_back("image0001.png"); //> And more

I want to read any of them and show them. The problem is that opencv overlap them. them when I do imshow("myname",image). I would avoid to have to manually move them.

I was trying something with moveWindow but with bad results. Is there any better function to order all opened windows?

Best way to show many windows without overlap?

I have a list of image:

vector<string> images;
images.push_back("image0001.png");
//> And more

more

I want to read any of them and show them. The problem is that opencv overlap them when I do imshow("myname",image). I would avoid to have to manually move them.

I was trying something with moveWindow but with bad results. Is there any better function to order all opened windows?

Best way to show many windows without overlap?

I have a list of image:

vector<string> images;
images.push_back("image0001.png"); 
//> And more

I want to read any of them and show them. The problem is that opencv overlap them when I do imshow("myname",image). imshow("myname",image). I would avoid to have to manually move them.

I was trying something with moveWindow but with bad results. Is there any better function to order all opened windows?