Visceral-Project / EvaluateSegmentation

A program to evaluate the quality of image segmentations.
Apache License 2.0
313 stars 87 forks source link

Fix for modern c++11 ITK builds #8

Closed hjmjohnson closed 2 years ago

hjmjohnson commented 5 years ago

Fix build errors with respect to the newly released ITKv5.

Many long-standing build warnings are also addressed.

hjmjohnson commented 5 years ago

@abdelaziztaha Please consider incorporating the changes in this PR to allow building against ITKv5.

hjmjohnson commented 2 years ago

@kaczmarj Simplified this long outstanding PR. I'd be happy to address any concerns you have regarding these changes.

kaczmarj commented 2 years ago

thanks @hjmjohnson - these changes look great.