paper-with-me

Papers

Edge Detection Based on Global and Local Parameters of the Image

2015-04-23 · Andrew F. C. Brustolin

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 modulus sum of differences index is marked as an edge. We present the results of the tests with grayscale images using different parameters and discuss the advantages and disadvantages of each parameter value and algorithm structure chosen on the edge processing. There is a comparison of results between this papers detector and Canny, where we evaluate the quality of the presented detector.

📄 PDF Abstract BibTeX arXiv:1504.06036

Code (0)

등록된 구현이 없습니다.

Tasks

Edge Detection

Similar Papers 제목 키워드 기반

MonoEdge: Monocular 3D Object Detection Using Local Perspectives

2023-01-04 · Minghan Zhu, Lingting Ge, Panqu Wang, Huei Peng

We propose a novel approach for monocular 3D object detection by leveraging local perspective effects of each object. While the global perspective effect shown as size and position variations has been exploited for monoc…

3D Object DetectionMonocular 3D Object DetectionObjectobject-detection+2

EDTER: Edge Detection with Transformer

2022-03-16 · CVPR 2022 1 · Mengyang Pu, Yaping Huang, Yuming Liu, Qingji Guan 외

Convolutional neural networks have made significant progresses in edge detection by progressively exploring the context and semantic features. However, local details are gradually suppressed with the enlarging of recepti…

DecoderEdge Detection

CT-Bound: Robust Boundary Detection From Noisy Images Via Hybrid Convolution and Transformer Neural Networks

2024-03-25 · Wei Xu, Junjie Luo, Qi Guo

We present CT-Bound, a robust and fast boundary detection method for very noisy images using a hybrid Convolution and Transformer neural network. The proposed architecture decomposes boundary estimation into two tasks: l…

Boundary DetectionEdge Detection

Deep Federated Anomaly Detection for Multivariate Time Series Data

2022-05-09 · Wei Zhu, Dongjin Song, Yuncong Chen, Wei Cheng 외

Despite the fact that many anomaly detection approaches have been developed for multivariate time series data, limited effort has been made on federated settings in which multivariate time series data are heterogeneously…

Anomaly DetectionConstrained ClusteringFederated LearningTime Series+2

A Global-Local Emebdding Module for Fashion Landmark Detection

2019-08-28 · Sumin Lee, Sungchan Oh, Chanho Jung, Changick Kim

Detecting fashion landmarks is a fundamental technique for visual clothing analysis. Due to the large variation and non-rigid deformation of clothes, localizing fashion landmarks suffers from large spatial variances acro…