Skip to content

JFBarryLi/ITSegmenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors