]> Creatis software - clitk.git/commit
Romulo:
authordsarrut <dsarrut>
Mon, 11 Apr 2011 16:48:46 +0000 (16:48 +0000)
committerdsarrut <dsarrut>
Mon, 11 Apr 2011 16:48:46 +0000 (16:48 +0000)
commitad026a6ff3c2d3d57b7d25c55179e3460d0d04a3
tree3a7fbbb67055bfb157de331a3e86f64a266cae8c
parent62c20109b437bef1b9df091dfe7728a0fdf98bbc
Romulo:
- 1st version of the LineProfile tool
  + clitkLineProfile -i IMAGE --p0 POINT --p1 POINT
  + POINT can, in principle, be in 2D or 3D, but must match the image dimension (needs testing still)
  + output to std out
    * [INDEX] VALUE
    * index is comma separated list of coordinates
tools/CMakeLists.txt
tools/clitkLineProfile.cxx [new file with mode: 0755]
tools/clitkLineProfile.ggo [new file with mode: 0755]
tools/clitkLineProfileGenericFilter.cxx [new file with mode: 0755]
tools/clitkLineProfileGenericFilter.h [new file with mode: 0755]
tools/clitkLineProfileGenericFilter.txx [new file with mode: 0755]