]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/SkeletonFilter.hxx
...
[FrontAlgorithms.git] / lib / fpa / Image / SkeletonFilter.hxx
index 9488ed8e1d89cf6174af40639c3db6177d2c0dba..fa78819576064ad47164d0668b62e8a146809f4a 100644 (file)
@@ -173,8 +173,6 @@ _EndPoints(
     if( m != 0 || ( n.first / init_v ) < double( 1e-1 ) )
       continue;
 
-    std::cout << n.second << " " << n.first << " " << dmap->GetPixel( n.second ) << std::endl;
-
     // Mark it and update end-points
     m |= 0x01;
     marks->SetPixel( n.second, m );