ScriptWord: Difference between revisions
Jump to navigation
Jump to search
imported>Gfis Created page with "==Recognition of old printed and handwritten script from word segments== * [http://patrec.cs.tu-dortmund.de/pubs/theses/ba_chai.pdf Textdetektion und Indizierung in historisch..." |
imported>Gfis No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
* [https://github.com/idiap/mser MSER implementation] in C++ (GitHub) | * [https://github.com/idiap/mser MSER implementation] in C++ (GitHub) | ||
* '''[http://openimaj.org/index.html OpenIMAJ]''' Open Intelligent Multimedia Analysis for Java with [http://openimaj.org/apidocs/org/openimaj/image/feature/local/detector/mser/MSERDetector.html MSERDetector] | * '''[http://openimaj.org/index.html OpenIMAJ]''' Open Intelligent Multimedia Analysis for Java with [http://openimaj.org/apidocs/org/openimaj/image/feature/local/detector/mser/MSERDetector.html MSERDetector] | ||
* [http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html image similiarity] reduce to 8x8, hash | |||
* [https://github.com/commonsmachinery/blockhash-js blockhash.js] 256 bit | |||
* [https://www.npmjs.com/package/pixfinder pixfinder] finds objects (mainly by color) | |||
* [https://jenssegers.com/61/perceptual-image-hashes pHash], also [http://www.phash.org/docs/pubs/thesis_zauner.pdf Thesis] | |||
===ImageMagick=== | |||
convert -list metric (PHASH ...) |
Latest revision as of 11:57, 11 July 2018
Recognition of old printed and handwritten script from word segments
- Textdetektion und Indizierung in historischen Dokumenten, Bachelorarbeit, Keng Hong Chai, 27. November 2016, darin: MSER (Maximally Stable Extremal Regions) detector
- MSER implementation in C++ (GitHub)
- OpenIMAJ Open Intelligent Multimedia Analysis for Java with MSERDetector
- image similiarity reduce to 8x8, hash
- blockhash.js 256 bit
- pixfinder finds objects (mainly by color)
- pHash, also Thesis
ImageMagick
convert -list metric (PHASH ...)