Questions tagged [itk]

ITK is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis. SimpleITK is a simplified layer built on top of ITK, intended to facilitate its use in rapid prototyping, education, interpreted languages.

ITK is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional data. The goals for ITK include:

ITK:

  • Supporting the Visible Human Project.
  • Establishing a foundation for future research.
  • Creating a repository of fundamental algorithms.
  • Developing a platform for advanced product development.
  • Support commercial application of the technology.
  • Create conventions for future work.
  • Grow a self-sustaining community of software users and developers.

SimpleITK:

  • Provides a simplified, easy-to-use, procedural interface without templates
  • Is distributed under an open source Apache 2.0 License
  • Binary distributions for Python and Java

Links

530 questions
0
votes
1 answer

VectorContainer in ITK

I came about the VectorContainer here. The description of the class was not clear. Can you kindly clarify what is the purpose of this class? Thanks.
user3864226
0
votes
1 answer

Where is my cloned MITK?

I'm going through this tutorial. I have performed the following command to clone MITK: git clone http://git.mitk.org/MITK.git I'm using a Windows machine. Where can I find the cloned directory on my machine? Thanks.
user3797518
0
votes
0 answers

Missing variable FLTK_FLUID_EXECUTABLE

While compiling ITKSNAP using ITK,VTK and FLTK on my computer(Windows 7 and Microsft visual studio 2012) shows following error: CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable…
Gunjan naik
  • 501
  • 1
  • 7
  • 18
0
votes
1 answer

Pointer as function argument in ITK/C++ - can't get it working

I’m new to both ITK and C++, and am currently in the process of setting up a testing program for an image registration algorithm. In my message I will tell the specifics of what I'm doing in using ITK-terminology. However, I expect that any…
mkerikss
  • 65
  • 6
0
votes
1 answer

Where can I find itkScalarImageTextureCalculator

I am trying to run a piece of code that includes "itkScalarImageTextureCalculator.h". However, cmake cannot find this reference, and I can't seem to find it manually neighter. I've looked for it in…
Stefana Fratean
  • 164
  • 1
  • 8
0
votes
3 answers

Difficulties using DemonsRegistrationFilter in ITK

I'm trying to register two images using the ITK library and the DemonsRegistrationFilter. I have some problems setting up the two images that I want to register. When I compile, i get this error: ImageType was not declared in this scope. I first…
ArnaudT
  • 93
  • 1
  • 1
  • 9
0
votes
2 answers

Undefine Symbols vtkImageViewer2::New(), QT-VTK Mac OSX 10.6.8

I'm using VTK to read a DICOM series. I can compile (using CMake) VTK example code and it runs well. Now, I'm trying to use Qtcreator and Qt4.8.5 to create a GUI. I have linked the library and include path on project.pro. When I build, I…
Nicolaus
  • 3
  • 2
0
votes
1 answer

What does Update() in ITK

I'm new to ITK. I just want to ask, what does Update() mean? For example, I found that I had to use it with an ImageFileReader. Why is that? Thanks.
user3614023
0
votes
1 answer

Using extents of mask to define rectangular subregions in ITK

I have a large (3D) image I and a mask M of the same size. I want to use a filter on part of the image described by the mask, but calculating that filter is quite slow. I would like to take a rectangular sub-region volume out of I that contains all…
tkerwin
  • 9,559
  • 1
  • 31
  • 47
0
votes
2 answers

AddImageFilter error in SimpleITK

In a C# project, I ve got error using the AddImageFilter which is provided in the SimpleITK. Is there a common mistake that happens when trying to add two images with this filter? For example, maybe there is a rule the images should be both double…
0
votes
1 answer

cmake with cl: invalid numeric argument '/Wno-uninitialized'

The closest I could find was cmake invalid numeric argument '/Wextra' but I don't know where to add proposed text to CMakeLists.txt... I'm building ITK 4.5.1 on a Windows 7 64 bit machine, using MSVC 2010. When configuring, I get the following…
barbara.post
  • 1,581
  • 16
  • 27
0
votes
0 answers

Error while compiling ITK/FLTK program in C:\Program Files\FLTK\include\FL\math.h

I want to compile a program using ITK & FLTK in Windows. Visual Studio 2010 shows me the following error: C:\Program Files\FLTK\include\FL\math.h(22): fatal error C1083: Cannot open include file: '/usr/include/math.h': No such file or directory How…
0
votes
1 answer

CMake can't build ITK

I am trying to install ITK 4.5.0 by following the example on http://worldwidepenguin.com/2010/05/how-to-install-itk-on-a-mac-cmake-macports/ . I am on a mac 10.5. As suggested, I am using CMake (2.8--12), but I am getting the error: CMake Error:…
whatever
  • 1,227
  • 2
  • 9
  • 9
0
votes
1 answer

Getbuffer method in SimpleITK libraries to read an image and output another

Here there, I'm currently working on a C# project and I need to create a snippet using SimpleITK libraries, in which my image matrix ArrayIn will be compared to a number DoubleVar. Then, if, for each element, the value of ArrayIn is greater than the…
0
votes
0 answers

ITk VTK QT QMake link error

I have a problem linking libs from ITK in QT and building it using QTCreator. I get the following erorrs. It would be great to know your guidance for the problem. :\Qt\qtcreator-2.8.1\bin\jom.exe -f Makefile.Release link…
user3652437
  • 201
  • 2
  • 8