itk
ITK library on iOS - Loading DICOM
I have built the ITK library for the ipad - and it works. Then I tried to make an ITK example - something like that:[详细]
2023-03-06 09:27 分类:问答How can I incorporate libraries into my executable, so that users don't need to have the DLLs?
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[详细]
2023-03-04 03:57 分类:问答How can I use the ITK library to load DICOM images on iOS?
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[详细]
2023-02-20 07:12 分类:问答How do I interpolate over tif file image using itk?
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.[详细]
2023-02-15 14:46 分类:问答What do I put for a ParameterType value in an ITK function call in Python?
I\'m trying to do this using the ITK Python bindings: mi_metric = it开发者_Python百科k.MutualInformationImageToImageMetric[itk.Image.F3, itk.Image.F3].New()[详细]
2023-02-14 21:16 分类:问答ITK Insight Toolkit - Slow Canny Filter
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.[详细]
2023-02-05 14:31 分类:问答Going from numpy array to itk Image
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[详细]
2023-01-22 12:24 分类:问答cvCanny and float 32 bit (IPL_DEPTH_32F) problem
I have some problems with OpenCVs cvCanny(...) and the Image data types it can handle. Well, maybe you guys/gals know a solution.[详细]
2022-12-09 13:58 分类:问答