User Ratings

★★★★★
★★★★
★★★
★★
2
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • ITK is an incredible resource for the medical imaging community. The support is outstanding!
  • ITK is a very big project for image processing. It provides image filters, means for image registration, and image segmentation. Considering ease of use you have to take into account that this is a library and not a fully fledged program. If you want some end-user program you might want to look up InsightApplications, Slicer 3D, Elastix, ITK tools, which are all based on ITK, or e.g, OpenCV, MIA for separate projects. I only give four stars, because to use ITK with C++ you have to become quite an expert in ITK style C++, SimpleITK will give you something more workable here, or you use other language bindings like python. Since ITK was initially conceived quite some time ago, ITK implements it own data containers that are generally not compatible with the STL interface. Also, ITK does not make use of C++11, and considering the list of compilers they plan to support until 2018 (Search Google for "ITK Release 4 Modern C++" for a timeline), it will take quite a while until these long awaited enhancements to C++ make it into ITK.
  • ITK is a very useful set of classes for computer vision. ps. Am I the only one who can't give a thumbs up without also posting a review?