Skip to content
Snippets Groups Projects
Commit d8233606 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fixing warning

parent 6a0c3541
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.
Finish editing this message first!
Please register or to comment