Skip to content

Image Text Segmentation using FAST corner detection and DBSCAN clustering with k-d tree data structure

License

Notifications You must be signed in to change notification settings

JFBarryLi/ITSegmenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
'<script src="src\ITSegmenter.js"></script>'

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