Skip to content

Commit 2a8322d

Browse files
committed
akaze: uninitialized field
1 parent cfb9648 commit 2a8322d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/features2d/src/kaze/AKAZEFeatures.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ struct Evolution
2525
octave = 0;
2626
sublevel = 0;
2727
sigma_size = 0;
28+
octave_ratio = 0.0f;
29+
border = 0;
2830
}
2931

3032
UMat Lx, Ly; ///< First order spatial derivatives

0 commit comments

Comments
 (0)