mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
Resolve valgrind issue at QRCode detector
This commit is contained in:
parent
99cacaaad6
commit
df627e1281
@ -2936,7 +2936,8 @@ QRDecode::QRDecode(bool _useAlignmentMarkers):
|
||||
useAlignmentMarkers(_useAlignmentMarkers),
|
||||
version(0),
|
||||
version_size(0),
|
||||
test_perspective_size(0.f)
|
||||
test_perspective_size(0.f),
|
||||
mode(QRCodeEncoder::EncodeMode::MODE_AUTO)
|
||||
{}
|
||||
|
||||
std::string ImplContour::decode(InputArray in, InputArray points, OutputArray straight_qrcode) const {
|
||||
|
Loading…
Reference in New Issue
Block a user