lessthanoptimal / PyBoof

Python wrapper around the BoofCV Computer Vision Library
Apache License 2.0
67 stars 12 forks source link

Not able to read all QRs from same image #15

Closed phohtoo closed 2 years ago

phohtoo commented 2 years ago

Hi

I am encountering a case that, not all QRs in the image is detected by PyBoof.

I have also attached sample QR image for testing and wondering if there is anything we can configure with existing PyBoof version? Or it is something BoofCV model need to be improved? Thanks

Linn Htoo

QRSample

phohtoo commented 2 years ago

I am wondering if I can get some help for this issue. thanks

lessthanoptimal commented 2 years ago

image

Sorry, thought I had replied. That's an image from the debugging demo app. For some reason it's linking locator patterns together in a really weird way for the bottom QR. This does look like a bug.

lessthanoptimal commented 2 years ago

Fix is being tested in Java. So far no regressions found.

phohtoo commented 2 years ago

@lessthanoptimal , will new version be released with fix? I tested recompiling PyBoof from source but still having issue. Am I missing anything?

lessthanoptimal commented 2 years ago

The python source code now references the latest developmental version of BoofCV. The PyBoof version has been incremented too. So pull and try building from source again and see if it's fixed. As a bonus Aztec Codes are now available in Python.

phohtoo commented 2 years ago

@lessthanoptimal , thanks for fixing the issue and i have tested. It works! May I know when new version will be released to PyPI? Thanks again

lessthanoptimal commented 2 years ago

It's being blocked right now on finishing a new multi camera calibration implementation. Maybe in a month if everything goes well?

lessthanoptimal commented 2 years ago

New release is out!