项目作者: JFBarryLi

项目描述 :
Image Text Segmentation using FAST corner detection and DBSCAN clustering with k-d tree data structure
高级语言: JavaScript
项目地址: git://github.com/JFBarryLi/ITSegmenter.git
创建时间: 2018-07-05T19:54:06Z
项目社区:https://github.com/JFBarryLi/ITSegmenter

开源协议:MIT License

下载


ITSegmenter

Image Text Segmentation using FAST corner detection and DBSCAN clustering.

Return the coordinates and draw bounding boxes around text.

Usage

Download ITSegmenter.js from the build folder and place it in your src folder

Include the following in the head of the html:
‘‘

Run using:
textSegment(imgPath);

Output will be stored in the global variable outputRects asynchronously.

Documentation and Demo

https://jfbarryli.github.io/ITSegmenter/

TODO

  • Finish Docs
  • KD-Tree Range Query define regions
  • Auto tune parameters
  • Add GPU support