Dear all,
following the absence of response from previous email (when they manage to reach the list):
a simple problem:
a flat plane defined by z=0;
I click with the mouse in x,y pixel
a getPixelLocationInImagePlate(x, y, imagePlatePt);
provides me with the image plate equivalent (projection plane of the scene if I understand well)
how come that the result of the following has a z different from 0??? (very different if my platformviewer is near the plane)
 
 // transform the point from an imageplate coordinate to a Vworld
        // coordinate

        Transform3D imagePlateToVworld = new Transform3D();

        getImagePlateToVworld(imagePlateToVworld)
        imagePlateToVworld.transform(imagePlatePt);
        //Logging.trace(8, "Vworld  pt with z <> 0!!! " + imagePlatePt);
 

Reply via email to