brandonmpetty / Doxa

A Local Adaptive Thresholding framework for image binarization written in C++, with JS and Python bindings. Implementing: Otsu, Bernsen, Niblack, Sauvola, Wolf, Gatos, NICK, Su, T.R. Singh, WAN, ISauvola, Bataineh, Chan and Shafait.
https://brandonmpetty.github.io/Doxa/WebAssembly
Creative Commons Zero v1.0 Universal
164 stars 37 forks source link

Allow newer versions of pybind11 (required for Python 3.11) #31

Closed stweil closed 1 year ago

stweil commented 1 year ago

This update is required for using the Python package doxapy with Debian stable which comes with Python 3.11.

bpetty-interlace commented 1 year ago

Thank you. I will try to get this updated in the next few days.