alg: Return qrcode if detected

This commit is contained in:
Fam Zheng 2025-02-15 12:58:44 +00:00
parent abd29721e3
commit c5c8170b1f
2 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ bool emblem_dot_angle(ProcessState &ps, InputArray in, float &angle, string &qrc
preprocess(ps);
if (!detect_qr(ps, 0.20, true, err)) {
qrcode = ps.qrcode;
err = "detect_qr: " + err;
return false;
}

Binary file not shown.