forked from fbudin69500/ITKGenericLabelInterpolator
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Warnings for unknown parameters / template already defined when the itk-genericlabelinterpolator module first loads.
Python 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import itk
>>> itk.LabelImageGenericInterpolateImageFunction[itk.Image[itk.US,3]].New()
Warning: Unknown parameter 'itk::LinearInterpolateImageFunction' in template 'itk::LabelImageGenericInterpolateImageFunction'
Warning: Unknown parameter 'itk::NearestNeighborInterpolateImageFunction' in template 'itk::LabelImageGenericInterpolateImageFunction'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<signedshort,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedchar,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedshort,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<float,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<double,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBPixel<unsignedchar>,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBAPixel<unsignedchar>,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<signedshort,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedchar,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedshort,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<float,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<double,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBPixel<unsignedchar>,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBAPixel<unsignedchar>,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<signedshort,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedchar,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedshort,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<float,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<double,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBPixel<unsignedchar>,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBAPixel<unsignedchar>,4>,itk::NearestNeighborInterpolateImageFunction>'
<itk.itkLabelImageGenericInterpolateImageFunctionPython.itkLabelImageGenericInterpolateImageFunctionIUS3NearestNeighbor; proxy of <Swig Object of type 'itkLabelImageGenericInterpolateImageFunctionIUS3NearestNeighbor *' at 0x0000020C41C17210> >Metadata
Metadata
Assignees
Labels
No labels