Re: [mitk-users] Using a vtkCamera for Augmented Reality

2010-09-16 Thread Wegner Ingmar
ot;Yashodhan Nevatia" , "Müller Michael" Cc: mitk-users@lists.sourceforge.net Sent: Thursday, September 16, 2010 3:11:14 PM Subject: AW: [mitk-users] Using a vtkCamera for Augmented Reality Hi Yashodhan, did you recompile your solution after changing to a new VTK version? Did you compile

Re: [mitk-users] Using a vtkCamera for Augmented Reality

2010-09-16 Thread Müller Michael
-Ursprüngliche Nachricht- Von: Yashodhan Nevatia [mailto:yashodhan.neva...@spaceapplications.com] Gesendet: Donnerstag, 16. September 2010 14:32 An: Müller Michael Cc: mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] Using a vtkCamera for Augmented Reality Hi Micheal, I forgot to mention

Re: [mitk-users] Using a vtkCamera for Augmented Reality

2010-09-16 Thread Wegner Ingmar
An: Müller Michael Cc: mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] Using a vtkCamera for Augmented Reality Hi Micheal, I forgot to mention that I was using VTK 5.4.2. I have today built VTK 5.6.0, and noticed that the VTK_USE_QVTK option in CMAKE is no longer present. There is a

Re: [mitk-users] Using a vtkCamera for Augmented Reality

2010-09-16 Thread Yashodhan Nevatia
error? Yasho - Original Message - From: "Müller Michael" To: "mitk-users@lists.sourceforge.net" Sent: Wednesday, September 15, 2010 5:03:55 PM Subject: Re: [mitk-users] Using a vtkCamera for Augmented Reality Hi, actually the vtk Camera offers a lot of sophisticated

Re: [mitk-users] Using a vtkCamera for Augmented Reality

2010-09-15 Thread Müller Michael
-users@lists.sourceforge.net Betreff: Re: [mitk-users] Using a vtkCamera for Augmented Reality Hi Matthias, The problem is that apart from the position, orientation and focal points, i also have other parameters to set (such as possible skew and center pixels). In OSG, I construct a projection

Re: [mitk-users] Using a vtkCamera for Augmented Reality

2010-09-15 Thread Yashodhan Nevatia
GL coordinate system is left-handed. Regards Matthias -Ursprüngliche Nachricht- Von: Yashodhan Nevatia [mailto:yashodhan.neva...@spaceapplications.com] Gesendet: Mittwoch, 15. September 2010 16:25 An: mitk-users Betreff: [mitk-users] Using a vtkCamera for Augmented Reality Hi, I want to us

Re: [mitk-users] Using a vtkCamera for Augmented Reality

2010-09-15 Thread Baumhauer Matthias
as -Ursprüngliche Nachricht- Von: Yashodhan Nevatia [mailto:yashodhan.neva...@spaceapplications.com] Gesendet: Mittwoch, 15. September 2010 16:25 An: mitk-users Betreff: [mitk-users] Using a vtkCamera for Augmented Reality Hi, I want to use the vtkCamera from a QmitkRenderWindow for Au

[mitk-users] Using a vtkCamera for Augmented Reality

2010-09-15 Thread Yashodhan Nevatia
Hi, I want to use the vtkCamera from a QmitkRenderWindow for Augmented reality. I have the intrinsic and extrinsic parameters for the camera (a model of the human eye) as a 3x4 matrix M=P*[R t], where P is a 3x3 matrix that models the intrinsic parameters, and [R t] are the extrinsic parameters