Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
orion216
Posts:
11
From:
Netherlands
Registered:
9/24/07
|
|
Image display in specific old figures
Posted:
May 13, 2011 2:29 AM
|
|
Hi all,
Take an example, I have 2 a sequences of left and right images: left01, right01, left02, right02, etc. How can I display those on only two figures: left and right. Each loop, these 2 figures will be updated with leftxx and rightxx.
"Hold on" will only hold the current figure. Creating figures with figure('Name', 'Left') will not do the trick, as multiple "Left" figures will be created. Yet imshow() does not let me specify the figure to display based on its name.
What I want is something similar to OpenCV, which let you choose an already-opened figure to display cvNamedWindow("Left"); cvShowImage("Left", myLeftImg); "Left" figure will be updated with new img without creating new figure.
Thanks a lot. Ken.
|
|
|
|