Files
Fairscan_cyy/evaluation
pynicolas fe91f3e241 Improve distinction between color and grayscale documents (#79)
Better differentiate color and grayscale documents:
- Look for colored pixels only in the intersection of the mask and quadrilateral
- Apply a white balance (grey world) to the document
- Exclude pixels with extreme luminance
- Erode segmentation mask
2025-12-10 17:08:21 +01:00
..
2025-12-07 21:39:49 +01:00
2025-12-07 21:39:49 +01:00
2025-12-07 21:39:49 +01:00

Tools to evaluate the image processing pipeline

Preparing the environment

Python

cd python
python -m venv venv
source venv/bin/activate         # venv\Scripts\activate on Windows
pip install -r requirements.txt

Images

Put JPEG images in dataset/images.