-
In numpy it is possible to get a "slice" of an array. That is actually a view into another array.
This is achieved using memory tricks and that means the array is no longer contiguous in memory.
It …
-
问题:
dev 20231105 目前新版本就无法去识别binary的二维码,其实对于一般用户来说并不重要,但是还是希望软件能够更加强壮一些!
建议:
你好,给你提一个小小的建议就是关于二维码的方面,看你使用的库是pyzbar,这边有一个更好的替代库。
仓库地址:https://github.com/zxing-cpp/zxing-cpp
Python调用demo:https://g…
-
After this [commit ](https://github.com/zxing-cpp/zxing-cpp/commit/6b9f16a79d1965197fb9da4a733090c1efc6c346) which fixes #709 , python wrapper with default Binarizer can no longer decode the following…
-
Please, is it possible to publish your aar to mavenCentral instead of build an aar manualy ?
Thanks a lot !
-
### Version
master
### What platform are you using?
Android
### OS Version
Ubuntu 22.04.3 LTS
### What happened?
I made some progress to set up the development environment by running a few extr…
-
### System Information
OpenCV python version: 4.7.0
Operating System: Windows 10
Python Version: Python 3.10.5
### Detailed description
Related to this Question:
https://stackoverflow.co…
-
With Visual Studio 2022 I get these errors when building zxing-cpp 2.1.0:
```
zxing-cpp\core\src\BitHacks.h(41,14): error C2039: 'countl_zero': is not a member of 'std' [zxing-cpp\build\temp.win…
-
I am encountering an issue with the zxing-cpp library where the results from the C++ version and the Python wrapper differ significantly when performing barcode detection on the same image.
Run barco…
-
Hello,
today, I encountered a problem related to zxing-cpp python 2.1.0 version. Specifically, when using zxingcpp.read_barcodes to read a png image, it failed to recognize the barcode on the image. …
-
Hi,
I'd like to use this library in my mac catalyst app, but I can't figure out how to build the iOS wrapper with the support for mac catalyst.
I've tried to modify the `build-release.sh` script…