c3d icon indicating copy to clipboard operation
c3d copied to clipboard

Convert3D tool

Results 25 c3d issues
Sort by recently updated
recently updated
newest added

The help dialog lists the translation flag as -trans but this is not recognised by the program, whereas -tran is ITK-snap v3.8.0

Trying to compile on Fedora 31, I get ... $ make Scanning dependencies of target markdown_to_hex [ 1%] Building C object CMakeFiles/markdown_to_hex.dir/utilities/hexdump.c.o [ 2%] Linking C executable markdown_to_hex [ 2%]...

Convert3D used to build on `conda-forge` but no longer does. I was trying to provide packages for the new `osx-arm64` architecture (for the new Mac M-series), which requires a refresh...

made it possible to build against itk versions going back to itk 4.7.0. the suggested changes are based on the previous changes made during the itk 5.0 upgrade in d781da4a7553c4ed18aafb62bd3e3309525a0f7c...

Convert3D does not currently build with ITK5. There are a series of very minor changes required. This pull request implements them (and keeps support to build with ITK4).

``` c3d -help origin -origin : Set image origin Syntax: `-origin vector ` Set the origin of the image. The origin is the world coordinate (in NIfTI coordinate space) of...

This fixes -rms (#18). Added `-antialias-rms` Updated the docs. The help for `-rms` said: ``` c3d img1.img img2.img img3.img img4.img -foreach -dup -times -endfor \ -accum -add -endaccum -sqrt -o...

Me again about resampling, I looked at #27 and I think it actually makes more sense than my original proposal in #16. The question is whether you "round up" by...

In ConvertImageND.cxx, the computation of sz is wrong due to a misplaced parenthesis. It changes the dimension by one in case of small spacing. The change is small: `sz[i] =...