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:
@@ -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
|
||||
|
Reference in New Issue
Block a user