[Insight-users] NthElement Image output
jmerkow
jmerkow at gmail.com
Wed Nov 6 19:29:56 EST 2013
Brad,
I am working on making this functor/filter. I based it on a few examples of
other functors on git, but I am having some issues.
I am following itkAddImageFilter and itkVectorCastImageFilter Link
<https://github.com/Kitware/ITK/blob/release/Modules/Filtering/ImageFilterBase/include/itkVectorCastImageFilter.h>
as examples.
itkDotImageFilter.cxx
<http://itk-users.7.n7.nabble.com/file/n32692/itkDotImageFilter.cxx>
It is pretty barebones right now, but I get an error when I compile and Im
not sure what it means:
.../src/lib/itkDotImageFilter.cxx:13:7: error: no default argument for
‘TOutput’
.../src/lib/itkDotImageFilter.cxx:48:7: error: no default argument for
‘TOutputImage’
Jameson
--
View this message in context: http://itk-users.7.n7.nabble.com/NthElement-Image-output-tp32683p32692.html
Sent from the ITK - Users mailing list archive at Nabble.com.
More information about the Insight-users
mailing list