Skip to content
Snippets Groups Projects
Commit 29786e9e authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

WRG : comparaison between signed and unsigned int

parent 5590a2bc
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ MeanShiftImageFilter<TInputImage,TOutputImage,TLabeledOutput,TBufferConverter>
//define the boundaries
RegionList *regionList = edisonProcessor.GetBoundaries();
int *regionIndeces;
int numRegions = regionList->GetNumRegions();
unsigned int numRegions = regionList->GetNumRegions();
typename LabeledOutputType::IndexType boundIndex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment