Skip to content
Snippets Groups Projects
Commit e782aaf5 authored by Charles Peyrega's avatar Charles Peyrega
Browse files

BUG: Set ClipBinsAtEnds to false for histograms in...

BUG: Set ClipBinsAtEnds to false for histograms in mvdStreamingHistogramVectorImageFilter (Mantis bug #839)
parent 30c963bf
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ PersistentHistogramVectorImageFilter<TInputImage>
unsigned int numberOfThreads = this->GetNumberOfThreads();
unsigned int numberOfComponent = inputPtr->GetNumberOfComponentsPerPixel();
bool clipBins = true;
bool clipBins = false;
// if histogram Min and Max have the wrong size : set to default [0, 255]
if (m_HistogramMin.Size() != numberOfComponent ||
......
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