ANTSAPPLYTRANSFORMSTOPOINTS(1) | User Commands | ANTSAPPLYTRANSFORMSTOPOINTS(1) |
antsApplyTransformsToPoints - part of ANTS registration suite
cat chicken-3.csv
82.5,116.5,0,0,1,this is the breast 137.5,35.5,0,0,2,this
antsApplyTransformsToPoints -d 2 -i chicken-3.csv -o test.csv -t
cat test.csv
x,y,z,t,label,comment 10.8945447481644,162.082675013049,0,0,1,nan 7.5367085472988,52.099713111629,0,0,2,nan the nan appears in the last column until the ITK CSV I/O can handle mixed numeric /
**** We now can also
This is a simple binary format (Meta format - look it
-d, --dimensionality 2/3
-p, --precision 0/1
-f, --forantsr 0/1
-i, --input inputFileName
-o, --output warpedOutputFileName
-h
--help
September 2024 | antsApplyTransformsToPoints 2.4.3+dfsg |