Hi,

I am going through my old mails, so this is a little bit out of date...

I don't know the exact requirements for mitkImageStatisticsCalculator, but I think it wasn't meant to be used in a ITK pipeline. If your filter output is derived from mitk::BaseData, you should definitely derive your filter from mitk::BaseDataSource, e.g. like mitk::PointSetSource. Otherwise, I would suggest to derive directly from itk::ProcessObject.

Best,
Sascha



On 03/28/2013 04:49 PM, Félix C. Morency wrote:
Hi,

I am currently designing a new filter that takes two images as its input (original and mask) and produce a score list as its output. I'm wondering from which base class is it best to derive such a filter (image → something else that is not an image/a surface). I looked at the mitkImageStatisticsCalculator and it seems to derive directly from itk::Object. Is there any reason why it doesn't derive from itk::ProcessObject?

Regards,
--
Félix C. Morency, M.Sc.
Plateforme d’analyse et de visualisation d’images
Centre Hospitalier Universitaire de Sherbrooke
Centre de recherche clinique Étienne-Le Bel
Local Z5-3031 | 819.346.1110 ext 16634 <tel:819.346.1110%20ext%2016634>

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to