hi all,<div><br></div><div>I would like to use OpenCV and VTK for an AR application.  Thus far, we have use OpenCV/OpenGL for a simple proof-of-concept application and it works well.  I would like to bring this application to VTK but have some problems.</div>
<div><br></div><div>first off, it is about fusing OpenCV video and VTK actors.  I know how to bring OpenCV video into VTK based on the earliest post (<a href="http://www.vtk.org/pipermail/vtkusers/2010-June/109465.html">http://www.vtk.org/pipermail/vtkusers/2010-June/109465.html</a>) and have done so using OpenCV video as the background in the renderer.</div>
<div><br></div><div>I then tried to set vtkCamera using the OpenCV camera calibration, and display a vtk actor at a location where I know the true-location of in the OpenCV camera coordinate system.  But the vtkActor does not align with the real object in the OpenCV video.</div>
<div><br></div><div>the opencv calibration parameters were entered to a vtkCamera using vtkCamera::SetUserViewTransform(), which I don&#39;t think is the proper way of doing so.</div><div><br></div><div>Has anyone done something similar to this?  If so, I would really appreciate any help.</div>
<div><br></div><div>thanks in advance,</div><div><br></div>