Hello, sorry for this basic question ,but I am very new at this.

 I have an Image, and I want to apply mitk::ImageToSurfaceFilter , and use
 the surface obtained as an argument of other function.

 - First question: This filter transforms the image into a triangular mesh?

 (If first question is true)

 - Second (what I wanted to do) :

  boost::shared_ptr< Mask > myMask = *maskIter;  // Mask = mitk::image
  surface = ImageToSurfaceFilter (myMask);
  otherFunction (surface);


 That is the idea of what I wanted to do. But reading the Documentation of
 the filter I don't get how to use it, and I can't find examples either.

 Thanks!

-- 
--------
Gonzalo Amadio
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to