1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00

Fixing signed vs unsigned warning

This commit is contained in:
Vladislav Samsonov
2016-07-25 13:00:18 +03:00
parent ab130c76b9
commit 55f093a45b

View File

@@ -55,7 +55,7 @@ const int patchRadius = 10;
const double thresholdMagnitudeFrac = 0.6666666666;
const int globalIters = 3;
const int localIters = 500;
const unsigned minNumberOfSamples = 2;
const int minNumberOfSamples = 2;
//const bool debugOutput = true;
struct Magnitude