Commit 2a8322dd authored by Alexander Alekhin's avatar Alexander Alekhin

akaze: uninitialized field

parent cfb96483
......@@ -25,6 +25,8 @@ struct Evolution
octave = 0;
sublevel = 0;
sigma_size = 0;
octave_ratio = 0.0f;
border = 0;
}
UMat Lx, Ly; ///< First order spatial derivatives
......
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