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
This commit is contained in:
1
evaluation/.gitignore
vendored
1
evaluation/.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
/build
|
||||
/dataset/images
|
||||
/dataset/masks
|
||||
/dataset/metadata
|
||||
/python/venv
|
||||
/reports
|
||||
|
||||
Reference in New Issue
Block a user