Edge Detection Based on Global and Local Parameters of the Image
Andrew F. C. Brustolin

TL;DR
This paper introduces an edge detection method leveraging global and local image parameters, demonstrating effective results on complex images with a simple, computationally efficient structure, and comparing favorably to the Canny detector.
Contribution
The paper proposes a novel edge detection algorithm based on local and global statistical parameters, offering a simpler and effective alternative to existing methods.
Findings
Effective detection of edges in complex images
Comparison shows competitive performance with Canny detector
Analysis of parameter choices impacts on detection quality
Abstract
This paper presents an edge detection method based on global and local parameters of the image, which produces satisfactory results on the edge detection of complex images and has a simple structure for execution. The local and global parameters of the image are arithmetic means and standard deviations, the former acquired from a three sized window representing five pixels, the latter acquired from the entire row or column. We obtain the differences of grayscale intensities between two adjacent pixels and the sum of the modulus of these differences from the horizontal and vertical scans of the image. Using these obtained values, we calculate the local and global parameters. After the gathering of the local and global parameters, we compare each sum of the modulus of differences with its own local and global parameter. In the case of the comparison is true, the consecutive pixel to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Image and Object Detection Techniques · Image Retrieval and Classification Techniques
