Skip to content
Snippets Groups Projects
Commit 4f465e4d authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Suppression commentaire

parent a1f317cd
No related branches found
No related tags found
No related merge requests found
......@@ -138,9 +138,6 @@ ExtractROIBase<TInputImage,TOutputImage>
m_SizeY = inputRegion.GetSize()[1] - m_StartY;
}
//std::cout <<"m_Start "<<m_StartX<<" "<<m_StartY<<" m_Size "<<m_SizeX <<" "<<m_SizeY<<" "<<inputRegion.GetSize()[1] <<" "<<inputRegion.GetSize()[0]<<std::endl;
InputImageIndexType start;
start[0] = m_StartX;
start[1] = m_StartY;
......
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