I’m still learning the ins and outs of using Calibration.

Today, I was surprise to learn that (in Java):

        Calibration c = new Calibration(ipl);

Does NOT populate the values of c with the values in the current Calibration 
for ipl.

Instead, I needed:

        Calibration c = new Calibration();
        c = ipl.getCalibration();

Not a big deal - but I wonder if this is the expected behavior, and if so, why?
 
--
Kenneth Sloan
[email protected]
Vision is the art of seeing what is invisible to others.


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

Reply via email to