Edge detection is used to segment the object by extracting edges and lines of an image. To do this, edge detection applies grayscale thresholds to obtain the edge points of the object. Unreasonably determined thresholds cause an increase in detection error, especially in movement scenario. |