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

검색결과 1,467건 처리시간 0.03초

엣지 컴퓨팅 환경에서 적용 가능한 딥러닝 기반 라벨 검사 시스템 구현 (Implementation of Deep Learning-based Label Inspection System Applicable to Edge Computing Environments)

  • 배주원;한병길
    • 대한임베디드공학회논문지
    • /
    • 제17권2호
    • /
    • pp.77-83
    • /
    • 2022
  • In this paper, the two-stage object detection approach is proposed to implement a deep learning-based label inspection system on edge computing environments. Since the label printed on the products during the production process contains important information related to the product, it is significantly to check the label information is correct. The proposed system uses the lightweight deep learning model that able to employ in the low-performance edge computing devices, and the two-stage object detection approach is applied to compensate for the low accuracy relatively. The proposed Two-Stage object detection approach consists of two object detection networks, Label Area Detection Network and Character Detection Network. Label Area Detection Network finds the label area in the product image, and Character Detection Network detects the words in the label area. Using this approach, we can detect characters precise even with a lightweight deep learning models. The SF-YOLO model applied in the proposed system is the YOLO-based lightweight object detection network designed for edge computing devices. This model showed up to 2 times faster processing time and a considerable improvement in accuracy, compared to other YOLO-based lightweight models such as YOLOv3-tiny and YOLOv4-tiny. Also since the amount of computation is low, it can be easily applied in edge computing environments.

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.

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

  • 이창영;김남호
    • 한국정보통신학회논문지
    • /
    • 제19권5호
    • /
    • pp.1221-1227
    • /
    • 2015
  • 에지 검출은 문자, 차선 및 물체 인식 등을 구현하는 과정에서 영상을 단순화하기 위한 중요한 기술 중 하나이며, 우수한 에지 검출을 위한 다양한 연구가 국내외에서 활발히 진행되고 있다. 기존의 에지 검출 방법에는 공간 영역에서 방향성 기울기 마스크를 적용하여 에지를 구하는 방법과 SE(structure element)를 이용한 수학적 모폴로지(mathematical morphology) 기반의 에지 검출 방법 등이 있다. 이러한 기존의 방법들은 지나치게 어둡거나 밝은 영상에서 에지 검출 특성이 미흡하다. 따라서 본 연구에서는 이러한 문제점을 보완하기 위해 기존의 방법 중 Sobel 방법과 히스토그램 평활화 방법을 적용하는 알고리즘을 제안하였다.

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

  • 이창영;김남호
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2014년도 춘계학술대회
    • /
    • pp.100-103
    • /
    • 2014
  • 현재 에지 검출은 여러 분야에서 사용되고 있으며, 대부분의 영상처리의 전처리 과정 및 영상처리에 있어서 필수불가결한 기술이다. 이에 따라 관련 연구가 끊임없이 진행되어 오고 있다. 이러한 에지는 영상의 물체에 대한 크기, 방향, 위치 등의 중요한 영상 요소를 가지고 있다. 이를 검출하기 위한 여러 방법들이 제안되어 왔으며, 그 중 대표적인 방법은 Sobel, Prewitt, Roberts, Laplacian, LoG(Laplacian of Gaussian) 등이 있다. 그러나 이러한 기존의 방법들은 복합잡음이 첨가된 영상에서 에지 검출 특성이 미흡하다. 따라서 본 연구에서는 국부 마스크의 크기와 위치에 따라 요소에 대한 중앙값 및 평균값을 이용한 에지 검출 방법을 제안하였다.

  • PDF

Salt & Pepper 잡음 환경에서 국부 마스크를 이용한 에지 검출에 관한 연구 (An Algorithm on Edge Detection using Local Mask in Salt & Pepper Noise Environments)

  • 이창영;김남호
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2014년도 춘계학술대회
    • /
    • pp.787-789
    • /
    • 2014
  • 영상처리는 현재 스마트폰, 스마트 TV, 휴대용 PC 등 여러 분야에서 활용되고 있으며, 에지 검출은 대부분의 응용에서 중요한 역할을 하고 있다. 이러한 에지를 검출하기 위한 관련 연구는 끊임없이 진행 중에 있다. 대표적인 에지 검출 방법은 Roberts, Laplacian, LoG(Laplacian of Gaussian) 등의 방법이 있으며, 이러한 방법들은 Salt & Pepper 잡음에 훼손된 영상에서 에지 검출 특성이 미흡하다. 따라서 본 연구에서는 Salt & Pepper 잡음 환경에서 국부 마스크의 요소들을 이용하여 우수한 특성의 에지 검출 특성을 가지는 알고리즘을 제안하였다.

  • PDF

에지 클라우드 환경에서 사물인터넷 트래픽 침입 탐지 (Intrusion Detection for IoT Traffic in Edge Cloud)

  • Shin, Kwang-Seong;Youm, Sungkwan
    • 한국정보통신학회논문지
    • /
    • 제24권1호
    • /
    • pp.138-140
    • /
    • 2020
  • As the IoT is applied to home and industrial networks, data generated by the IoT is being processed at the cloud edge. Intrusion detection function is very important because it can be operated by invading IoT devices through the cloud edge. Data delivered to the edge network in the cloud environment is traffic at the application layer. In order to determine the intrusion of the packet transmitted to the IoT, the intrusion should be detected at the application layer. This paper proposes the intrusion detection function at the application layer excluding normal traffic from IoT intrusion detection function. As the proposed method, we obtained the intrusion detection result by decision tree method and explained the detection result for each feature.

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.

Maximum Likelihood 기법을 이용한 Edge 검출 (A Maximum Likelihood Approach to Edge Detection)

  • 조문;박래홍
    • 한국통신학회논문지
    • /
    • 제11권1호
    • /
    • pp.73-84
    • /
    • 1986
  • 화상이해의 기본적인 특성중의 하나인 edge를 추정하는 statistical 한 방법을 제안하였다. 종래의 edge검출기법은 주로 deterministic한 신호에는 잘 적용되었지만 statistical한 신호에는 만족스러운 결과를 얻을 수 없었다. 본 논문에서는 신호의 statistical 한 성질을 고려한 likelihood함수를 이용하여 결정함수를 구하고, 이것을 최대로 하는 위치를 edge로 선정하는 maximum likelihood edge 검출기법에 대하여 논하였다. 이 기법을 random number generator에 의하여 발생된 통계적인 성질을 갖는 신호에 적용하여 edge가 잘 검출됨을 보였다. 또 이 방법을 통계적인 성질을 갖는 이차원의 화상으로 확장하였을 때에도 정확하게 edge가 검출됨을 알 수 있었다.

  • PDF

선형모형과 표준편차에 기반한 잡음영상에 효과적인 에지 검출 방법 (An effective edge detection method for noise images based on linear model and standard deviation)

  • 박영호
    • 응용통계연구
    • /
    • 제33권6호
    • /
    • pp.813-821
    • /
    • 2020
  • 최근 다양한 분야에서 사진, 동영상 등과 같이 비정형 데이터를 이용한 연구가 활발하게 진행되고 있다. 이 중에서도 영상을 활용하는 연구들은 영상에 포함된 정보를 사용하기 위하여 많은 영상처리 기법들을 사용하고 있다. 에지 검출은 영상에서 정보를 추출하기 위해 많은 영상처리 응용 프로그램에서 사용되는 기본 도구이다. 그러나 잡음이 포함된 영상은 에지와 잡음이 모두 고주파 성분을 가지고 있기 때문에 에지 검출을 수행하는 것은 매우 어렵다. 본 논문은 잡음이 감소된 에지를 추출하는 방법으로 선형모형과 표준편차를 이용하였다. 화소 블록에 포함된 화소들의 표준편차와 선형모형의 적합으로 얻어진 잔차에 대한 표준편차의 차이로 에지를 검출하였다. 에지 검출의 결과는 영상처리 분야에서 대표적으로 사용되는 소벨 에지 검출기의 결과와 비교하였다. 잡음이 포함되지 않은 영상은 소벨 에지 검출 결과와 제안한 에지 검출의 결과가 유사하게 나타나고, 제안한 방법이 다양한 수준의 잡음이 추가된 영상에서 잡음에 의한 에지가 적게 나타나는 것을 확인하였다.

Simulated Annealing 알고리즘을 이용한 에지추출 (Edge Detection Using Simulated Annealing Algorithm)

  • 박중순;김수겸
    • 동력기계공학회지
    • /
    • 제2권3호
    • /
    • pp.60-67
    • /
    • 1998
  • Edge detection is the first step and very important step in image analysis. We cast edge detection as a problem in cost minimization. This is achieved by the formulation of a cost function that evaluates the quality of edge configurations. The cost function can be used as a basis for comparing the performances of different detectors. This cost function is made of desirable characteristics of edges such as thickness, continuity, length, region dissimilarity. And we use a simulated annealing algorithm for minimum of cost function. Simulated annealing are a class of adaptive search techniques that have been intensively studied in recent years. We present five strategies for generating candidate states. Experimental results(building image and test image) which verify the usefulness of our simulated annealing approach to edge detection are better than other operator.

  • PDF