Image Text Segmentation using FAST corner detection and DBSCAN clustering.
Return the coordinates and draw bounding boxes around text.
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.
https://jfbarryli.github.io/ITSegmenter/
- Finish Docs
- KD-Tree Range Query define regions
- Auto tune parameters
- Add GPU support