Commit 796c26f6 authored by Lluis Gomez-Bigorda's avatar Lluis Gomez-Bigorda

Fix w64 warnings

parent 1481194b
......@@ -934,7 +934,7 @@ OCRHMMClassifierCNN::OCRHMMClassifierCNN (const string& filename)
nr_feature = weights.rows;
nr_class = weights.cols;
patch_size = sqrt(kernels.cols);
patch_size = (int)sqrt(kernels.cols);
// algorithm internal parameters
window_size = 32;
num_quads = 25;
......
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