This demo illustrates the DBSCAN function of ITSegmenter.js. It identifies and group clusters of points based on the parameters provided.









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