No subject
Sun Apr 3 09:54:08 EDT 2011
with a null method. It's already been done for serveral filters. Or are
you wanting a class to optionally provide this verification?
>-----Original Message-----
>From: insight-developers-bounces at itk.org
>[mailto:insight-developers-bounces at itk.org] On Behalf Of
>Nicholas Tustison
>Sent: Wednesday, July 20, 2011 4:32 PM
>To: ITK Developers
>Subject: [Insight-developers] imageToImageFilter exception
>
>Hello,
>
>I'm aware of the recent verification that input images occupy
>the same physical
>space for derivative classes of the ImageToImageFilter.
>Although I can see
>where it should be the default behavior, it doesn't seem like
>it should be a
>universal requirement for all cases. Specifically, for the
>itkHistogramMatchingImageFilter, it seems to me that this physical
>space requirement is not relevant if all I want to do is make
>sure that the
>intensity histograms between two images match. Is there a
>way to write
>an explicit exemption for certain cases, i.e. something in the
>constructor
>like
>
>this->SetRequiredNumberOfInputs( 2 );
>this->SetInputVerification( false );
>
>Thanks,
>Nick
>_______________________________________________
>Powered by www.kitware.com
>
>Visit other Kitware open-source projects at
>http://www.kitware.com/opensource/opensource.html
>
>Kitware offers ITK Training Courses, for more information visit:
>http://kitware.com/products/protraining.html
>
>Please keep messages on-topic and check the ITK FAQ at:
>http://www.itk.org/Wiki/ITK_FAQ
>
>Follow this link to subscribe/unsubscribe:
>http://www.itk.org/mailman/listinfo/insight-developers
More information about the Insight-developers
mailing list