I have built the ITK library for the ipad - and it works. Then I tried to make an ITK example - something like that:
I\'m developing software using ITK and VTK, and it\'s all going very well.However, I would like to deploy the software onto end-user machines that do not have ITK or VTK installed.When I build the sof
I\'m trying to show a DICOM image on the iPhone / iPad, and was looking at the ITK library as a way of doing this.Does anyon开发者_C百科e know how to build this library for iOS, or have any sample cod
This only goes out t开发者_开发知识库o those who knows the itk package well. I just started using itk package recently to try to play with images using it, and I have a question.
I\'m trying to do this using the ITK Python bindings: mi_metric = it开发者_Python百科k.MutualInformationImageToImageMetric[itk.Image.F3, itk.Image.F3].New()
I am using the Canny Edge Detection of the ITK toolkit. Compared to the OpenCV Canny Detection it seems to be pretty slow. My estimation is 0.5 sec for an image of size 144x176.
I have a numpy array and want to convert it into an ITK image for further processing.How do I do this without using the PyBuffer extension to WrapITK.I can\'t use that because I get a bunch of errors
I have some problems with OpenCVs cvCanny(...) and the Image data types it can handle. Well, maybe you guys/gals know a solution.