]> Creatis software - FrontAlgorithms.git/commitdiff
...
authorLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Wed, 18 Oct 2017 18:50:40 +0000 (13:50 -0500)
committerLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Wed, 18 Oct 2017 18:50:40 +0000 (13:50 -0500)
appli/CTBronchi/Process.sh
lib/fpa/Common/SliceBySliceRandomWalker.hxx

index d590b3dae5c4344476e8576f71a6c7e78139be76..bebf539f5a067b7ea35a3035cec1b52eb77908e6 100755 (executable)
@@ -110,8 +110,9 @@ labels=$base_name"_labels.mhd"
 fastrw=$base_name"_fastrw.mhd"
 slicerw=$base_name"_slicerw.mhd"
 
-(>&2 echo "Processing $input... ")
 echo "************************************************"
+(>&2 echo "Processing $input... ")
+echo "Processing $input..."
 if [ ! -f $vesselness ] || [ -n "$force" ] ; then
     ./fpa_CTBronchi_Vesselness \
         -i $input -o $vesselness \
@@ -162,7 +163,8 @@ if [ ! -f $slicerw ] || [ -n "$force" ] ; then
         -b $beta \
         -e $epsilon
 fi
-echo "************************************************"
 (>&2 echo "done.")
+echo "done."
+echo "************************************************"
 
 ## eof - $RCSfile$
index 3856bca7d697c6ef0c5ed2744fba504c5b1b3a1f..3b86d023b9b56f65de65e71121648c6fafce3025 100644 (file)
@@ -107,6 +107,8 @@ GenerateData( )
   typename _TJoin::Pointer join = _TJoin::New( );
   for( int i = 0; i < numSlices; ++i )
     join->SetInput( i, binaryTree[ i ] );
+  join->SetOrigin( input->GetOrigin( )[ 2 ] );
+  join->SetSpacing( input->GetSpacing( )[ 2 ] );
   join->Update( );
   this->GetOutput( )->Graft( join->GetOutput( ) );
 }