[Insight-users] Does data type has an influence on filter performance?
Michael Xanadu
xanadu.michael at googlemail.com
Wed Oct 28 12:51:24 EDT 2009
Hi,
1. I wonder if the datatype I choose for a filter (e.g. signed short, float,
unsigned char etc.) does have an influence on the performance?
2. Does a filter, which has got a different input & output datattype,
performs slower than a filter, in which I only use one datatype?
// filter with different types...
myfilter<short, float>
// ...compared to a filter with same types. is this filter fasterr?
myfilter<short, short>
Regards, Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20091028/5c26d2db/attachment.htm>
More information about the Insight-users
mailing list