ML-Purdue / Document-Reconstruction

Purdue University SIGART document reconstruction project.
1 stars 0 forks source link

Background subtraction: edges are darker than they should be #20

Open chrismwendt opened 10 years ago

chrismwendt commented 10 years ago

This is caused by the choice of the nearest point on the foreground convex hull as the final color of a pixel, rather than using a line of best fit through the colors of the neighboring pixels to pick a point on the foreground convex hull which is closest to that line.

dark_edges