-
I am building SITK on a Raspberry Pi3 with UBuntu-Mat 16.04. I am using clang3.8 as the compiler. The library only builds under the following conditions:
a.) Shared module library is enabled
If I disa…
-
In ITK we need to fetch the type of an argument. For this, I hacked some code together, but there could be a method for this in pygccxml 1.7.0. Using **str**() is not really intuitive; and also not do…
-
```
When I run the provided example itk.Examples.Images.Import1 I receive the
following error message:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at itk.Examples.I…
-
Compiling master I get the following traceback:
```
In file included from /fog/ants-67b2c5e459bca38bedd5b18e89ceaa94970b0bc6/checkout/Examples/itkantsRegistrationHelper.h:1358:0,
fro…
-
I have decent support for 3D plotting already, but the internals are a little too hacky/messy for my tastes. I want to refactor a little:
- [x] Better context-aware handling of input data (for exampl…
-
When boosting the HelloWorld example, memory fills up rapidly and program halts.
This is the modified HelloWold:
```
import SimpleITK as sitk
fixedImage = sitk.Cast(sitk.ReadImage('a.png'), sitk.si…
-
```
There are seven missing .csproj files associated with Examples.sln.
This screenshot shows these seven .csproj files missing in Visual Studio:
http://i40.tinypic.com/27wsrar.png
```
Original i…
-
http://public.kitware.com/pub/itk/Examples/src/Video/BridgeOpenCV/ConvertAnITKGrayScaleImageToCVMat/ConvertAnITKGrayScaleImageToCVMat.zip
-
If i run antsRegistration with --transform Exponential , the output Warp file is in log space, but then there is no way to specify this type of transform as initial-moving-transform or initial-fixed-t…
-
@ntustison @stnava
Nick and Brian,
I ran ANTs through clang's static analysis tool. It identified 7 bugs, and 20 warnings. The attached files are reports of what was found.
If you replace my s…