mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 00:39:11 +08:00
akaze: uninitialized field
This commit is contained in:
parent
cfb964834c
commit
2a8322ddbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user