• 제목/요약/키워드: edge detection filter

검색결과 153건 처리시간 0.021초

잡음 영상에서의 에지 검출 (Edge detection for noisy image)

  • 구윤모;김영로
    • 디지털산업정보학회논문지
    • /
    • 제8권3호
    • /
    • pp.41-48
    • /
    • 2012
  • In this paper, we propose a method of edge detection for noisy image. The proposed method uses a progressive filter for noise reduction and a Sobel operator for edge detection. The progressive filter combines a median filter and a modified rational filter. The proposed method for noise reduction adjusts rational filter direction according to an edge in the image which is obtained by median filtering. Our method effectively attenuates the noise while preserving the image details. Edge detection is performed by a Sobel operator. This operator can be implemented by integer operation and is therefore relatively fast. Our proposed method not only preserves edge, but also reduces noise in uniform region. Thus, edge detection is well performed. Our proposed method could improve results using further developed Sobel operator. Experimental results show that our proposed method has better edge detection with correct positions than those by existing median and rational filtering methods for noisy image.

마스크의 중심 화소를 고려한 에지 검출에 관한 연구 (A Study on Edge Detection Considering Center Pixels of Mask)

  • 박화정;정회성;김남호
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2022년도 추계학술대회
    • /
    • pp.136-138
    • /
    • 2022
  • 에지 검출은 영상에 대하여 물체의 모양, 위치, 크기 및 재질 등과 같은 정보를 포함하고 있으며, 영상의 특징을 분석할 때 매우 중요한 요소이다. 기존의 에지 검출 방법에는 1차 미분을 이용한 소벨 필터(Sobel edge detection filter), 로버츠 필터(Roberts edge detection filter), 프리윗 필터(Prewitt edge detect ion filter) 등이 있으며, 2차 미분을 이용한 LoG(Laplacian of Gaussian) 등이 있다. 하지만 이러한 방법들은 전체 영상 영역에 대해 고정된 가중치 마스크를 적용하기 때문에 에지 검출 결과가 다소 미흡하다는 단점이 있다. 따라서 본 논문에서는 마스크 내의 중심 화소를 고려하여 에지 검출 특성을 높이는 에지 검출 알고리즘을 제안한다. 또한 제안한 에지 검출 성능을 확인하기 위하여 시뮬레이션 결과 영상을 통해 비교하였다.

  • PDF

저조도 환경에서 명암도 분석 기반의 에지 검출 (Edge Detection based on Contrast Analysis in Low Light Level Environment)

  • 박화정;김남호
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2022년도 춘계학술대회
    • /
    • pp.437-440
    • /
    • 2022
  • 현대 사회는 4차 산업 혁명과 IoT 기술 등의 발전으로 영상 처리 분야의 활용이 급증하고 있다. 특히, 에지 검출은 이미지 분류, 객체 검출 등 영상 처리 응용에서 필수적인 전처리 과정으로 여러 분야에서 널리 사용되고 있다. 에지를 검출하기 위한 기존의 방법에는 소벨 필터(Sobel edge detection filter), 로버츠 필터(Roberts edge detection filter), 프리윗 필터(Prewitt edge detection filter), LoG(Laplacian of Gaussian) 등이 있다. 하지만 기존의 방법들은 명암도가 낮은 저조도 환경에서 에지 검출 특성이 다소 미흡한 성능을 보인다는 단점이 있다. 따라서 본 논문에서는 저조도 환경에서도 에지 검출 특성을 높이기 위해 명암도 분석에 기반한 에지 검출 알고리즘을 제안한다.

  • PDF

A Study of Edge Detection for Auto Focus of Infrared Camera

  • Park, Hee-Duk
    • 한국컴퓨터정보학회논문지
    • /
    • 제23권1호
    • /
    • pp.25-32
    • /
    • 2018
  • In this paper, we propose an edge detection algorithm for auto focus of infrared camera. We designed and implemented the edge detection of infrared image by using a spatial filter on FPGA. The infrared camera should be designed to minimize the image processing time and usage of hardware resource because these days surveillance systems should have the fast response and be low size, weight and power. we applied the $3{\times}3$ mask filter which has an advantage of minimizing the usage of memory and the propagation delay to process filtering. When we applied Laplacian filter to extract contour data from an image, not only edge components but also noise components of the image were extracted by the filter. These noise components make it difficult to determine the focus state. Also a bad pixel of infrared detector causes a problem in detecting the edge components. So we propose an adaptive edge detection filter that is a method to extract only edge components except noise components of an image by analyzing a variance of pixel data in $3{\times}3$ memory area. And we can detect the bad pixel and replace it with neighboring normal pixel value when we store a pixel in $3{\times}3$ memory area for filtering calculation. The experimental result proves that the proposed method is effective to implement the edge detection for auto focus in infrared camera.

기울기와 유사성을 이용한 스페클 잡음 제거 및 경계선 검출에 관한 연구 (A study on the speckle noise removal and edge detection using gradient and symmetry)

  • 홍승범;백종환
    • 전자공학회논문지S
    • /
    • 제34S권11호
    • /
    • pp.138-147
    • /
    • 1997
  • The ultrasonic images are corrupted by the granular pattern noise - a speckle noise. The speckle exist in the type of coherent imaging systems, and the speckle is the signal independent and multiplicative noise. In this paepr, we derive two filters using the gradient and symmetry. One is a noise suppression filter which removes noise while preserves the edges. It is named the ASRF-GS (Adaptive Speckle Removal Filer - Gradient and Symmetry). And the other is a edge detection filter which obtains the thin edge map, called the EDUGS(Edge Detection Using Gradient and Symmetry). The performance of the proposed noise suppression filter is evaluated by the IMPV(SNR improvement) and the Speckle Index(SI), and the perforamnce of the edge detection is evaluated by the edge detection error rate. According to the evaluated method, The SI reduced about 0.035, The IMPV improved about 1.265(dB), and the edge detection error rate is about 17.5%.

  • PDF

에지 검출을 이용한 잡음 예측 (Noise Estimation Using Edge Detection)

  • 김영로;동성수
    • 전자공학회논문지
    • /
    • 제50권5호
    • /
    • pp.281-286
    • /
    • 2013
  • 본 논문에서는 에지 검출을 이용한 잡음 예측 방법을 제안하였다. 이 방법은 필터 기반으로 한 잡음 예측 방법이다. 에지 검출은 잡음 예측에 영향을 미치는 구조나 세밀한 정보들을 제거하기 위함이다. 에지 검출을 하기 위하여, 영상의 세밀함에 안정적인 수정한 래셔널 필터를 사용하였다. 제안한 잡음 예측 방법은 다양한 형태의 영상들의 잡음 예측에 더욱 효율적으로 적용되며 기존의 필터 기반으로 한 잡음 예측 방법들보다 좋은 결과를 얻는다.

스펙트럼 패턴 기반의 잡음 환경에 강인한 음성의 끝점 검출 기법 (Spectral Pattern Based Robust Speech Endpoint Detection in Noisy Environments)

  • 박진수;이윤재;이인호;고한석
    • 말소리와 음성과학
    • /
    • 제1권4호
    • /
    • pp.111-117
    • /
    • 2009
  • In this paper, a new speech endpoint detector in noisy environment is proposed. According to the previous research, the energy feature in the speech region is easily distinguished from that in the speech absent region. In conventional method, the endpoint can be found by applying the edge detection filter that finds the abrupt changing point in feature domain. However, since the frame energy feature is unstable in noisy environment, the accurate edge detection is not possible. Therefore, in this paper, the novel feature extraction method based on spectrum envelop pattern is proposed. Then, the edge detection filter is applied to the proposed feature for detection of the endpoint. The experiments are performed in the car noise environment and a substantial improvement was obtained over the conventional method.

  • PDF

인간로봇 상호작용을 위한 잡음환경에 강인한 음성 끝점 검출 기법 (Robust Speech Endpoint Detection in Noisy Environments for HRI (Human-Robot Interface))

  • 박진수;고한석
    • 한국음향학회지
    • /
    • 제32권2호
    • /
    • pp.147-156
    • /
    • 2013
  • 본 논문에서는 이동하는 로봇에 탑재한 대화체 음성인식기의 주위 잡음 환경에 강인한 새로운 음성 끝점 검출 기법을 제안한다. 기존의 기법은 특징 값의 갑작스러운 변화점을 찾기 위해 에지 검출 필터(edge detection filter)를 적용하여 끝점을 찾았다. 하지만 프레임 에너지의 특징은 잡음 환경에서 불안정하기 때문에 음성의 끝점을 정확하게 찾기 어렵다. 그러므로 두 번의 고속 퓨리에 변환과 통계적 모델 기반의 특징 추출 기법을 제안하여 에지 검출 필터에 적용한다. 제안한 기법이 기존의 기법보다 강인한 특징이 될 수 있음을 본 실험을 통하여 확인하였다.

초음파 영상에서의 스페클 잡음 제거 및 에지 검출 (Speckle noise removing and edge detection in ultrasonic images)

  • 원철호;김명남;구성모;조진호
    • 전자공학회논문지B
    • /
    • 제33B권4호
    • /
    • pp.72-80
    • /
    • 1996
  • In this paper, variable windowing mean filter to remove speckle noise and a measure to detect thin edge in ultrasonic images are proposed. Because ultrasonic images are corrupted by speckle noise showing a granular appearance, good edge detection is difficult. As a result, noise removing filter is needed in preprocessing stage. The speckle noise removing filter is based on mean filter whose window size is changed by the ratio of standard deviation to mean for image signal and noise signal in local area. And the measure expressed the difference of means between tow windows is used for detecting thin edge in filtered image. Results show that variable windowing mean filter removes speckle noise effectively, and proposed measure is useful in detecting thin edge.

  • PDF

Face Detection Based on Thick Feature Edges and Neural Networks

  • Lee, Young-Sook;Kim, Young-Bong
    • 한국멀티미디어학회논문지
    • /
    • 제7권12호
    • /
    • pp.1692-1699
    • /
    • 2004
  • Many researchers have developed various techniques for detection of human faces in ordinary still images. Face detection is the first imperative step of human face recognition systems. The two main problems of human face detection are how to cutoff the running time and how to reduce the number of false positives. In this paper, we present frontal and near-frontal face detection algorithm in still gray images using a thick edge image and neural network. We have devised a new filter that gets the thick edge image. Our overall scheme for face detection consists of two main phases. In the first phase we describe how to create the thick edge image using the filter and search for face candidates using a whole face detector. It is very helpful in removing plenty of windows with non-faces. The second phase verifies for detecting human faces using component-based eye detectors and the whole face detector. The experimental results show that our algorithm can reduce the running time and the number of false positives.

  • PDF