<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<div>Hi David,</div>
<div><br>
</div>
<div>I had been trying to do that where in I got the orientation from the vtkImageSlice (I wish it returned the orientation as a rotation matrix but I wrote the wiki convert Euler-Rotation matrix code) but now that you are speaking of the same solution, I think
I would look into what I was doing again and perhaps there was something slightly off. </div>
<div><br>
</div>
<div>Thank you for your advice! I would take every word of it! :)</div>
<div><br>
On Mar 28, 2013, at 8:47, "David Gobbi [via VTK]" <<a href="/user/SendEmail.jtp?type=node&node=5719696&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>> wrote:<br>
<br>
</div>
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' type="cite">
<div>On Wed, Mar 27, 2013 at 6:41 PM, Debjit Ghosh <<a href="/user/SendEmail.jtp?type=node&node=5719693&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>> wrote:
<div class="shrinkable-quote"><br>
> I am not sure I explained myself right. <br>
> <br>
> I am currently slicing the volume by setting the camera's Position, Focal <br>
> Point and View Up. The normal of the plane is calculated by the sensor's <br>
> rotation matrix as follows: <br>
> <br>
> double *default_norm = {0,0,-1}; <br>
> double *normal; <br>
> <br>
> matrix->MultiplyPoint(this->default_norm, normal); <br>
> <br>
> //Calculate the focal point <br>
> double focalPt[3]; <br>
> double centerofvol[] = {dimX/2, dimY/2, dimZ/2}; <br>
> vtkSmartPointer<vtkPlane> plane = vtkSmartPointer<vtkPlane>::New(); <br>
> plane->SetOrigin(dimX/2, dimY/2, 0); <br>
> plane->SetNormal(normal); <br>
> plane->ProjectPoint( centerofvol, focalPt ); <br>
> <br>
> position[0] = focalPt[0] + distfromcam * this->normal[0]; <br>
> position[1] = focalPt[1] + distfromcam * this->normal[1]; <br>
> position[2] = focalPt[2] + distfromcam * this->normal[2]; <br>
> <br>
> cam->SetPosition(position); //Orientation of the slice plane <br>
> cam->SetFocalPoint(focalPt); //Point at which my plane is fixed <br>
> cam->SetViewUp(0,0,-1); <br>
> <br>
> This was working perfectly and I don't need to touch it at all except that, <br>
> the echocardiology demands that the volumes be rotated a certain way and <br>
> this I do using keyboard units sitting next to an echo expert. So let's say <br>
> at (30, 0, 180), the slices are now real as the echocardiogram would have <br>
> been and these values are going to be saved for future use. <br>
> <br>
> Until here the slicing works beautifully. But after I have set the slice's <br>
> orientation using RotateX, RotateY, RotateZ the problem starts where the <br>
> image is rotating around in the screen or is upside down or diagonal etc <br>
> based on the angles the slice has been rotated to. <br>
> <br>
> ---------------------------------- <br>
> <br>
> From what you said, and based on what I did, there isn't an anatomical <br>
> vector as such to to project to a plane. I would need to find out the view <br>
> up vector from the new orientation of the volume and then plug it into the <br>
> camera settings in place of leaving it as {0,0,-1}. <br>
> <br>
> How would I find the view up vector based on the new orientation of the <br>
> volume to say (30, 0, 150) or something...? </div>
<br>
If you already had a system where the view up vector was set correctly <br>
before the rotation was applied, then can't you just apply the rotation to <br>
vector you use as the view up vector? <br>
<br>
I always think of these visualization problems by considering what <br>
my degrees of freedom are, and what my constraints are. As long as <br>
I'm doing all my rotations with either matrices or quaternions, the math <br>
works out nicely because everything is linear. I almost never express <br>
orientations as a series of x,y,z rotations because it makes the math <br>
much more complicated... <br>
<br>
- David <br>
_______________________________________________ <br>
Powered by <a href="http://www.kitware.com" target="_top" rel="nofollow" link="external">www.kitware.com</a> <br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_top" rel="nofollow" link="external">
http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_top" rel="nofollow" link="external">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe: <br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_top" rel="nofollow" link="external">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br>
<br>
<hr noshade="noshade" size="1" color="#cccccc">
<div style="color:#444; font: 12px tahoma,geneva,helvetica,arial,sans-serif;">
<div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
<a href="http://vtk.1045678.n5.nabble.com/SetCutPlane-not-working-in-vtkImageResliceMapper-tp5716627p5719693.html" target="_top" rel="nofollow" link="external">http://vtk.1045678.n5.nabble.com/SetCutPlane-not-working-in-vtkImageResliceMapper-tp5716627p5719693.html</a>
</div>
<div style="color:#666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
To unsubscribe from SetCutPlane not working in vtkImageResliceMapper, <a href="" target="_top" rel="nofollow" link="external">
click here</a>.<br>
<a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_top" link="external">NAML</a>
</div>
</div>
</blockquote>
<P><br/>---------------------------------------------------------------------<br/>CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, <br/>is for the sole use of the intended recipient(s) and may contain confidential<br/>or legally privileged information. Any unauthorized review, use, disclosure<br/>or distribution is prohibited. If you are not the intended recipient, please<br/>contact the sender by reply e-mail and destroy all copies of this original message. <br/><br/>---------------------------------------------------------------------<br/>
</P>
        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/SetCutPlane-not-working-in-vtkImageResliceMapper-tp5716627p5719696.html">Re: SetCutPlane not working in vtkImageResliceMapper</a><br/>
Sent from the <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html">VTK - Users mailing list archive</a> at Nabble.com.<br/>