QRCodeReader icon indicating copy to clipboard operation
QRCodeReader copied to clipboard

Handling error in bad input and affine_transform of contours

Open ujjaldas1997 opened this issue 7 years ago • 4 comments

  1. The program call.py shows an error for an input containing no QR, which need to be handled.
  2. When an input image contains a rotated image(rotated by some angle), the output of the image shows the identified contours of the input image format, whereas the output image is transformed according to right, top and bottom of contours. For example -- Input - imageedit_2_5244152259 and Output - output0

ujjaldas1997 avatar Sep 09 '17 09:09 ujjaldas1997

Is this issue still open?

Souvikray avatar Oct 16 '17 09:10 Souvikray

@Griffintaur @ujjaldas1997 I think this should be split to 2 different issues.
The first one is actually not an easy fix, I tested with one image without QR code, but the program by mistake, identified a weird part of image as QR code. And patterns are less than equal to three was printed instead of any error. I believe other scenario could happen if tested with more images without QR code, so it deserves a separate issue. ea_logo output0

TheWindRider avatar Nov 11 '17 21:11 TheWindRider

Ok then. Go ahead

Griffintaur avatar Nov 12 '17 08:11 Griffintaur

If this issue is still open, I'd like to help and contribute. Do let me know.

Sushanti99 avatar May 31 '19 10:05 Sushanti99