RubyGems Navigation menu

kvg_character_recognition 0.1.0

This gem contains a CJK-character recognition engine using pattern/template matching techniques. It can recognize stroke-order and stroke-number free handwritten character patterns in the format [stroke1, stroke2 ...]. A stroke is an array of points in the format [[x1, y1], [x2, y2], ...]. KanjiVG data(characters in svg format) from https://github.com/KanjiVG/kanjivg/releases are used as templates.

Gemfile:
=

安裝:
=

版本列表:

  1. 0.2.0 April 04, 2016 (16.5 KB)
  2. 0.1.3 January 31, 2016 (16.0 KB)
  3. 0.1.2 January 17, 2016 (17.0 KB)
  4. 0.1.0 January 12, 2016 (17.0 KB)
顯示所有版本(共 5)

Runtime 相依性套件 (4):

bundler ~> 1.10
nokogiri >= 0
sequel >= 0
sqlite3 >= 0

Development 相依性套件 (2):

rake ~> 10.0
rspec >= 0

擁有者:

作者:

  • Jiayi Zheng

SHA 256 總和檢查碼:

=

總下載次數 10,186

這個版本 2,101

版本发布:

授權:

MIT

Ruby 版本需求: >= 0

相關連結: