• 제목/요약/키워드: Sobel Operator

검색결과 73건 처리시간 0.027초

모델링과 Sobel Operator의 결합을 통한 지문 영상의 방향성 추출 알고리즘 개선 (Improvement of Fingerprints Orientation Field using Model-based algorithm and Sobel Operator)

  • 최영;이성환
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2006년도 추계학술발표대회
    • /
    • pp.81-84
    • /
    • 2006
  • 특징점 추출 기반의 지문인식 알고리즘에서 방향정보는 이진화 과정 및 지문 분류, 인증에 쓰이므로 매우 중요하다. 모델기반의 방향정보를 추정하는 방법은 영상 전체에 있는 노이즈에 대하여 매우 강건하지만, 상처와 같이 국부적으로 존재하는 노이즈 정보의 추출에는 취약하다. Sobel Operator의 경우에는 국부적인 노이즈 요소에는 민감한 특정을 보인다. 따라서 본 논문에서는 모델링된 방향정보와 Sobel Operator 의 방향 정보를 백터에 의한 상호 결합하여 영상의 방향 정보를 개선하고 노이즈 블록을 추정하는 방법을 제안한다.

  • PDF

시각시스템의 Edge 검출용 고속 마스크 Operator (Fast Mask Operators for the edge Detection in Vision System)

  • 최태영
    • 한국통신학회논문지
    • /
    • 제11권4호
    • /
    • pp.280-286
    • /
    • 1986
  • 행렬분해에 의하여 edge검출용 mask operator의 고속계산법을 제시하였다. 다방향성 mask operator의 각방향에 대한 계산결과는 mask원소와 화상간의 곱한 것을 합산한 것이다. 이것은 각 mask의 원소를 행으로 하는 행렬과 mask에 포함되는 화소를 원소로하는 벡터와의 곱과 마찬가지여서 1차원 신호변환으로도 취급할 수 있다. 본 논문에서는 Sobel 및 Prewitt operator의 경우에 대한 변환행렬을 구한 다음 분해하여 계산량을 산출하여 직접 계산할 때의 방법과 비교하였다. 이 결과 여분의 기억점을 사용치 않고서도 이 방법에 의한 계산량은 Soble 및 Prweitt operator의 경우에 각각 직접 계산량의 42.86%, 50%밖에 되지 않았다. 그리고 100x100화소의 화상인 경우에 301개의 여분의 기억점을 사용할때에 Sobel opreator는 직접 계산량의 35.93%로 줄어 들었다.

  • PDF

Euclidean 거리연산자와 결합된 상태공간 기법에 의한 영상추출 (A Study on the Extraction of Feature by State-Space Concept with Euclidean Distance Operator)

  • 최갑석;윤동한
    • 대한전자공학회논문지
    • /
    • 제23권6호
    • /
    • pp.846-852
    • /
    • 1986
  • An efficient and reliable method for the extraction of features is presented. The method utilizes by a state technique with Euclidean distance operator. The proposed method is compared with the Sobel Operator. Simulation results show that our method performs as well as the Sobel operator.

  • PDF

연속 위성화상자료상의 향상된 형태추적법을 이용한 유속추정기법 (Improved Method for Feature Tracking Method in estimating Ocean Current Vectors from Sequential Satellite Imageries)

  • 김응;노영재
    • 대한원격탐사학회지
    • /
    • 제16권3호
    • /
    • pp.199-209
    • /
    • 2000
  • 본 연구에서는 기존의 형태추적법을 이용한 해양의 연속 AVHRR 위성화상자료 상의 유속추정 방법을 해양의 전선이나 소용돌이의 경계부를 정의하는데 있어 객관적 알고리즘을 이용하여 개선하였다. 그것을 위하여 Sobel 필터를 사용하였다. 이 Sobel 필터는 화상상의 객체의 가장자리를 추정하는데 대단히 효과적인 필터로서 판명되었다. Sobel 방법을 이용하여 가장자리를 정의한 후 그 가장자리 상에서 유속 백터를 추정하기 위하여 Pattem tile 과 Search tile 의 중심좌표를 선정할 필요가 있다. 본 연구에서 개발한 최대상관법을 이용한 형태추적법은 화상 전체를 이용할 필요 없이 객체가 정의된 부분화상을 이용하여 유속 벡터를 추정하기 때문에 훨씬 빠르고 효과적이었다. 동해에서 ADCP를 이용한 현장 관측자료와 비교하여 본 연구에서 개발한 방법의 타당성을 분석한 바로는 유속치에서 약 35% 이하 감소, 해류방향에서 약 $34^{\circ}$ 이하의 오차가 발생한 결과를 얻었다. 이는 기존의 결과와 비교할 때 향상된 결과로 평가된다.

잡음 영상에서의 에지 검출 (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 Sobel Operator Combined with Patch Statistics Algorithm for Fabric Defect Detection

  • Jiang, Jiein;Jin, Zilong;Wang, Boheng;Ma, Li;Cui, Yan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제14권2호
    • /
    • pp.687-701
    • /
    • 2020
  • In the production of industrial fabric, it needs automatic real-time system to detect defects on the fabric for assuring the defect-free products flow to the market. At present, many visual-based methods are designed for detecting the fabric defects, but they usually lead to high false alarm. Base on this reason, we propose a Sobel operator combined with patch statistics (SOPS) algorithm for defects detection. First, we describe the defect detection model. mean filter is applied to preprocess the acquired image. Then, Sobel operator (SO) is applied to deal with the defect image, and we can get a coarse binary image. Finally, the binary image can be divided into many patches. For a given patch, a threshold is used to decide whether the patch is defect-free or not. Finally, a new image will be reconstructed, and we did a loop for the reconstructed image to suppress defects noise. Experiments show that the proposed SOPS algorithm is effective.

Sobel Intensity Profile을 이용한 차선 추출에 관한 연구 (A Study of Lane Extraction using Sobel Intensity Profile)

  • 박태준;조재수;조태훈
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2009년도 정보 및 제어 심포지움 논문집
    • /
    • pp.228-230
    • /
    • 2009
  • Lane extraction is basically required for a driving car to understand its external road environments via a camera. In this paper, a lane extraction method using "Sobel Intensity Profile" is described. The Sobel intensity profile is obtained using only vertical edge components of Sobel edge outputs, and used to yield fitted lines for lanes. The RANAC algorithm is applied to fit lines using only inliers. Experimental results have shown the reliability of the proposed lane extraction method.

  • PDF

단일 엣지를 이용한 깊이 정보에 관한 연구 (A Study on the Depth Map using Single Edge)

  • 김영섭;송응열
    • 반도체디스플레이기술학회지
    • /
    • 제9권2호
    • /
    • pp.123-126
    • /
    • 2010
  • An implementation of modified stereo matching using efficient belief propagation (BP) algorithm is presented in this paper. We do recommend the use of the simple sobel, prewitt edge operator. The application of B band sobel edge operator over image demonstrates result with somewhat noisy (distinct border). When we adopt the only MRF + BP algorithm, however, borders cannot be distinguished due to that the message functions in the BP algorithm is just the mechanism which passes energy data to the only large gap of each Message functions In order to address the abovementioned disadvantageous phenomenon, we use the sobel edge operator + MRF + BP algorithm to distinguish the border that is located between the similar message data. Using edge information, the result shows that our proposed process diminishes the propagation of wrong probabilistic information. The enhanced result is due to that our proposed method effectively reduced errors incurred by ambiguous scene properties.

깊이맵 향상을 위한 전처리 과정과 그래프 컷에 관한 연구 (A Study of the Use of step by preprocessing and Graph Cut for the exact depth map)

  • 김영섭;송응열
    • 반도체디스플레이기술학회지
    • /
    • 제10권3호
    • /
    • pp.99-103
    • /
    • 2011
  • The stereoscopic vision system is the algorithm to obtain the depth of target object of stereo vision image. This paper presents an efficient disparity matching method using blue edge filter and graph cut algorithm. We do recommend the use of the simple sobel edge operator. The application of B band sobel edge operator over image demonstrates result with somewhat noisy (distinct border). The basic technique is to construct a specialized graph for the energy function to be minimized such that the minimum cut on the graph also minimizes the energy (either globally or locally). This method has the advantage of saving a lot of data. We propose a preprocessing effective stereo matching method based on sobel algorithm which uses blue edge information and the graph cut, we could obtain effective depth map.