CVApr 23, 2013

Semi-Optimal Edge Detector based on Simple Standard Deviation with Adjusted Thresholding

arXiv:1304.6379v113 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for image processing applications, offering a potentially more robust edge detection technique.

The paper tackles the problem of edge detection in image processing by proposing a method that combines median filtering for denoising with simple standard deviation and thresholding, resulting in an edge detector that shows visual improvements over standard methods.

This paper proposes a novel method which combines both median filter and simple standard deviation to accomplish an excellent edge detector for image processing. First of all, a denoising process must be applied on the grey scale image using median filter to identify pixels which are likely to be contaminated by noise. The benefit of this step is to smooth the image and get rid of the noisy pixels. After that, the simple statistical standard deviation could be computed for each 2X2 window size. If the value of the standard deviation inside the 2X2 window size is greater than a predefined threshold, then the upper left pixel in the 2?2 window represents an edge. The visual differences between the proposed edge detector and the standard known edge detectors have been shown to support the contribution in this paper.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes