|
|
|
|
|
by MassPikeMike
225 days ago
|
|
I am usually working with historical documents, where both Otsu and adaptive thresholding are frustratingly almost but not quite good enough. My go-to approach lately is "DeepOtsu" [1]. I like that it combines the best of both the traditional and deep learning worlds: a deep neural net enhances the image such that Otsu thresholding is likely to work well. [1] https://arxiv.org/abs/1901.06081 |
|