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

ENH : LSD warnings

parent 9d3ee9b4
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ DrawLineSpatialObjectListFilter<TInputImage, TOutput>
typename OutputImageRegionType::SizeType size = outputRegionForThread->GetSize();
bool res = false, res1= false , res2 = false;
if ( ((*indexToCheck)[0]>=static_cast< int>(size[0])) && ((*otherToCheck)[0]>=static_cast< int>(size[0]) )
if ( ((*indexToCheck)[0]>=static_cast< int>(size[0])) && ((*otherToCheck)[0]>=static_cast< int>(size[0]) ))
res = true;
if((*indexToCheck)[0]>=static_cast< int>(size[0]) && this->IsUpsideTheRegion(otherToCheck,outputRegionForThread))
......
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