0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update README with autoCropFoldout test run output More... about 11 years ago
update README More... about 11 years ago
Make the black_pixel_percentage a parameter you can pass in to the autocrop_remove_bg functions, and set it to 0.95 (instead of 0.90) for foldouts. This allows autocrop to detect the outside edges of folios more accurately. See items kempnerfamilyb013f001_0001 and manfredlewandowsb001f013 for examples. More... about 11 years ago
No longer used tiled bitonalization for foldouts, which was causing problems when a small piece of paper was imaged against a large, black background with lots of glare. For an example, see testimg_foldout/manfredlewandowsb001f013_raw_0002.JPG More... about 11 years ago
Update Makefile so `make test` now runs foldout tests as well. Update README with build and test instructions. More... about 11 years ago
autoCropFoldout now takes an optional second cli arg, indicating if we should deskew or not (default=1). More... about 11 years ago
Turn off verbose debugging in autocrop_remove_bg More... about 11 years ago
Turn off WRITE_DEBUG_IMAGES by default. For testing, compile with `make CXXFLAGS=-DWRITE_DEBUG_IMAGES` More... about 11 years ago
autoCropFoldout improvements More... about 11 years ago
First commit of autoCropFoldout More... about 11 years ago
Fix merge of pull request part 5: fix tests/Makefile and update .gitignore More... about 11 years ago
Fix merge of pull request part 4: Fix top-level makefile More... about 11 years ago
Fix merge of pull request part 3: remove config_auto.h and update .gitignore More... about 11 years ago
Fix merge of pull request part 2: delete more intermediate build files. More... about 11 years ago
Fix merge of pull request part 1: remove binary and intermediate build files More... about 11 years ago
Merge branch 'master' of github.com:rajbot/autocrop More... about 11 years ago
Merge pull request #1 from martin-inkubus/master More... almost 13 years ago
Change back the flag producing debug files that I had accidentally set in the repository. More... almost 13 years ago
Update leptonica to the latest version. The test cases look to be identical. More... almost 13 years ago
Remove machine specific strings so the code /should/ work on any machine. More... almost 13 years ago
Add in a 'make test' target. More... almost 13 years ago
Add in preprocessor inclusion guard. More... almost 13 years ago
Fix a build issue caused by an update to G++. More... almost 13 years ago
Add Makefiles and update build documentation. More... almost 13 years ago
slightly change debugging output More... over 13 years ago
add two-pass code to processScribe.py; turn off debugging images. More... over 13 years ago
exclude outliers for mean width/height calculation More... over 13 years ago
change output format of crop coordinates, and add 2-pass mode to test script. More... over 13 years ago
use full image height in FindBindingEdge3() to look for binding More... over 13 years ago
update test scripts. More... over 13 years ago