2020年5月21日木曜日

Computer Vision & Image Processing (3)

開発したソフトウェアをWeissのLondon Manuscriptに適用してみました。
この曲集の画像上のノイズの主な特徴は、裏面のインクが表面に届くことで起こるゴースト(裏抜け(strike through))です。そして、そのゴーストは本体の文字・線に比べ濃度が低いことです。ここに着目したノイズ低減を行っています。
ただし、画像処理の計算負荷は重く、Intel i7のPCを使って1枚当たり約20秒かかります。
曲集は317ページを超えますので、全画像を処理するのに約2時間かかっています。

The software I developed was applied to London Manuscript, Weiss.
The main feature of noise on the images is "strike through", and it has a lower intensity than the letters and lines of the tablature. I focused on this point.
The computation load of processing is so heavy, and it took about 20 seconds per image using an Intel i7 PC.
Since this manuscript exceeds 300 pages, it took about 2 hours to process all the images.

I prefer "Enhanced Gray" than "Augmented Binarization".

Original Images from British Library

Noise suppressed Color

Enhanced Gray

Augmented Binarization