Commit ffee43f4 authored by lluis's avatar lluis

fix warnings from MSVC

parent a8c8ce62
......@@ -112,7 +112,7 @@ int main(int argc, char* argv[])
image.copyTo(out_img);
image.copyTo(out_img_detection);
float scale_img = 600.f/image.rows;
float scale_font = (float)(2-scale_img)/1.4;
float scale_font = (float)(2-scale_img)/1.4f;
vector<string> words_detection;
t_r = (double)getTickCount();
......
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