SBU-BMI / SlicerPathology

3D Slicer extension for Pathology segmentation tools
http://bmi.stonybrookmedicine.edu
Other
5 stars 8 forks source link

COMP: Fix MeanshiftClusteringFilter sign-compare warning. Fixes #24 #32

Closed jcfr closed 8 years ago

jcfr commented 8 years ago

This commit introduces the VectorSampleSizeType typedef facilitating the writing of code working with the type returned by the VectorSampleType::GetSize().

For reference, VectorSampleType is itk::Statistics::ListSample< VectorType >.

See https://itk.org/Doxygen/html/classitk_1_1Statistics_1_1ListSample.html#aa9d5f695ba9713e5dfe45a7ad0956551

jcfr commented 8 years ago

xref Slicer/Slicer#485

jcfr commented 8 years ago

Cc: @fedorov @naucoin @gaoyi