1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code

This commit is contained in:
Vadim Pisarevsky
2014-08-03 12:46:28 +04:00
parent 9cb79b9abb
commit eeb786fcfd
10 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ public:
}
float result = 0.f;
float inv_scale = 1./k;
float inv_scale = 1.f/k;
for( testidx = 0; testidx < testcount; testidx++ )
{