<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.&nbsp;</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, &quot;David Gobbi [via VTK]&quot; &lt;<a href="/user/SendEmail.jtp?type=node&node=5719696&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt; 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 &lt;<a href="/user/SendEmail.jtp?type=node&amp;node=5719693&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt; wrote:
<div class="shrinkable-quote"><br>
&gt; I am not sure I explained myself right. <br>
&gt; <br>
&gt; I am currently slicing the volume by setting the camera's Position, Focal <br>
&gt; Point and View Up. The normal of the plane is calculated by the sensor's <br>
&gt; rotation matrix as follows: <br>
&gt; <br>
&gt; double *default_norm = {0,0,-1}; <br>
&gt; double *normal; <br>
&gt; <br>
&gt; matrix-&gt;MultiplyPoint(this-&gt;default_norm, normal); <br>
&gt; <br>
&gt; //Calculate the focal point <br>
&gt; double focalPt[3]; <br>
&gt; double centerofvol[] = {dimX/2, dimY/2, dimZ/2}; <br>
&gt; vtkSmartPointer&lt;vtkPlane&gt; plane = vtkSmartPointer&lt;vtkPlane&gt;::New(); <br>
&gt; plane-&gt;SetOrigin(dimX/2, dimY/2, 0); <br>
&gt; plane-&gt;SetNormal(normal); <br>
&gt; plane-&gt;ProjectPoint( centerofvol, focalPt ); <br>
&gt; <br>
&gt; position[0] = focalPt[0] &#43; distfromcam * this-&gt;normal[0]; <br>
&gt; position[1] = focalPt[1] &#43; distfromcam * this-&gt;normal[1]; <br>
&gt; position[2] = focalPt[2] &#43; distfromcam * this-&gt;normal[2]; <br>
&gt; <br>
&gt; cam-&gt;SetPosition(position); &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //Orientation of the slice plane <br>
&gt; cam-&gt;SetFocalPoint(focalPt); &nbsp; &nbsp;//Point at which my plane is fixed <br>
&gt; cam-&gt;SetViewUp(0,0,-1); <br>
&gt; <br>
&gt; This was working perfectly and I don't need to touch it at all except that, <br>
&gt; the echocardiology demands that the volumes be rotated a certain way and <br>
&gt; this I do using keyboard units sitting next to an echo expert. So let's say <br>
&gt; at (30, 0, 180), the slices are now real as the echocardiogram would have <br>
&gt; been and these values are going to be saved for future use. <br>
&gt; <br>
&gt; Until here the slicing works beautifully. But after I have set the slice's <br>
&gt; orientation using RotateX, RotateY, RotateZ the problem starts where the <br>
&gt; image is rotating around in the screen or is upside down or diagonal etc <br>
&gt; based on the angles the slice has been rotated to. <br>
&gt; <br>
&gt; ---------------------------------- <br>
&gt; <br>
&gt; From what you said, and based on what I did, there isn't an anatomical <br>
&gt; vector as such to to project to a plane. I would need to find out the view <br>
&gt; up vector from the new orientation of the volume and then plug it into the <br>
&gt; camera settings in place of leaving it as {0,0,-1}. <br>
&gt; <br>
&gt; How would I find the view up vector based on the new orientation of the <br>
&gt; 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. &nbsp;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. &nbsp;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>
&nbsp;- 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&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;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/>