Commit 7084cc5c authored by Alexander Alekhin's avatar Alexander Alekhin

MSVS 2015u3 warning

parent 0ff319cb
......@@ -110,7 +110,7 @@ namespace cv
}
}
// Prepare the preallocated contrast matrix for contrast-entropy computations
mCoOccurrenceMatrix.resize(1 << (mBitsPerPixel * 2)); // mCoOccurrenceMatrix size = maxPixelValue^2
mCoOccurrenceMatrix.resize((int)(1 << (mBitsPerPixel * 2))); // mCoOccurrenceMatrix size = maxPixelValue^2
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment