Login  Register

Re: Visualize orthogonal views / 3D reconstruction

Posted by Albert Cardona on Apr 04, 2008; 1:26pm
URL: http://imagej.273.s1.nabble.com/Visualize-orthogonal-views-3D-reconstruction-tp3696642p3696654.html

> Likewise, I get a narrow, tall viewer window.  Interestingly the zoom and
> hand tools do manipulate the image if you can click on it (1 pixel wide.)
>  


I suspect there is a thread synchronization issue with the Canvas3D.
We are working on a work-around.

If you select the 3D window, and open the jython interpreter, call:

win = WindowManager.getCurrentWindow()
from java.awt import Dimension
win.setMinimumSize(Dimension(512,512))


you will see that the window is no longer a vertical slit.

More on this soon.

Albert

--
Albert Cardona
http://www.mcdb.ucla.edu/Research/Hartenstein/acardona