Simple demonstration of Image Text Segmentation. This demo draws bounding boxes around each cluster of texts in the image.



Threshhold for FAST (Features from Accelerated Segment Test) corner detection
Episilon is the maximum distance that 2 points can form a cluster
Minimum # of points required to form a cluster
Diameter parameter for Gaussian blur, must be greater than 1
Scalar for unsharp masking, affects the strength of the USM filter
Submit