• Title/Summary/Keyword: Edge Detection Algorithm

Search Result 678, Processing Time 0.036 seconds

A Study on Edge Detection using Modified Histogram Equalization (변형된 히스토그램 평활화를 적용한 에지 검출에 관한 연구)

  • Lee, Chang-Young;Kim, Nam-Ho
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.19 no.5
    • /
    • pp.1221-1227
    • /
    • 2015
  • Edge detection is one of the important technologies to simplify images in the text, lane and object recognition implementation process, and various studies are actively carried out at home and abroad. Existing edge detection methods include a method to detect edge by applying directional gradient masks in spatial space, and a mathematical morphology-based edge detection method. These existing detection methods show insufficient edge detection results in excessively dark or bright images. In this regard, to complement these drawbacks, we proposed an algorithm using the Sobel and histogram equalization among the existing methods.

A Study on Algorithm of Edge Detection in Mixed Noise Environments (복합잡음 환경에서 에지 검출에 관한 알고리즘에 관한 연구)

  • Lee, Chang-Young;Kim, Nam-Ho
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.05a
    • /
    • pp.100-103
    • /
    • 2014
  • Currently, edge detection is utilized in various areas. Edge detection is the preprocessing process for image processing in general, and this is a technology that is considered essential for image processing. According, research on this subject is carried out incessantly. Edge has important image related elements such as size, direction and location of the object of an image. Numerous methods were proposed for the detection. Among them, the representative methods are Sobel, Prewitt, Roberts, Laplacian. However, these existing methods are rather lacking when it comes to the edge detection characteristics in case of the image with mixed noise. Therefore, this study presented edge detection method that utilizes median and average values for the elements depending on the size and location of local mask.

  • PDF

A study on the proceeding direction and obstacle detection by line edge extraction (직선 Edge 추출에 의한 주행방향 및 장애물 검출에 관한 연구)

  • 정준익;최성구;노도환
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1996.10b
    • /
    • pp.97-100
    • /
    • 1996
  • In this paper, we describe an algorithm which estimate road following direction using the vanishing point property and obstacle detection. This method of detecting the lane markers in a set of continuous lane highway images using linear approximation is presented. This algorithm is designed for accurate and robust extraction of this data as well as high processing speed. Also, this algorithm reckon distance and chase about an obstacle. It include four algorithms which are lane prediction, lane extraction, road following parameter estimation and obstacle detection algorithm. High accuracy was proven by quantitative evaluation using simulated images. Both robustness and the practicality of real time video rate processing were then confirmed through experiment using VTR real road images.

  • PDF

A Study on Edge Detection using Gray-Level Transformation Function (그레이 레벨 변환 함수를 이용한 에지 검출에 관한 연구)

  • Lee, Chang-Young;Kim, Nam-Ho
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.19 no.12
    • /
    • pp.2975-2980
    • /
    • 2015
  • Edge detection is one of image processing techniques applied for a variety of purposes in a number of areas and it is used as a necessary pretreatment process in most applications. Detect this edge has been conducted in various fields at domestic and international. In the conventional edge detection methods, there are Sobel, Prewitt, Roberts and LoG, etc using a fixed weights mask. Since conventional edge detection methods apply the images to the fixed weights mask, the edge detection characteristics appear somewhat insufficient. Therefore in this study, to complement this, preprocessing using gray-level transformation function and algorithm finding final edge using maximum and minimum value of estimated mask by local mask are proposed. And in order to assess the performance of proposed algorithm, it was compared with a conventional Sobel, Roberts, Prewitt and LoG edge detection methods.

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

  • Lee, Chang-Young;Kim, Nam-Ho
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.10a
    • /
    • pp.244-246
    • /
    • 2014
  • Edge detection is a technique that obtains the particular information of the image using the brightness variation of pixel values and utilized for preprocessing in various image processing sectors. The conventional edge detection methods such as Sobel, Prewitt and Roberts are processed by applying the same weighted value to the entire pixels regardless of pixel distribution and provides somewhat insufficient edge detection results. Therefore, this paper has proposed an edge detection algorithm considering the direction and size of pixels by applying a modified directional mask.

  • PDF

A Study on Edge Detection Algorithm for Road Lane Recognition (차선인식을 위한 에지검출 알고리즘에 관한 연구)

  • Lee, Chang-Young;Kim, Marn-Go;Kim, Nam-Ho
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.10a
    • /
    • pp.802-804
    • /
    • 2014
  • Edge detection of image for performing the road lane recognition is an essential preprocessing. Various studies are being performed in order to detect such edge and there are conventional edge detection methods such as Sobel, Prewitt and Roberts. Such methods regardless of pixel distribution are processed by applying the same weighted value to the entire pixels and show a somewhat insufficient edge detection results. Therefore, this paper has proposed an algorithm that detects the edge using the suitable weighted value for the road lane recognition considering the pixel distribution shape of the image.

  • PDF

Face Detection Based on Thick Feature Edges and Neural Networks

  • Lee, Young-Sook;Kim, Young-Bong
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.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

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

  • Park, Hwa-Jung;Kim, Nam-Ho
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2022.05a
    • /
    • pp.437-440
    • /
    • 2022
  • In modern society, the use of the image processing field is increasing rapidly due to the 4th industrial revolution and the development of IoT technology. In particular, edge detection is widely used in various fields as an essential preprocessing process in image processing applications such as image classification and object detection. Conventional methods for detecting an edge include a Sobel edge detection filter, a Roberts edge detection filter, a Prewitt edge detection filter, Laplacian of Gaussian (LoG), and the like. However, existing methods have the disadvantage of showing somewhat insufficient performance of edge detection characteristics in a low-light level environment with low contrast. Therefore, this paper proposes an edge detection algorithm based on contrast analysis to increase edge detection characteristics even in low-light level environments.

  • PDF

A Study on Edge Detection Algorithm using Grey Level Converting Function (그레이 레벨 변환 함수를 이용한 에지 검출 알고리즘에 관한 연구)

  • Lee, Chang-Young;Hwang, Yeong-Yeun;Kim, Nam-Ho
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2015.10a
    • /
    • pp.921-923
    • /
    • 2015
  • Edge in the image includes the size, direction and location of objects. The existing detection methods for detecting this edge is a method using Sobel, Prewitt, Roberts and Laplacian, etc. These existing methods use a fixed weighted mask in order to detect the edge and have somewhat insufficient edge detection characteristics. Therefore in this paper, an algorithm that detects the edge by applying the grey level converting function according to the pixel distribution of local mask was proposed.

  • PDF

An Edge Detection Method using Modified Mask in Impulse Noise and AWGN Environments (임펄스 잡음 및 AWGN 환경에서 변형된 마스크를 이용한 에지 검출 방법)

  • Lee, Chang-Young;Kim, Nam-Ho
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2013.10a
    • /
    • pp.265-267
    • /
    • 2013
  • Edges include various important informations of the objects. These edges are being applied in numerous areas and there is a detection method using mask in existing edge detection methods. These existing edge detection methods are simple to realize. However, because the fixed mask is used, edge detection characteristics in complicated noise environments are somewhat unsatisfactory. Therefore, to compensate for the weakness in the existing detection methods, edge detection algorithm which uses the standard deviation of local mask and noise elimination was proposed.

  • PDF