- 16 Jul, 2021 1 commit
-
-
norbertf authored
-
- 21 Jun, 2021 1 commit
-
-
norbertf authored
-
- 08 Apr, 2021 1 commit
-
-
norbertf authored
-
- 07 Apr, 2021 2 commits
- 01 Apr, 2021 1 commit
-
-
norbertf authored
-
- 12 Mar, 2021 1 commit
-
-
norbertf authored
-
- 11 Mar, 2021 2 commits
- 08 Mar, 2021 1 commit
-
-
norbertf authored
-
- 10 Feb, 2021 2 commits
- 26 Jan, 2021 2 commits
-
-
Brandon M. Petty authored
By default, VS2017 will cause CMake to build 32b. This fixes that. The permissive option was removed from non-windows builds as it could cause issues with non-gcc compilers.
-
Paul Bauriegel authored
I changed the `Readme.md` so that CMake auto-detects the architecture. I added a switch in `CMakeLists.txt` so that the compiler options are chooses based on the architecture. I tested the compilation on both Windows 10 and Ubuntu 20.04 Co-authored-by:
Paul Bauriegel <paul.bauriegel@telekom.de>
-
- 25 Jan, 2021 2 commits
-
-
norbertf authored
-
Brandon M. Petty authored
Integral Image optimization has been replaced by the Chan algorithm, a cutting edge algorithm that is up to 3x faster while using only a fraction of the memory... and allows for processing large image files! The default grayscale algorithm has also changed from Qt to Mean. Variance is now calculated using Population Variance instead of Sample Variance. This only caused a 1 pixel difference with 2 algorithms. ISauvola has been abstracted so that it is very easy to make "Improved" versions of any algorithm in the list, not just Sauvola. Python bindings have been added along with a new set of demos for Python / PIL, C++ Qt and OpenCV, and JS with NodeJS and Web. Updating the same memory has was proven safe in UpdateToBinary(...), so no temporary image is being used anymore. A BinarizationFactory class was added to help simplify using the library and for exposing new language bindings.
-
- 12 Oct, 2020 4 commits
- 07 Oct, 2020 2 commits
- 05 Oct, 2020 2 commits
- 01 Oct, 2020 1 commit
-
-
norbertf authored
-
- 29 Sep, 2020 2 commits
- 28 Sep, 2020 5 commits
- 25 Sep, 2020 2 commits
-
-
Norbert Fischer authored
-
Norbert Fischer authored
-
- 30 Apr, 2020 1 commit
-
-
Brandon M. Petty authored
-
- 11 Sep, 2019 1 commit
-
-
Brandon M. Petty authored
Adding WASM support to the Doxa framework. This is driving our web demo. The Bataineh algorithm was also added, along with other minor improvements.
-
- 11 Feb, 2019 1 commit
-
-
Brandon Petty authored
Added Convolution and Edge Detector classes along with a color distance algorithm for the RGB color space.
-
- 03 Feb, 2019 3 commits
-
-
Brandon Petty authored
-
Brandon M. Petty authored
Morphology
-
Brandon Petty authored
Cleaned up file existance checking using new filesystem::exists call, which also fixes a build issue with Clang.
-