Discussion:
[ITK-users] error in ItkConceptchecking.h
tapash
2017-07-20 13:52:03 UTC
Permalink
while I trying to build my project. its throwing an error

Error 42 error C2440: 'initializing' : cannot convert from
'itk::Concept::Detail::UniqueType_bool<true>' to
'itk::Concept::Detail::UniqueType_bool<false>'
plz help me to remove this error



--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/error-in-ItkConceptchecking-h-tp7590051.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
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://www.kitware.com/products/protraining.php

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://public.kitware.com/mailman/listinfo/insight-users
Dženan Zukić
2017-07-20 15:06:24 UTC
Permalink
Hi Tapash,

it looks like you are trying to instantiate a template class with a type
which that class does not support. If you give us the complete error
message (including where it is being originally caused from) we should be
able to help you more meaningfully.

Regards,
DÅŸenan Zukić, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)
Post by tapash
while I trying to build my project. its throwing an error
Error 42 error C2440: 'initializing' : cannot convert from
'itk::Concept::Detail::UniqueType_bool<true>' to
'itk::Concept::Detail::UniqueType_bool<false>'
plz help me to remove this error
--
View this message in context: http://itk-insight-users.
2283740.n2.nabble.com/error-in-ItkConceptchecking-h-tp7590051.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
Dženan Zukić
2017-07-20 15:32:39 UTC
Permalink
---------- Forwarded message ----------
From: DÅŸenan Zukić <***@gmail.com>
Date: Thu, Jul 20, 2017 at 11:31 AM
Subject: Re: [ITK-users] error in ItkConceptchecking.h
To: Tapash Barman <***@gmail.com>


Hi Tapash,

in a working program I have a line like this:

typedef itk::MultiplyImageFilter<ImageType, *FloatImageType*, ImageType>
MultiplyType;

if I change it into this:

typedef itk::MultiplyImageFilter<ImageType, *double*, ImageType>
MultiplyType;

I get the below, many lines long error message. This is the kind of
complete error message I want you to copy-paste, not just the last line of
it. If you are using Visual Studio, it is in the build log, not error list.

Regards,
DÅŸenan Zukić, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)


C:\my\program.cxx(117): error C2660: 'itk::BinaryFunctorImageFilter<
TInputImage1,TInputImage2,TOutputImage,int>::SetConstant' : function does
not take 1 arguments
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(59) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
ConstPointer'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\filtering\imagefilterbase\include\
itkBinaryFunctorImageFilter.h(111) : see declaration of 'itk::
BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage,int>::
Input2ImagePixelType'
with
[
TInputImage1=ImageType
, TInputImage2=double
, TOutputImage=ImageType
]
C:\ITK\modules\core\common\include\itkConceptChecking.h(579) :
see declaration of 'D2'
C:\ITK\Modules\Filtering\ImageIntensity\include\itkMultiplyImageFilter.h(34)
: see declaration of 'itk::Functor::Mult'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
C:\ITK\modules\core\common\include\itkConceptChecking.h(352) :
see declaration of 'itk::Concept::MultiplyOperator'
Hii..sir the error is in the itkconceptcheckink.h file..if u open this
header file u can see this In integer template
Post by Dženan Zukić
Hi Tapash,
it looks like you are trying to instantiate a template class with a type
which that class does not support. If you give us the complete error
message (including where it is being originally caused from) we should be
able to help you more meaningfully.
Regards,
DÅŸenan Zukić, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)
Post by tapash
while I trying to build my project. its throwing an error
Error 42 error C2440: 'initializing' : cannot convert from
'itk::Concept::Detail::UniqueType_bool<true>' to
'itk::Concept::Detail::UniqueType_bool<false>'
plz help me to remove this error
--
View this message in context: http://itk-insight-users.22837
40.n2.nabble.com/error-in-ItkConceptchecking-h-tp7590051.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
tapash
2017-07-21 06:30:18 UTC
Permalink
/** Concept requiring T to be integer. */

template< typename T >
struct IsInteger {
typedef IsInteger Self;
itkStaticConstMacro(Integral, bool, NumericTraits< T >::is_integer);
struct Constraints {
typedef Detail::UniqueType_bool< true >
TrueT;
typedef Detail::UniqueType_bool< itkGetStaticConstMacro(Integral) >
IntegralT;
void constraints()
{
*IntegralT a = TrueT();
* Detail::IgnoreUnusedVariable(a);
}
};

itkConceptConstraintsMacro();
};

the line in the bold is throwing this error......
Error 2 error C2440: 'initializing' : cannot convert from
'itk::Concept::Detail::UniqueType_bool<true>' to
'itk::Concept::Detail::UniqueType_bool<false>'
c:\insighttoolkit-4.6.0\modules\core\common\include\itkConceptChecking.h 730




--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/error-in-ItkConceptchecking-h-tp7590051p7590054.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
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://www.kitware.com/products/protraining.php

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://public.kitware.com/mailman/listinfo/insight-users
tapash
2017-07-21 13:28:37 UTC
Permalink
BoneSegmentation.cpp
6> Unknown compiler version - please run the configure tests and report the
results
6>..\BoneSegmentation.cpp(141): warning C4996: 'mkdir': The POSIX name for
this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir.
See online help for details.
6> C:\Program Files (x86)\Microsoft Visual Studio
12.0\VC\include\direct.h(140) : see declaration of 'mkdir'
*6>e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\itkConceptChecking.h(729):
error C2440: 'initializing' : cannot convert from
'itk::Concept::Detail::UniqueType_bool<true>' to
'itk::Concept::Detail::UniqueType_bool<false>'*
6> No user-defined-conversion operator available that can perform
this conversion, or the operator cannot be called
6> e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\itkConceptChecking.h(728)
: while compiling class template member function 'void
itk::Concept::IsInteger<float>::Constraints::constraints(void)'
6> e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\itkConceptChecking.h(735)
: see reference to function template instantiation 'void
itk::Concept::IsInteger<float>::Constraints::constraints(void)' being
compiled
6> e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\itkConceptChecking.h(735)
: see reference to class template instantiation
'itk::Concept::IsInteger<float>::Constraints' being compiled
6> e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\itkConceptChecking.h(735)
: while compiling class template member function 'void
itk::Concept::IsInteger<float>::Enforcer(void)'
6> e:\tapash
project\insighttoolkit-4.6.0\modules\segmentation\connectedcomponents\include\itkConnectedComponentImageFilter.h(143)
: see reference to class template instantiation
'itk::Concept::IsInteger<float>' being compiled
6> E:\tapash project\imagesim\utils\FilterUtils.h(84) : see
reference to class template instantiation
'itk::ConnectedComponentImageFilter<InputImage,OutputImage,TInputImage>'
being compiled
6> with
6> [
6> InputImage=ShortImage
6> , OutputImage=FloatImage
6> , TInputImage=ShortImage
6> ]
6> e:\tapash project\imagesim\01-Preprocessing.h(128) : see
reference to class template instantiation
'FilterUtils<ShortImage,FloatImage>' being compiled
6> BooleanOperationWidget.cpp



--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/error-in-ItkConceptchecking-h-tp7590051p7590055.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
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://www.kitware.com/products/protraining.php

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://public.kitware.com/mailman/listinfo/insight-users
Dženan Zukić
2017-07-21 14:46:09 UTC
Permalink
Hi Tapash,

in E:\tapash project\imagesim\utils\FilterUtils.h(84), "Concept requiring T
to be integer" means you should instantiate ConnectedComponentImageFilter
with OutputImage=ShortImage, *not* OutputImage=FloatImage.

If for some reason you want to convert your component indices into floats,
you can then apply CastImageFilter to do that.

Regards,
DÅŸenan Zukić, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)
Post by tapash
BoneSegmentation.cpp
6> Unknown compiler version - please run the configure tests and report the
results
6>..\BoneSegmentation.cpp(141): warning C4996: 'mkdir': The POSIX name for
this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir.
See online help for details.
6> C:\Program Files (x86)\Microsoft Visual Studio
12.0\VC\include\direct.h(140) : see declaration of 'mkdir'
*6>e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\
error C2440: 'initializing' : cannot convert from
'itk::Concept::Detail::UniqueType_bool<true>' to
'itk::Concept::Detail::UniqueType_bool<false>'*
6> No user-defined-conversion operator available that can perform
this conversion, or the operator cannot be called
6> e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\
itkConceptChecking.h(728)
: while compiling class template member function 'void
itk::Concept::IsInteger<float>::Constraints::constraints(void)'
6> e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\
itkConceptChecking.h(735)
: see reference to function template instantiation 'void
itk::Concept::IsInteger<float>::Constraints::constraints(void)' being
compiled
6> e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\
itkConceptChecking.h(735)
: see reference to class template instantiation
'itk::Concept::IsInteger<float>::Constraints' being compiled
6> e:\tapash
project\insighttoolkit-4.6.0\modules\core\common\include\
itkConceptChecking.h(735)
: while compiling class template member function 'void
itk::Concept::IsInteger<float>::Enforcer(void)'
6> e:\tapash
project\insighttoolkit-4.6.0\modules\segmentation\
connectedcomponents\include\itkConnectedComponentImageFilter.h(143)
: see reference to class template instantiation
'itk::Concept::IsInteger<float>' being compiled
6> E:\tapash project\imagesim\utils\FilterUtils.h(84) : see
reference to class template instantiation
'itk::ConnectedComponentImageFilter<InputImage,OutputImage,TInputImage>'
being compiled
6> with
6> [
6> InputImage=ShortImage
6> , OutputImage=FloatImage
6> , TInputImage=ShortImage
6> ]
6> e:\tapash project\imagesim\01-Preprocessing.h(128) : see
reference to class template instantiation
'FilterUtils<ShortImage,FloatImage>' being compiled
6> BooleanOperationWidget.cpp
--
View this message in context: http://itk-insight-users.
2283740.n2.nabble.com/error-in-ItkConceptchecking-h-tp7590051p7590055.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
Loading...