Skip to content
Snippets Groups Projects
Commit e48fcf4d authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : remove traces

parent 3d87a383
No related branches found
No related tags found
No related merge requests found
......@@ -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() )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment