[vtkusers] projections and transformations
Giancarlo Amati
ilferraresebono at hotmail.it
Tue Feb 16 04:55:39 EST 2010
Good morning Guys,
this is my question:
I have a dataset, and a projection matrix resulting from a calibration process. now:
the projection matrix P = 3x4 matrix. While transformation in VTK are 4x4 matrices.
So, I transformed my P in a 4x4 by inserting a NULL row inbetween the 2nd and the 3rd row. this makes the Z null.
Now If I put this final P into a vtkTransform object and apply to my polydata, are the coordinates in the politdata divided automatically by that famous homogeneous coordinate factor W?
let's say that PD is my PolyData and I want to visualized the 2D by multiply P * PD where of course I get coordinate like (Xi,Yi, 0, Wi). But now I would like Xi/Wi which is a homogeneous normalization.... is it that automatic or I have to make it expiciltly?
Very kind regards.
Giancarlo
_________________________________________________________________
Parla, scrivi, gioca... Scopri le novità di Messenger
http://www.messenger.it/home_novita.aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100216/4ea21d87/attachment.htm>
More information about the vtkusers
mailing list