ITK : Basic image processing, segmentation, registration for medical image data (2D, 3D, …)
OpenCV: Computer vision in general,basic image processing part for 2D images
PLUS machine learning
In case of algorithms, provided by both, OpenCV and ITK
ITK : Better integration in MITK Filter
OpenCV : Faster
To Implementation http://midas.kitware.com/item/view/595
There are additional ITKv4 capabilities under development including new Video classes that will permit you to move between OpenCV and ITK and back as well as GPU support using OpenCL.
ITK :
Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.html
Please keep messages on-topic and check the ITK FAQ at:
introduces the software bridge between ITK and OpenCV. The goal is to illustrate how ITK image analysis functionalities can be used from OpenCV applications.
For medical imaging is better ITK. You can work with volumes in ITK and in OpenCV (using IPLImage arrays), but if yo want to work with medical formats (dicom, nii, mhd, etc.), it is dificult to read these king of files in OpenCV, but in ITK is easy to load these.
For medical Images you can use ITK or IGSTK(Image guided surgery tool kit). They are able to handle different modality of medical images like CT, MRI...
ITK : Basic image processing, segmentation, registration for medical image data (2D, 3D, …)
OpenCV: Computer vision in general,basic image processing part for 2D images
PLUS machine learning
In case of algorithms, provided by both, OpenCV and ITK
ITK : Better integration in MITK Filter
OpenCV : Faster
To Implementation http://midas.kitware.com/item/view/595
There are additional ITKv4 capabilities under development including new Video classes that will permit you to move between OpenCV and ITK and back as well as GPU support using OpenCL.
ITK :
Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.html
Please keep messages on-topic and check the ITK FAQ at:
introduces the software bridge between ITK and OpenCV. The goal is to illustrate how ITK image analysis functionalities can be used from OpenCV applications.