diff --git a/Code/FeatureExtraction/otbLineSegmentDetector.txx b/Code/FeatureExtraction/otbLineSegmentDetector.txx index 721ab73ecdf76adc249e70cbd9ec44b9122639fc..f86af66807c32f4151b6749915f952cc4be3edf8 100644 --- a/Code/FeatureExtraction/otbLineSegmentDetector.txx +++ b/Code/FeatureExtraction/otbLineSegmentDetector.txx @@ -249,7 +249,6 @@ LineSegmentDetector<TInputImage, TPrecision> /** Compute the rectangle*/ CoordinateHistogramIteratorType ItRegion = m_RegionList.begin(); DirectionVectorIteratorType ItDir = m_DirectionVector.begin(); - std::cout << " NB DE REGIONS : "<< m_RegionList.size()<< std::endl; while(ItRegion != m_RegionList.end() && ItDir !=m_DirectionVector.end() ) {