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