• 제목/요약/키워드: Edge Detection Technique

검색결과 201건 처리시간 0.023초

Optical Flow Measurement Based on Boolean Edge Detection and Hough Transform

  • Chang, Min-Hyuk;Kim, Il-Jung;Park, Jong an
    • International Journal of Control, Automation, and Systems
    • /
    • 제1권1호
    • /
    • pp.119-126
    • /
    • 2003
  • The problem of tracking moving objects in a video stream is discussed in this pa-per. We discussed the popular technique of optical flow for moving object detection. Optical flow finds the velocity vectors at each pixel in the entire video scene. However, optical flow based methods require complex computations and are sensitive to noise. In this paper, we proposed a new method based on the Hough transform and on voting accumulation for improving the accuracy and reducing the computation time. Further, we applied the Boo-lean based edge detector for edge detection. Edge detection and segmentation are used to extract the moving objects in the image sequences and reduce the computation time of the CHT. The Boolean based edge detector provides accurate and very thin edges. The difference of the two edge maps with thin edges gives better localization of moving objects. The simulation results show that the proposed method improves the accuracy of finding the optical flow vectors and more accurately extracts moving objects' information. The process of edge detection and segmentation accurately find the location and areas of the real moving objects, and hence extracting moving information is very easy and accurate. The Combinatorial Hough Transform and voting accumulation based optical flow measures optical flow vectors accurately. The direction of moving objects is also accurately measured.

Simple Fuzzy Rule Based Edge Detection

  • Verma, O.P.;Jain, Veni;Gumber, Rajni
    • Journal of Information Processing Systems
    • /
    • 제9권4호
    • /
    • pp.575-591
    • /
    • 2013
  • Most of the edge detection methods available in literature are gradient based, which further apply thresholding, to find the final edge map in an image. In this paper, we propose a novel method that is based on fuzzy logic for edge detection in gray images without using the gradient and thresholding. Fuzzy logic is a mathematical logic that attempts to solve problems by assigning values to an imprecise spectrum of data in order to arrive at the most accurate conclusion possible. Here, the fuzzy logic is used to conclude whether a pixel is an edge pixel or not. The proposed technique begins by fuzzifying the gray values of a pixel into two fuzzy variables, namely the black and the white. Fuzzy rules are defined to find the edge pixels in the fuzzified image. The resultant edge map may contain some extraneous edges, which are further removed from the edge map by separately examining the intermediate intensity range pixels. Finally, the edge map is improved by finding some left out edge pixels by defining a new membership function for the pixels that have their entire 8-neighbourhood pixels classified as white. We have compared our proposed method with some of the existing standard edge detector operators that are available in the literature on image processing. The quantitative analysis of the proposed method is given in terms of entropy value.

변형된 방향성 마스크를 이용한 에지검출 알고리즘에 관한 연구 (A Study on Edge Detection Algorithm using Modified Directional Masks)

  • 이창영;김남호
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2014년도 추계학술대회
    • /
    • pp.244-246
    • /
    • 2014
  • 에지검출은 영상의 특징 정보를 화소값들의 밝기 변화로 취득하는 기술이며, 여러 영상처리 분야에서 전처리 과정으로 활용되고 있다. 기존의 에지 검출 방법에는 소벨(Sobel), 프리윗(Prewitt), 로버츠(Roberts) 방법 등이 있으며, 이러한 방법들은 영상의 전체 영역에서 동일한 가중치를 적용하여 처리하므로 에지검출 결과가 다소 미흡하다. 따라서 본 논문은 변형된 방향성 마스크를 적용하여 화소들의 방향 및 크기를 고려한 에지검출 알고리즘을 제안하였다.

  • PDF

다해상도 에지 검출 기법 (Multiresolution Edge Detection Technique)

  • 박덕준;박래홍
    • 전자공학회논문지B
    • /
    • 제28B권12호
    • /
    • pp.51-58
    • /
    • 1991
  • In this paper, we propose a multiresolution edge detection method which selects the edge detection window size and scale automatically by using the local variance information as an edgeness measure of a region. The mode of the local variance distribution which is calculated over the (2p + 1) x (2p + 1) windows is used to determine the resolution of the given pixel and the edge operator with different scale can be applied to the pixel depending on its resolution. The combination of the resolution determination scheme with the conventional Canny and LOG edge detectors gives the proposed multiresolution edge detection schemes. The effectness of the proposed schemes is shown via computer simulation.

  • PDF

에지 컴퓨팅 기반 객체탐지 서비스를 위한 이미지/동영상 데이터 처리 기법에 관한 연구 (A Study on the Image/Video Data Processing Methods for Edge Computing-Based Object Detection Service)

  • 장신원;홍용근
    • 정보처리학회논문지:컴퓨터 및 통신 시스템
    • /
    • 제12권11호
    • /
    • pp.319-328
    • /
    • 2023
  • 에지 컴퓨팅 기술은 클라우드 컴퓨팅과 달리 기기와 사용자와 가까운 곳에서 데이터를 분석하고 판단하여 실시간 서비스, 민감한 데이터 보호, 네트워크 트래픽 감소와 같은 장점을 제공한다. 에지 컴퓨팅 플랫폼의 대표적인 오픈소스인 EdgeX Foundry는 현실 세계의 다양한 장치와 IT 시스템 사이에서 서비스를 제공하는 오픈소스 기반 엣지 미들웨어 플랫폼이다. EdgeX Foundry는 기존의 센싱된 데이터를 다루기 위한 서비스와 함께 카메라 장치를 다루기 위한 서비스를 제공하는데, 이 서비스는 단순 스트리밍 및 카메라 장치 관리만 지원할 뿐 EdgeX 내부에 장치에서 얻은 이미지 데이터를 저장하거나 처리하지 않는다. 본 논문에서는 EdgeX Foundry에서 제공하는 서비스 일부를 응용하여 EdgeX 내부에 이미지 데이터를 저장하고 처리할 수 있는 기법을 제시한다. 제시한 기법을 기반으로 실험 및 성능 평가를 위해 자율주행 분야에서 핵심적으로 사용되는 객체탐지 서비스를 위한 서비스 파이프라인을 만든 후 기존 방법과 비교 분석하였다. 이 실험을 통해 에지 컴퓨팅 플랫폼에서 이미지/동영상 데이터를 저장하고 처리하는 과정 등이 추가되었음에도 기존 방법에 비해 지연시간이 거의 없는 것을 확인할 수 있었다.

레티넥스 이론과 에지를 이용한 졸음 감지 시스템 개발 (Development of a Drowsiness Detection System using Retinex Theory and Edge Information)

  • 강수민;허경무;이승하
    • 제어로봇시스템학회논문지
    • /
    • 제22권9호
    • /
    • pp.699-704
    • /
    • 2016
  • In this paper, we propose a development method for a drowsiness detection system using retinex theory and edge information for vehicle safety. Detection of a drowsy state of a driver is very important because the drowsiness of driver is often the main cause of many car accidents. After acquiring an image of the entire face, we executed the pre-process step using the retinex theory. We then applied a technique for the detection of the white pixels using edge information. Experimental results showed that the proposed method improved the accuracy of detecting drowsiness to nearly 98%, and can be used to prevent a car accident caused by the driver's drowsiness.

새로운 2-D 웨이브렛 함수를 이용한 라인-에지 검출 (Line-Edge Detection Using New 2-D Wavelet Function)

  • 배상범;김남호
    • 한국멀티미디어학회논문지
    • /
    • 제8권2호
    • /
    • pp.174-180
    • /
    • 2005
  • 영상에서 신호가 급격히 변화하는 지점은 영상의 특징을 분석함에 있어서 가장 중요한 요소이며, 영상의 위치와 모양 등에 대한 다양한 정보를 포함하고 있다. 그러므로, 이러한 에지를 검출하기 위한 많은 연구가 이루어져 왔으며, 초기에 사용한 에지 검출 연산자는 인접한 화소들 사이에 대한 관계를 이용하는 것이었다. 이 와 같은 방법들은 모든 경계 지점에서 에 지를 검출하므로, 라인-에지와 같은 일정한 폭 이하의 곡선에 대해서도 에지의 중복 검출을 수행한다. 한편, 최근 신호처리 분야에서 새로운 기법으로 제시된 웨이브렛 변환은 멀티스케일 에지 검출이 가능하며, 영상에서 에지를 포함한 특징들을 분석하는 분야에 널리 응용되고 있다. 따라서, 본 논문에서는 라인 폭에 의존하지 않는 새로운 2-D 웨이브렛 함수를 사용하여, 영상에 존재하는 다양한 폭의 곡선에서 라인-에지 성분을 검출하였다.

  • PDF

변형된 방향성 마스크를 이용한 에지검출 방법에 관한 연구 (A Study on Edge Detection Method using Modified Directional Masks)

  • 이창영;김남호
    • 한국정보통신학회논문지
    • /
    • 제18권11호
    • /
    • pp.2779-2785
    • /
    • 2014
  • 에지검출은 영상의 특징 정보를 화소값들의 밝기 변화로 취득하는 기술이며, 여러 영상처리 분야에서 전처리 과정으로 활용되고 있다. 기존의 에지검출 방법에는 소벨(Sobel), 프리윗(Prewitt), 로버츠(Roberts) 방법 등이 있으며, 이러한 방법들은 영상의 전체 영역에서 동일한 가중치를 적용하여 처리하므로 에지검출 결과가 다소 미흡하다. 따라서 본 논문은 변형된 방향성 마스크를 적용하여 화소들의 방향 및 크기를 고려한 에지검출 알고리즘을 제안하였다.

Reverse Engineering of Compound Surfaces Using Boundary Detection Method

  • Cho, Myeong-Woo;Seo, Tae-Il;Kim, Jae-Doc;Kwon, Oh-Yang
    • Journal of Mechanical Science and Technology
    • /
    • 제14권10호
    • /
    • pp.1104-1113
    • /
    • 2000
  • This paper proposes an efficient reverse engineering technique for compound surfaces using a boundary detection method. This approach consists in extracting geometric edge information using a vision system, which can be used in order to drastically reduce geometric errors in the vicinity of compound surface boundaries. Through the image-processing technique and the interpolation process, boundaries are reconstructed by either analytic curves (e. g. circle, ellipse, line) or parametric curves (B-spline curve). In other regions, except boundaries, geometric data are acquired on CMM as points inspected using a touch type probe, and then they are interpolated on several surfaces using a B-spline skinning method. Finally, the boundary edge and the skinned surfaces are combined to reconstruct the final compound surface. Through simulations and experimental works, the effectiveness of the proposed method is confirmed.

  • PDF

영상 변화 추적 시스템 (Image Change Tracking System)

  • 박영환
    • 지구물리와물리탐사
    • /
    • 제2권3호
    • /
    • pp.154-158
    • /
    • 1999
  • 본 논문에서는 부분 윤곽선 추출기법을 이용하여 다중 시차 영상을 위한 자동 변화 추적 시스템의 속도를 증가시키고자 한다. 기존의 변화 추적 시스템에서는 전체 영상에서 윤곽선을 추출하여 사용하였으나, 본 연구에서는 윤곽선 추출이 필요한 부분을 미리 선택하여 이 부분에서만 윤곽선을 추출하게 함으로써 처리 속도를 향상시킬 수 있었다. 따라서 본 시스템은 특히 위성 영상 자료나 물리 탐사 자료 등의 방대한 영상 자료에서의 변화 탐지와 추적, 정량적인 분석 등을 위해 효과적으로 활용될 수 있을 것으로 기대된다.

  • PDF