• 제목/요약/키워드: Edge method

검색결과 3,904건 처리시간 0.034초

에지 검출 방법을 이용한 열화상 카메라의 영상 개선 (Image Enhancement of an Infrared Thermal Camera Using Edge Detection Methods)

  • 정민철
    • 반도체디스플레이기술학회지
    • /
    • 제15권3호
    • /
    • pp.51-56
    • /
    • 2016
  • This paper proposes a new image enhancement method for an infrared thermal image. The proposed method uses both Laplacian and Prewitt edge detectors. Without a visible light, it uses an infrared image for the edge detection. The method subtracts contour images from the infrared thermal image. It results black contours of objects in the infrared thermal image. That makes the objects in the infrared thermal image distinguished clearly. The proposed method is implemented using C language in an embedded Linux system for a high-speed real-time image processing. Experiments were conducted by using various infrared thermal images. The results show that the proposed method is successful for image enhancement of an infrared thermal image.

타이어의 Belt Width 변화에 따른 Belt Edge Separation 예측 방법에 관한 연구 (A Study on the Prediction Method of Belt Edge Separation due to the Belt Width Variation of a Tire)

  • 김성래;성기득;김선주;조춘택
    • 한국정밀공학회지
    • /
    • 제23권8호
    • /
    • pp.137-144
    • /
    • 2006
  • This study is concerned with the relation between steelbelt width and belt edge separation of a tire. Belt edge separation causes tire burst and threatens passenger's safety. For the reason, it is important to predict durability caused by belt edge separation in the early stage of the tire structure design. Usually, passenger car tires have two layers of steelbelts having opposite steel cord's angles, which makes a shear behaviour between each belt layer. Shear behaviour is one of reason to cause belt edge separation. In this study, to predict belt edge separation, we suggested the prediction method of belt edge separation and evaluated the effect of steelbelt width on the belt edge separation using FEM. We also studied on main parameters to affect shear behaviour at the belt edge area.

이동로봇을 위한 영상의 자동 엣지 검출 방법 (Automatic Edge Detection Method for Mobile Robot Application)

  • 김동수;권인소;이왕헌
    • 제어로봇시스템학회논문지
    • /
    • 제11권5호
    • /
    • pp.423-428
    • /
    • 2005
  • This paper proposes a new edge detection method using a $3{\times}3$ ideal binary pattern and lookup table (LUT) for the mobile robot localization without any parameter adjustments. We take the mean of the pixels within the $3{\times}3$ block as a threshold by which the pixels are divided into two groups. The edge magnitude and orientation are calculated by taking the difference of average intensities of the two groups and by searching directional code in the LUT, respectively. And also the input image is not only partitioned into multiple groups according to their intensity similarities by the histogram, but also the threshold of each group is determined by fuzzy reasoning automatically. Finally, the edges are determined through non-maximum suppression using edge confidence measure and edge linking. Applying this edge detection method to the mobile robot localization using projective invariance of the cross ratio. we demonstrate the robustness of the proposed method to the illumination changes in a corridor environment.

Edge Adaptive Hierarchical Interpolation for Lossless and Progressive Image Transmission

  • Biadgie, Yenewondim;Wee, Young-Chul;Choi, Jung-Ju
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제5권11호
    • /
    • pp.2068-2086
    • /
    • 2011
  • Based on the quincunx sub-sampling grid, the New Interleaved Hierarchical INTerpolation (NIHINT) method is recognized as a superior pyramid data structure for the lossless and progressive coding of natural images. In this paper, we propose a new image interpolation algorithm, Edge Adaptive Hierarchical INTerpolation (EAHINT), for a further reduction in the entropy of interpolation errors. We compute the local variance of the causal context to model the strength of a local edge around a target pixel and then apply three statistical decision rules to classify the local edge into a strong edge, a weak edge, or a medium edge. According to these local edge types, we apply an interpolation method to the target pixel using a one-directional interpolator for a strong edge, a multi-directional adaptive weighting interpolator for a medium edge, or a non-directional static weighting linear interpolator for a weak edge. Experimental results show that the proposed algorithm achieves a better compression bit rate than the NIHINT method for lossless image coding. It is shown that the compression bit rate is much better for images that are rich in directional edges and textures. Our algorithm also shows better rate-distortion performance and visual quality for progressive image transmission.

캐니 에지 맵을 LOD로 변환한 맵을 이용하여 객체 소거를 위한 추적 (Object Tracking for Elimination using LOD Edge Maps Generated from Canny Edge Maps)

  • 장영대;박지헌
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2007년도 춘계학술발표대회
    • /
    • pp.333-336
    • /
    • 2007
  • We propose a simple method for tracking a nonparameterized subject contour in a single video stream with a moving camera and changing background. Then we present a method to eliminate the tracked contour object by replacing with the background scene we get from other frame. Our method consists of two parts: first we track the object using LOD (Level-of-Detail) canny edge maps, then we generate background of each image frame and replace the tracked object in a scene by a background image from other frame that is not occluded by the tracked object. Our tracking method is based on level-of-detail (LOD) modified Canny edge maps and graph-based routing operations on the LOD maps. To reduce side-effects because of irrelevant edges, we start our basic tracking by using strong Canny edges generated from large image intensity gradients of an input image. We get more edge pixels along LOD hierarchy. LOD Canny edge pixels become nodes in routing, and LOD values of adjacent edge pixels determine routing costs between the nodes. We find the best route to follow Canny edge pixels favoring stronger Canny edge pixels. Our accurate tracking is based on reducing effects from irrelevant edges by selecting the stronger edge pixels, thereby relying on the current frame edge pixel as much as possible. This approach is based on computing camera motion. Our experimental results show that our method works nice for moderate camera movement with small object shape changes.

  • PDF

Line feature extraction in a noisy image

  • Lee, Joon-Woong;Oh, Hak-Seo;Kweon, In-So
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1996년도 Proceedings of the Korea Automatic Control Conference, 11th (KACC); Pohang, Korea; 24-26 Oct. 1996
    • /
    • pp.137-140
    • /
    • 1996
  • Finding line segments in an intensity image has been one of the most fundamental issues in computer vision. In complex scenes, it is hard to detect the locations of point features. Line features are more robust in providing greater positional accuracy. In this paper we present a robust "line features extraction" algorithm which extracts line feature in a single pass without using any assumptions and constraints. Our algorithm consists of five steps: (1) edge scanning, (2) edge normalization, (3) line-blob extraction, (4) line-feature computation, and (5) line linking. By using edge scanning, the computational complexity due to too many edge pixels is drastically reduced. Edge normalization improves the local quantization error induced from the gradient space partitioning and minimizes perturbations on edge orientation. We also analyze the effects of edge processing, and the least squares-based method and the principal axis-based method on the computation of line orientation. We show its efficiency with some real images.al images.

  • PDF

Fragile Watermarking Scheme Based on Wavelet Edge Features

  • Vaishnavi, D.;Subashini, T.S.
    • Journal of Electrical Engineering and Technology
    • /
    • 제10권5호
    • /
    • pp.2149-2154
    • /
    • 2015
  • This paper proposes a novel watermarking method to discover the tampers and localize it in digital image. The image which is to be used to generate a watermark is first wavelet decomposed and the edge feature from the sub bands of high frequency coefficients are retrieved to generate a watermark (Edge Feature Image) and which is to be embed on the cover image. Before embedding the watermark, the pixels of cover image are disordered through the Arnold Transform and this helps to upgrade the security of the watermark. The embedding of generated edge feature image is done only on the Least Significant Bit (LSB) of the cover image. The invisibleness and robustness of the proposed method is computed using Peak-Signal to Noise Ratio (PSNR) and Normalized Correlation (NC) and it proves that the proposed method delivers good results and the proposed method also detects and localizes the tampers efficiently. The invisibleness of proposed method is compared with the existing method and it proves that the proposed method is better.

에지 정보를 이용한 watershed 영역 추출에 관한 연구 (A Study On Watershed Region Extraction Based On Edge Information)

  • 이원효;조상현;설경호;주동현;김두영
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2003년도 신호처리소사이어티 추계학술대회 논문집
    • /
    • pp.449-452
    • /
    • 2003
  • This paper propose a extracting method of the region for image using segmentation and edge information. First propose algorithm extract information using canny edge detector and the image was divided by watershed segmentation. And it extract the mage with edge information by merging region. Finally we compare the proposed method with levelset method. In the result proposed method not only extract the image with accurate region but also reduce operation time.

  • PDF

컬러에지의 벡터적 결합을 이용한 e-카탈로그 영상 검색 (e-Catalogue Image Retrieval Using Vectorial Combination of Color Edge)

  • 황의선;박상근;전준철
    • 정보처리학회논문지B
    • /
    • 제9B권5호
    • /
    • pp.579-586
    • /
    • 2002
  • 영상의 에지정보를 이용한 내용기반 영상 검색 방법은 현재 MPEG-7(Moving Picture Experts Group) 에서 제안된 에지 서술자(edge descriptor)가 대표적인 방법이며, 이때 사용된 에지의 정보는 영상의 명암도에 따른 에지히스토그램을 이용하고 있다. 본 논문에서는 새로운 컬러 에지 추출 방법을 제시하고, 제안된 방법에 의해 컬러 에지히스토그램을 특징 값으로 하는 내용기반 영상검색 방법을 제시하였다. 아울러 제안된 방법에 기반하여 인터넷 쇼핑몰에서 사용되는 e-카탈로그 상품 영상 검색에 적용하였다. 성능평가를 위하여 기존 MPEG-7에서 제시된 에지히스토그램에 의한 영상검색 방법과 비교하여 보았으며 실험결과 제안된 방법이 검색에 있어서 우수함을 입증할 수 있었다. 컬러에지의 추출은 컬러 영상의 R,G,B 채널의 각 성분의 벡터적 결합방법과 에지 맵의 벡터 노름(norm) 특성화를 통하여 이루어진다. 결과적으로 내용기반 영상 검색은 생성된 최종 에지모델이 갖는 에지의 방향성을 이용한 컬러 에지히스토그램을 통하여 수행된다.

FLAP DEELECTION OPTIMZATION FOR TRANSONIC CRUISE PERFORMANCE IMPROVEMENT OF SUPERSONIC TRANSPORT WING

  • Kim Hyoung-Jin;Obayashi Shigeru;Nakahashi Kazuhiro
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2000년도 추계 학술대회논문집
    • /
    • pp.32-38
    • /
    • 2000
  • Wing flap deflection angles of a supersonic transport are optimized to improve transonic cruise performance. For this end, a numerical optimization method is adopted using a three-dimensional unstructured Euler code and a discrete adjoint code. Deflection angles of ten flaps; five for leading edge and five fur railing edge, are employed as design variables. The elliptic equation method is adopted for the interior grid modification during the design process. Interior grid sensitivities are neglected for efficiency. Also tested is the validity of the approximate gradient evaluation method for the present design problem and found that it is applicable for loading edge flap design in cases of no shock waves on the wing surface. The BFGS method is used to minimize the drag with constraints on the lift and upper surface Mach numbers. Two design examples are conducted; one is leading edge flap design, and the other is simultaneous design of leading edge and trailing edge flaps. The latter gave a smaller drag than the former by about two counts.

  • PDF