We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb9648 commit 2a8322dCopy full SHA for 2a8322d
modules/features2d/src/kaze/AKAZEFeatures.h
@@ -25,6 +25,8 @@ struct Evolution
25
octave = 0;
26
sublevel = 0;
27
sigma_size = 0;
28
+ octave_ratio = 0.0f;
29
+ border = 0;
30
}
31
32
UMat Lx, Ly; ///< First order spatial derivatives
0 commit comments