IRTK
IRTK copied to clipboard
The Image Registration Toolkit
cardiacsegtrim.cc and irtkinfo.cc are not exist! but they are used in somewhere.
I am using the command function included in https://www.doc.ic.ac.uk/~dr/software/usage.html to do 3D surface affine registration. such as: sareg mesh-a.vtk mesh-b.vtk -dofin srreg-b-a.vtk -dofout sareg-b-a.vtk How can I read the sareg-b-a.vtk...
gtest sub module points to a private git repository, you need an user and password for it. This one (https://chromium.googlesource.com/external/googletest.git) is a public one and it compiles well with it
Getting the following error when running make on centos 7: Linking CXX executable ../bin/AnisoDiff /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to `jpeg_std_error@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to `XFreeEventData' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to `jpeg_finish_decompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so:...
The NIfTI-1 C library source code included with the IRTK is outdated. I ran in particular into an issue that the byte swapping was not working when the library is...
I got the following errors while I am trying to read a nii image: irtkFileToImage::New: Unknown file format /Users/Daniel/Desktop/ProtonImages/0001H1.nii libc++abi.dylib: terminating with uncaught exception of type irtkException Abort trap: 6...
Is it possible to use this library in windows? I got the following error when compiling the library. `Error using mex C:\gco\GCoptimization.cpp:18:0: warning: "NOMINMAX" redefined #define NOMINMAX ^ In file...
irtkManifoldLearning.cc line 89 should be: delete [] distTemp;
Hi, I have tried with below steps but still unable to open the image from IRTK/bin/RView 1. Updated xcode 2. installed homebrew 3. installed cmake, fltk, glew, gsl,ffmpeg,eigen,boost,XQuartz 4. downloaded...