KR20200082854A - A method of matching a stereo image and an apparatus therefor - Google Patents

A method of matching a stereo image and an apparatus therefor Download PDF

Info

Publication number
KR20200082854A
KR20200082854A KR1020180173839A KR20180173839A KR20200082854A KR 20200082854 A KR20200082854 A KR 20200082854A KR 1020180173839 A KR1020180173839 A KR 1020180173839A KR 20180173839 A KR20180173839 A KR 20180173839A KR 20200082854 A KR20200082854 A KR 20200082854A
Authority
KR
South Korea
Prior art keywords
low
image
matching
stereo image
region
Prior art date
Application number
KR1020180173839A
Other languages
Korean (ko)
Other versions
KR102171203B1 (en
Inventor
이성원
최동영
Original Assignee
광운대학교 산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 광운대학교 산학협력단 filed Critical 광운대학교 산학협력단
Priority to KR1020180173839A priority Critical patent/KR102171203B1/en
Publication of KR20200082854A publication Critical patent/KR20200082854A/en
Application granted granted Critical
Publication of KR102171203B1 publication Critical patent/KR102171203B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N13/00Stereoscopic video systems; Multi-view video systems; Details thereof
    • H04N13/10Processing, recording or transmission of stereoscopic or multi-view image signals
    • H04N13/106Processing image signals
    • H04N13/156Mixing image signals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/50Depth or shape recovery
    • G06T7/55Depth or shape recovery from multiple images
    • G06T7/593Depth or shape recovery from multiple images from stereo images

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)
  • Length Measuring Devices By Optical Means (AREA)

Abstract

The present invention relates to a stereo image matching method and a device thereof. According to one embodiment of the present invention, the method comprises the steps of: differentiating a current image in a vertical and horizontal direction; frequency-analyzing the differentiated image by using a Fourier transform; measuring energy of a specific frequency through the frequency analysis; detecting a low-texture region based on the energy; and matching a stereo image based on a characteristic indicator with respect to the detected low-texture region.

Description

스테레오 영상의 정합 방법 및 이를 수행하는 장치 {A METHOD OF MATCHING A STEREO IMAGE AND AN APPARATUS THEREFOR}Matching method of stereo image and device performing same {A METHOD OF MATCHING A STEREO IMAGE AND AN APPARATUS THEREFOR}

본 발명은 스테레오 영상의 정합 방법 및 이를 수행하는 장치에 관한 것으로서, 더욱 상세하게는, 저-질감 영역에서의 스테레오 영상의 정합 방법 및 이를 수행하는 장치에 관한 것이다.The present invention relates to a method for matching stereo images and an apparatus for performing the same, and more particularly, to a method for matching stereo images in a low-texture region and an apparatus for performing the same.

스테레오 영상의 정합을 통한 입체 영상의 3D 복원은 가상현실 콘텐츠, 자율주행차의 장애물 감지, 로봇 네비게이션, 동작 인식 등을 위하여 이용될 수 있다. 스테레오 영상의 정합은 각 영상 사이의 시차를 추정함으로써 수행될 수 있으며, 영상의 픽셀값과 함께 시차는 깊이 정보를 결정하기 위하여 추정될 수 있다. 입체 영상의 시차 추정을 위한 두 가지 방법은 글로벌 정합법 및 로컬 정합법이 존재한다.3D reconstruction of stereoscopic images through registration of stereoscopic images can be used for virtual reality content, obstacle detection of autonomous vehicles, robot navigation, and motion recognition. Matching of the stereo image may be performed by estimating the parallax between each image, and parallax along with the pixel value of the image may be estimated to determine depth information. There are two methods for estimating parallax of a stereoscopic image, a global matching method and a local matching method.

로컬 정합법은 영상 중 영역 윈도우에 의해 제한된 영역을 위한 정합 코스트를 계산하고, 시차를 추정하기 위하여 스테레오 영상 두 개 사이의 유사도를 산출한다. 상기 방법은 초기 매칭 코스트(matching cost)를 획득하기 위해 각 픽셀의 매칭 코스트를 계산한다. 일반적으로 로컬 정합법의 초기 매칭 코스트의 연산 방법은 절대 차이값(SAD)의 합과 차이값의 제곱(SSD)의 합, 및 정규화된 상호 연관도(NCC)를 포함한다. 그러나, 이러한 필터들은 저역 필터에 의한 흐릿한 형체(blur)가 발생하는 단점이 존재한다. 그러므로, 로버스트 상호 정보(Robust Mutual Information) 및 컨센스 컨버젼(census conversion)은 영역 기반 방법에서 오브젝트의 경계와 가까운 바깥 영역을 위하여 이용될 수 있다. 상기 로버스트 상호 정보를 이용하는 방법은 유사도를 추정하기 위해 확률 분배 함수를 이용하고, 상기 컨센스 컨버젼을 이용하는 방법은 캐릭터 문자열로부터 윈도우 내의 픽셀을 부호화하고 유사도를 계산하기 위해 해밍(hamming) 거리를 비교할 수 있다.The local matching method calculates a matching cost for a region limited by a region window among images, and calculates similarity between two stereo images to estimate parallax. The above method calculates the matching cost of each pixel in order to obtain the initial matching cost. In general, an initial matching cost calculation method of a local matching method includes a sum of absolute difference values (SAD) and a sum of squares of difference values (SSD), and a normalized correlation (NCC). However, these filters have a disadvantage that blurring occurs due to a low-pass filter. Therefore, robust mutual information and census conversion can be used for the outer region close to the object boundary in the region-based method. The method using the robust mutual information uses a probability distribution function to estimate the similarity, and the method using the consensus conversion encodes pixels in a window from a character string and compares Hamming distances to calculate the similarity Can.

또한, 글로벌 정합법은 전체적인 시차 오류를 최소화하면서 시차 추정을 위한 전체 영상의 시차를 반복적으로 산출한다. 상기 글로벌 정합법은 초기 매칭 코스트 연산을 통하여 초기 시차 맵을 생성할 수 있다. 이후, 상기 방법은 전체적인 영상의 매칭 코스트를 위하여 에너지 함수를 연산하고, 최소 에너지를 획득하기 위해 시차를 추정하는 과정을 반복함으로써 시차 정보를 획득할 수 있다.In addition, the global matching method repeatedly calculates the parallax of the entire image for parallax estimation while minimizing the overall parallax error. The global matching method may generate an initial parallax map through initial matching cost calculation. Thereafter, the method may obtain parallax information by repeating a process of calculating an energy function for the matching cost of the entire image and estimating a parallax in order to obtain minimum energy.

상기 로컬 정합법의 시차 추정 정확도는 구분이 모호하고 동질성이 강한 픽셀값들 때문에 저-질감 영역에서 급격히 감소된다. 상기 글로벌 매칭법은 전체 영상의 특성을 고려하기 때문에 상대적으로 정확하다. 세미-글로벌 매칭법(SGM)은 매칭 방향을 한정할 수 있고, 연산량을 감소시킬 수 있다. 그러나, 저-질감 영역에서의 성능 향상은 한계가 존재한다. 또한, 픽셀값들의 동질성이 강하고 구분이 모호한 저-질감 영상을 위한 3D 깊이 정보 추정의 정확도는 높지 아니하다. 깊이 정보 추정에서의 오류들은 어플리케이션 고장의 원인이 될 수 있으며, 이들은 심각한 부작용을 야기할 수도 있다. 그러므로, 저-질감 영역에서도 높은 정확도를 갖는 스테레오 영상의 시차 추정 방법을 개발하는 것이 중요하다. The parallax estimation accuracy of the local matching method is drastically reduced in the low-textured region due to the ambiguous and homogeneous pixel values. The global matching method is relatively accurate because it considers characteristics of the entire image. The semi-global matching method (SGM) can limit the matching direction and reduce the computation amount. However, there is a limit to performance improvement in the low-textured area. In addition, the accuracy of estimation of 3D depth information for a low-texture image with strong homogeneity of pixels and ambiguous distinction is not high. Errors in estimating depth information can cause application failures, which can cause serious side effects. Therefore, it is important to develop a parallax estimation method of a stereo image with high accuracy even in a low-texture region.

본 발명이 이루고자 하는 기술적 과제는, 저-질감 영역에서도 높은 정확도를 가지면서 시차 추정에 적은 연산량을 요구하는 스테레오 영상의 정합 방법을 제공하는 것이다. The technical problem to be achieved by the present invention is to provide a matching method of a stereo image that requires a small amount of computation for parallax estimation with high accuracy even in a low-texture region.

본 발명의 다른 실시예에 따르면, 상기 이점을 갖는 스테레오 영상의 정합 장치를 제공하는 것이다.According to another embodiment of the present invention, to provide a stereo image matching device having the above advantages.

본 발명의 일실시예에 따른 스테레오 영상의 정합 방법은, 현재 영상을 수직 및 수평 방향으로 미분하는 단계; 상기 미분된 영상을 푸리에 변환을 이용하여 주파수 분석하는 단계; 상기 주파수 분석을 통해 특정 주파수의 에너지를 측정하는 단계; 상기 에너지에 기초하여 저-질감 영역을 감지하는 단계; 및 상기 감지된 저-질감 영역에 대하여 특성 지시자에 기반한 스테레오 영상을 정합하는 단계를 포함한다.A method of matching stereo images according to an embodiment of the present invention includes: differentiating a current image in vertical and horizontal directions; Frequency-analyzing the differentiated image using a Fourier transform; Measuring energy of a specific frequency through the frequency analysis; Sensing a low-textured region based on the energy; And registering a stereo image based on a characteristic indicator for the sensed low-texture region.

일 실시예에서는, 상기 저-질감 영역은 상기 에너지가 소정의 값 이하인 경우에 감지될 수 있고, 상기 특성 지시자는 SIFT(Scale-Invariant Feature Transform)일 수 있다.In one embodiment, the low-textured region may be detected when the energy is less than or equal to a predetermined value, and the characteristic indicator may be a Scale-Invariant Feature Transform (SIFT).

또한, 상기 스테레오 영상을 정합하는 단계는, 상기 특성 지시자들에 의해 정의되는 특성 포인트를 더 이용할 수 있으며, 상기 스테레오 영상을 정합하는 단계는, 참조 영상 및 타겟 영상에서의 등극선 라인 상의 상기 특성 포인트들을 이용하여 상기 참조 영상 및 상기 타겟 영상을 매칭시킬 수 있다.In addition, the step of matching the stereo image may further use a characteristic point defined by the characteristic indicators, and the step of matching the stereo image may include the characteristic point on the isopole line in the reference image and the target image. The reference image and the target image may be matched using them.

일 실시예에서, 상기 감지된 저-질감 영역 이외의 영역에서는 세미-전체적 매칭(SGM) 방법을 이용하여 상기 스테레오 영상을 정합하는 단계를 더 포함할 수 있다.In one embodiment, in the region other than the sensed low-texture region, the method may further include registering the stereo image using a semi-global matching (SGM) method.

본 발명의 다른 실시예에 따른 스테레오 영상의 정합 장치는, 현재 영상을 수직 및 수평 방향으로 미분하고, 상기 미분된 영상을 푸리에 변환을 이용하여 주파수 분석하는 주파수 분석부; 상기 주파수 분석을 통해 특정 주파수의 에너지를 측정하는 에너지 측정부; 상기 에너지에 기초하여 저-질감 영역을 감지하는 저-질감 영역 감지부; 및 상기 감지된 저-질감 영역에 대하여 특성 지시자에 기반한 스테레오 영상을 정합하는 저-질감 영역 스테레오 영상 정합 수행부를 포함할 수 있다.An apparatus for matching stereo images according to another embodiment of the present invention includes: a frequency analyzer that differentiates a current image in a vertical and horizontal direction, and frequency-analyzes the differentiated image using a Fourier transform; An energy measuring unit measuring energy of a specific frequency through the frequency analysis; A low-texture area detection unit that detects a low-texture area based on the energy; And a low-texture region stereo image matching unit that matches a stereo image based on a characteristic indicator to the detected low-texture region.

일 실시예에서, 상기 저-질감 영역은 상기 에너지가 소정의 값 이하인 경우에 감지될 수 있고, 상기 특성 지시자는 SIFT(Scale-Invariant Feature Transform)인 수 있다.In one embodiment, the low-textured region may be detected when the energy is less than or equal to a predetermined value, and the characteristic indicator may be a Scale-Invariant Feature Transform (SIFT).

일 실시예에서, 상기 저-질감 영역 스테레오 영상 정합 수행부는, 상기 특성 지시자들에 의해 정의되는 특성 포인트를 더 이용할 수 있고, 상기 저-질감 영역 스테레오 영상 정합 수행부는, 참조 영상 및 타겟 영상에서의 등극선 라인 상의 상기 특성 포인트들을 이용하여 상기 참조 영상 및 상기 타겟 영상을 매칭시킬 수 있다.In one embodiment, the low-texture region stereo image registration performer may further use a feature point defined by the characteristic indicators, and the low-texture region stereo image match performer may perform matching in the reference image and the target image. The reference image and the target image may be matched using the characteristic points on the isopole line.

상기 감지된 저-질감 영역 이외의 영역에서는 세미-전체적 매칭(SGM) 방법을 이용하여 상기 스테레오 영상을 정합하는 고-질감 영역 스테레오 영상 정합 수행부를 더 포함할 수 있다. In a region other than the detected low-texture region, a high-texture region stereo image matching performing unit that matches the stereo image using a semi-global matching (SGM) method may be further included.

본 발명의 실시예에 따르면, 현재 영상 중 저-질감 영역을 감지하고, 상기 저-질감 영역에 최적화된 스테레오 영상의 정합 방법을 적용하여 연산량을 감소시키고 정확하게 스테레오 영상의 시차를 추정함으로써, 3D 영상을 복원시킬 수 있는 스테레오 영상의 정합 방법을 제공하는 것이다. According to an embodiment of the present invention, by detecting a low-textured region of a current image, and applying a matching method of a stereo image optimized for the low-textured region, a computational amount is reduced and a parallax of the stereo image is accurately estimated, thereby obtaining a 3D image. It is to provide a method of matching stereo images capable of restoring.

본 발명의 다른 실시예에 따르면, 상기 이점을 갖는 스테레오 영상의 정합 장치를 제공하는 것이다. According to another embodiment of the present invention, to provide a stereo image matching device having the above advantages.

도 1은 본 발명의 일 실시예에 따른 스테레오 영상의 정합 장치의 구성 도시한 것이다.
도 2는 본 발명의 일 실시예에 따른 스테레오 영상의 정합 방법을 나타내는 순서도이다.
도 3은 본 발명의 일 실시예에서 따른 스테레오 영상의 미분 영상에서 특정 영역의 파워 스펙트럼을 나타내는 것이다.
도 4는 본 발명의 일 실시예에 따라 특정 에너지 및 문턱값 하에서 저-질감 영역의 감지 정확도의 변화를 나타내는 그래프이다.
도 5는 본 발명의 일 실시예에 따른 스테레오 영상의 정합 방법을 나타내는 예시이다.
도 6은 본 발명의 일 실시예에 따른 스테레오 영상의 정합 방법으로 시차를 추정한 후, 저-질감 영역에서의 시차 추정의 에러율을 측정한 그래프이다.
도 7a 내지 도 7e는 상기 방법에 의한 스테레오 영상의 정합을 나타내는 이미지이다.
도 8은 본 발명의 일 실시예 및 현존하는 시차 추정 방법을 이용하여 저-질감 영역을 감지한 감지 정확도를 나타낸 그래프이다.
도 9는 현존하는 SGM 방법, ELAS(efficient large-scale stereo) 방법, 및 본 발명의 일 실시예에 따른 전체 영상의 시차를 추정하고 이들의 에러율을 나타낸 그래프이다.
1 is a block diagram of a stereo image matching device according to an embodiment of the present invention.
2 is a flowchart illustrating a stereo image matching method according to an embodiment of the present invention.
3 illustrates a power spectrum of a specific region in a differential image of a stereo image according to an embodiment of the present invention.
4 is a graph showing a change in detection accuracy of a low-textured region under a specific energy and threshold according to an embodiment of the present invention.
5 is an example of a stereo image matching method according to an embodiment of the present invention.
6 is a graph measuring an error rate of parallax estimation in a low-textured region after estimating parallax by a matching method of a stereo image according to an embodiment of the present invention.
7A to 7E are images showing matching of a stereo image by the above method.
8 is a graph showing detection accuracy of detecting a low-textured region using an embodiment of the present invention and an existing parallax estimation method.
9 is a graph showing an existing SGM method, an efficient large-scale stereo (ELAS) method, and parallax of an entire image according to an embodiment of the present invention, and showing their error rates.

이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시예를 상세히 설명하기로 한다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings.

본 발명의 실시예들은 당해 기술 분야에서 통상의 지식을 가진 자에게 본 발명을 더욱 완전하게 설명하기 위하여 제공되는 것이며, 하기 실시예는 여러 가지 다른 형태로 변형될 수 있으며, 본 발명의 범위가 하기 실시예에 한정되는 것은 아니다. 오히려, 이들 실시예는 본 개시를 더욱 충실하고 완전하게 하고, 당업자에게 본 발명의 사상을 완전하게 전달하기 위하여 제공되는 것이다.The embodiments of the present invention are provided to more fully describe the present invention to those of ordinary skill in the art, and the following embodiments can be modified in various other forms, and the scope of the present invention is as follows. It is not limited to the Examples. Rather, these examples are provided to make the present disclosure more faithful and complete, and to fully convey the spirit of the present invention to those skilled in the art.

도면에서 동일 부호는 동일한 요소를 지칭한다. 또한, 본 명세서에서 사용된 바와 같이, 용어 "및/또는"은 해당 열거된 항목 중 어느 하나 및 하나 이상의 모든 조합을 포함한다.The same reference numbers in the drawings refer to the same elements. Also, as used herein, the term “and/or” includes any combination of any one or more of the listed items.

본 명세서에서 사용된 용어는 실시예를 설명하기 위하여 사용되며, 본 발명의 범위를 제한하기 위한 것이 아니다. 또한, 본 명세서에서 단수로 기재되어 있다 하더라도, 문맥상 단수를 분명히 지적하는 것이 아니라면, 복수의 형태를 포함할 수 있다. 또한, 본 명세서에서 사용되는 "포함한다(comprise)" 및/또는 "포함하는(comprising)"이란 용어는 언급한 형상들, 숫자, 단계, 동작, 부재, 요소 및/또는 이들 그룹의 존재를 특정하는 것이며, 다른 형상, 숫자, 동작, 부재, 요소 및/또는 그룹들의 존재 또는 부가를 배제하는 것이 아니다.The terms used in this specification are used to describe the embodiments, and are not intended to limit the scope of the present invention. In addition, even if it is described in the singular in this specification, unless the context clearly indicates the singular, it may include a plurality of forms. Also, the terms “comprise” and/or “comprising” as used herein specify the shapes, numbers, steps, actions, elements, elements and/or the presence of these groups. Does not exclude the presence or addition of other shapes, numbers, actions, elements, elements and/or groups.

이하, 실시예들을 첨부된 도면을 참조하여 상세하게 설명한다. 실시예들을 설명함에 있어 관련된 공지 기능 또는 구성에 관한 구체적인 설명이 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는, 그에 관한 상세한 설명은 생략할 것이다. Hereinafter, embodiments will be described in detail with reference to the accompanying drawings. In the description of the embodiments, when it is determined that a detailed description of a related known function or configuration may unnecessarily obscure the subject matter of the invention, detailed description thereof will be omitted.

스테레오 영상의 정합은 참조 영상과 타겟 영상이 동일 위치일 때 3D 깊이 정보를 계산하기 위하여 시차를 추정하는 방법이다. 그러나, 이러한 방법은 영상에서의 폐쇄, 잡음, 다른 조도 레벨과 같은 다양한 문제로부터 기인하는 복잡하고 어려운 프로세스이다. 더 정확한 매칭 결과를 획득하기 위해서는, 등극선(epipolar) 제한, 불균일 제한, 유사도 제한 등과 같은 제한 조건이 요구된다. Matching of stereo images is a method of estimating parallax in order to calculate 3D depth information when the reference image and the target image are at the same position. However, this method is a complicated and difficult process resulting from various problems such as occlusion, noise, and different illuminance levels in the image. In order to obtain a more accurate matching result, limiting conditions such as epipolar limitation, non-uniformity limitation, and similarity limitation are required.

정확도를 높이면서 가능한 빠르게 시차를 추정하기 위하여, 특성 지시자에 기초하는 매칭 코스트(matching cost) 함수를 이용하는 방법이 있다. 저-질감 영역들은 변수, 픽셀값 변화, 구배(gradient), 에너지, 엔트로피, 또는 윈도우 내의 최저 꼬임선 마스크(low's convolution mask)를 추정함으로써 발견될 수 있다. 저-질감 영역을 감지하기 위한 다름 방법으로는 랜덤 샘플 컨센서스(RANSAN)을 이용하여 픽셀값들의 변화 및 구배에 기초해 영역을 나눌 수 있다. 이러한 방법은 적은 양의 연산으로도 정확한 감지를 수행할 수 있다. 그러나, RANSAC 알고리즘의 평면 대응 과정에서 불균일한 형상이 만들어질 수 있다.There is a method of using a matching cost function based on a characteristic indicator to estimate the time difference as quickly as possible while increasing accuracy. Low-textured regions can be found by estimating a variable, pixel value change, gradient, energy, entropy, or low's convolution mask in the window. As another method for detecting the low-textured region, a random sample consensus (RANSAN) may be used to divide the region based on a gradient and a change in pixel values. This method can perform accurate detection with a small amount of computation. However, a non-uniform shape may be generated in the plane correspondence process of the RANSAC algorithm.

본 발명의 일 실시예에 따른 스테레오 영상의 정합 방법은 저-질감 영역을 위한 특성 지시자에 기초한 스테레오 영상의 정합 방법과 상기 저-질감 영역 이외의 영역을 위한 SGM(Semi-global Matching) 방법을 결합한 하이브리드 추정 알고리즘을 제공할 수 있다. 본 발명의 알고리즘은 계층적인 주파수 분석을 통한 윈도우 내의 특정 주파수 범위에서의 에너지에 기초하여 저-질감 영역을 감지하는 방법을 포함한다. 상기 방법은 SIFT(Scale-invariant feature transform) 지시자와 함께 결합하여 사용될 때, 저-질감 영역에서의 시차를 정확하게 추정할 수 있다. The stereo image matching method according to an embodiment of the present invention combines a stereo image matching method based on a characteristic indicator for a low-texture region and a SGM (Semi-global Matching) method for regions other than the low-texture region. Hybrid estimation algorithms can be provided. The algorithm of the present invention includes a method of detecting a low-textured region based on energy in a specific frequency range in a window through hierarchical frequency analysis. When the method is used in combination with a scale-invariant feature transform (SIFT) indicator, the parallax in the low-textured region can be accurately estimated.

도 1은 본 발명의 일 실시예에 따른 스테레오 영상의 정합 장치의 구성 도시한 것이고, 도 2는 본 발명의 일 실시예에 따른 스테레오 영상의 정합 방법을 나타내는 순서도이다. 1 is a block diagram showing a configuration of a stereo image matching apparatus according to an embodiment of the present invention, and FIG. 2 is a flowchart illustrating a stereo image matching method according to an embodiment of the present invention.

도 1 및 도 2를 함께 참조하면, 스테레오 영상의 정합 장치는 주파수 분석부(100), 에너지 측정부(200), 저-질감 영역 감지부(300), 저-질감 영역 스테레오 영상 정합 수행부(400), 및 고-질감 영역 스테레오 영상 정합 수행부(500)를 포함한다.Referring to FIGS. 1 and 2 together, the stereo image matching device includes a frequency analysis unit 100, an energy measurement unit 200, a low-texture region detection unit 300, and a low-texture region stereo image matching unit ( 400), and a high-texture region stereo image matching unit 500.

주파수 분석부(100)는 현재 영상을 입력 받아, 이를 수평 방향 및 수직 방향으로 미분하여 분할할 수 있다. 상기 분할된 현재 영상은 푸리에 변환을 이용하여 주파수 분석을 수행할 수 있다(S10). 상기 주파수 분석은 저-질감 영역 및 고-질감 영역을 포함하는 상기 현재 영상 전체에 대하여 수행될 수 있다. The frequency analysis unit 100 may receive the current image and divide it into differentiations in the horizontal direction and the vertical direction. The divided current image may perform frequency analysis using a Fourier transform (S10). The frequency analysis may be performed on the entire current image including a low-texture region and a high-texture region.

픽셀값 변화에 대한 주파수 분석을 수행하기 위하여, 픽셀값 변화(I'(x,y))는 하기 수학식 1을 통해 획득될 수 있다.In order to perform frequency analysis on the pixel value change, the pixel value change I'(x,y) may be obtained through Equation 1 below.

Figure pat00001
Figure pat00001

미분된 영상은 상기 수학식 1을 통해 현재 위치(x,y)의 주변 픽셀의 수평 및 수직 방향에 대한 미분계수의 합으로 획득될 수 있다. 상기 저-질감 영역의 특성들을 분석하기 위해, 상기 미분된 영상(I'(x,y))에 대하여 고속 푸리에 변환을 수행함으로써, 주파수 분석을 수행할 수 있다.The differentiated image may be obtained by adding the differential coefficients to the horizontal and vertical directions of pixels around the current position (x,y) through Equation (1). In order to analyze the characteristics of the low-textured region, frequency analysis may be performed by performing a fast Fourier transform on the differential image I'(x,y).

도 3은 본 발명의 일 실시예에서 따른 스테레오 영상의 미분 영상에서 특정 영역의 파워 스펙트럼을 나타내는 것이다. 도 3을 참조하면, 저-질감 영역 및 고-질감 영역에서의 주파수에 따른 파워 스펙트럼의 크기가 다름을 확인할 수 있으며, 양 영역 모두 주파수 범위 ω∈[-0.3, 0.3] 에서 큰 변화를 보임을 알 수 있다.3 illustrates a power spectrum of a specific region in a differential image of a stereo image according to an embodiment of the present invention. Referring to FIG. 3, it can be seen that the size of the power spectrum according to the frequencies in the low-textured region and the high-textured region is different, and both regions show a large change in the frequency range ω∈[-0.3, 0.3]. Able to know.

이후, 에너지 측정부(200)는 상기 주파수 분석 결과에 기초하여 특정 주파수 범위에서의 에너지를 측정할 수 있다(S20). 상기 특정 주파수 범위는 [-3.0, 3.0] 일 수 있으며, 바람직하게는 [-0.3, 0.3] 일 수 있다. 상기 범위에서의 에너지는 하기 수학식 2를 통해 산출될 수 있다.Thereafter, the energy measurement unit 200 may measure energy in a specific frequency range based on the frequency analysis result (S20). The specific frequency range may be [-3.0, 3.0], preferably [-0.3, 0.3]. Energy in the above range may be calculated through Equation 2 below.

Figure pat00002
Figure pat00002

그러나, 스테레오 카메라의 채도 또는 앵글에 기인한 오브젝트의 강도(Intensity) 변화 때문에 비선형적인 강도의 변화가 발생할 수 있다. 이러한 변화의 영향을 감소시키기 위해, 본 발명은 상기 수학식 2를 통해 산출된 에너지에 대하여 [0,1]의 갖는 단위 벡터를 생성하는 정규화 프로세스를 하기 수학식 3과 같이 수행할 수 있다.However, a non-linear intensity change may occur due to a change in the intensity of the object due to the saturation or angle of the stereo camera. In order to reduce the influence of such a change, the present invention can perform a normalization process of generating a unit vector having [0,1] for energy calculated through Equation 2 as shown in Equation 3 below.

Figure pat00003
Figure pat00003

일 실시예에서는, 영역의 경계로부터 발생하는 노이즈에 의하여 경계 주변에 위치하는 저-질감 영역은 잘 감지되지 아니하는 문제점이 존재할 수 있다. 그러므로, 지역 최소 필터(local minimum filter)를 경계 주변에 위치하는 영역에 상기 영역의 에너지를 낮추기 위하여 이용할 수 있다. 이 경우, 경계 주변에 위치하는 저-질감 영역은 보다 정확하게 감지될 수 있다.In one embodiment, there may be a problem that the low-textured region located around the boundary is not well detected by noise generated from the boundary of the region. Therefore, a local minimum filter can be used to lower the energy of the region in the region located around the boundary. In this case, the low-texture area located around the boundary can be detected more accurately.

이후, 저-질감 영역 감지부(300)에서는 상기 방법에 의하여 측정된 에너지에 기초하여 현재 영상에서의 저-질감 영역을 감지할 수 있다(S30). 저-질감 영역 감지부(300)는 상기 에너지가 문턱값보다 작은 경우 하기 수학식 4와 같이 현재 영상의 영역을 저-질감 영역(low-textured region)으로 판단할 수 있다.Thereafter, the low-texture area detector 300 may detect the low-texture area in the current image based on the energy measured by the method (S30 ). When the energy is less than a threshold, the low-texture region detector 300 may determine a region of the current image as a low-textured region as in Equation 4 below.

Figure pat00004
Figure pat00004

보다 정확하게 저-질감 영역을 감지하기 위하여 계층적인 방법을 이용할 수 있으며, 계층적인 방법은 작은 크기의 윈도우(Ws)를 이용하여 에너지를 연산하기 위하여 이용될 수 있다. 로컬 에너지는 상기 작은 크기의 윈도우를 이용하여 연산될 수 있다. 일 실시예에서, 저-질감 영역(L(x,y)의 주변에 위치하는 영역들과 작고 분리된 영역들을 제거함으로써 보다 정확한 감지 결과를 획득할 수 있고, 상기 저-질감 영역은 문턱값(T) 이하의 측정값을 나타낸다. 상기 문턱값은 저-질감 영역의 에너지(α) 및 윈도우 크기(Ws)에 의하여 결정될 수 있다. A hierarchical method may be used to more accurately detect the low-texture region, and the hierarchical method may be used to calculate energy using a small size window Ws. Local energy can be calculated using the small size window. In one embodiment, a more accurate sensing result may be obtained by removing small and separated regions from regions located around the low-textured region L(x,y), and the low-textured region is a threshold value ( T) It represents the following measured value: The threshold value can be determined by the energy (α) and window size (Ws) of the low-textured region.

도 4는 본 발명의 일 실시예에 따라 측정된 에너지 별 저-질감 영역의 감지 정확도를 나타내는 그래프이다. 도 4를 참조하면, Lamp1 영상을 제외하고는 에너지에 따른 감지 정확도의 변화가 크지 않음을 확인할 수 있었다. 하기 실험예에서는 α=0.2 로 설정하여 실험을 수행하였다.4 is a graph showing the detection accuracy of a low-textured region for each energy measured according to an embodiment of the present invention. Referring to FIG. 4, it was confirmed that the change in detection accuracy according to energy is not large except for the Lamp1 image. In the following experimental example, experiment was performed by setting α=0.2.

저-질감 영역 스테레오 영상 정합 수행부(400)는 현재 영상의 영역이 저-질감 영역인 경우에는(S30의 Y) 특성 지시자들을 기반으로 스테레오 영상의 정합을 수행할 수 있다(S40). 상기 특성 지시자들은 SIFT(Scale-Invariant Feature Transform), SURF(Speed up Robust Feature), BRIEF(Binary Robust Independent Elementary Features), 및 ORB(Oriented FAST and Rotated BRIEF)를 포함할 수 있다. 상기 특성 지시자들은 영상의 한 지점에서 중심의 화소와 주변의 화소들이 가지고 있는 화소값들의 변화에 대하여 공간적, 주파수적 특징들을 계수화하여 자체적인 특정한 형식으로 기록하는 형태의 특성을 갖는 것이면 상기 예시의 특성 지시자들이 아니더라도 무방하다. 일 실시예에서, 상기 특성 지시자들을 이용하는 시차 추정에 있어서, 오직 특성 포인트로서 인식된 포인트들만이 영상에 묘사될 수 있고, 스트레오 영상의 정합을 위하여 사용될 수 있다. 이러한 포인트들은 드문드문 존재하기 때문에, 스트레어 영상을 위한 치밀한(dense) 시차 추정은 어려울 수 있다. The low-texture region stereo image matching performer 400 may perform registration of the stereo image based on the characteristic indicators when the current image region is the low-texture region (Y of S30) (S40). The characteristic indicators may include Scale-Invariant Feature Transform (SIFT), Speed up Robust Feature (SURF), Binary Robust Independent Elementary Features (BRIEF), and Oriented FAST and Rotated BRIEF (ORB). If the characteristic indicators have a characteristic of recording in a specific format by counting spatial and frequency characteristics for changes in pixel values of the central pixel and surrounding pixels at one point of the image, It is not necessary to be a character indicator. In one embodiment, in parallax estimation using the characteristic indicators, only points recognized as characteristic points can be depicted in the image and used for registration of stereo images. Since these points are sparse, it is difficult to estimate a dense parallax for a stereo image.

그러나, 전체 영상의 픽셀을 위한 특성은 설명될 수 있고, 도 5에 나타낸 바와 같이, 본 발명의 일 실시예에 따른 스테레오 영상의 정합 방법은 참조 영상의 특성 포인트들과 같이, 타겟 영상에서의 등극선(epipolar lines) 상의 특성 포인트들은 제 1 최접 이웃 방법을 통하여 치밀하게 정합될 수 있다. SGM 방법과 달리, 본 발명의 스테레오 영상의 정합 방법은 여러가지 방향에서의 매칭 코스트를 연산하기 위해 정규화 과정을 수행하지 않기 때문에, 연산량이 크게 증가하지 아니하는 장점이 있다. However, the characteristics for the pixels of the entire image can be described, and as shown in FIG. 5, the matching method of the stereo image according to an embodiment of the present invention is the same as the characteristic points of the reference image, and is the same in the target image. The characteristic points on the epipolar lines can be precisely matched through the first nearest neighbor method. Unlike the SGM method, since the stereo image matching method of the present invention does not perform a normalization process to calculate the matching cost in various directions, there is an advantage that the amount of computation does not increase significantly.

도 6은 본 발명의 일 실시예에 따른 스테레오 영상의 정합 방법으로 시차를 추정한 후, 저-질감 영역에서의 시차 추정의 에러율을 측정한 그래프이다.6 is a graph measuring an error rate of parallax estimation in a low-textured region after estimating parallax by a matching method of a stereo image according to an embodiment of the present invention.

도 6을 참조하면, 본 발명의 시차 추정 방법에서는 저-질감 영역에서 최고의 시차 추정의 정확도를 제공하기 위하여 SIFT 특성 지시자들을 이용하고, 최종 시차 추정을 수행하기 위하여는 SGM 방법을 이용할 수 있다. 최종 시차인 D 를 추정하기 위해, 저-질감 영역에서의 SIFT 특성 지시자는 하기 수학식 5와 같이 이용될 수 있다. 또한, 고-질감 영역 스테레오 영상 정합 수행부(450)에서는 글로벌 매칭법(SGM) 방법을 이용하여 스테레오 영상의 정합을 수행할 수 있다(S50).Referring to FIG. 6, in the parallax estimation method of the present invention, SIFT characteristic indicators may be used to provide the best parallax estimation accuracy in a low-texture region, and an SGM method may be used to perform final parallax estimation. To estimate the final parallax D, the SIFT characteristic indicator in the low-textured region can be used as in Equation 5 below. In addition, the high-texture region stereo image matching unit 450 may perform stereo image matching using a global matching method (SGM) (S50 ).

Figure pat00005
Figure pat00005

도 6에서 나타낸 바와 같이, 동일한 영상을 다양한 방법으로 정합하여 RMAE(평균 제곱근 편차)를 측정한 결과 저-질감 영역에 대하여 본 발명의 일 실시예에 따라 SIFT 특성 지시자를 이용하는 경우가 가장 작은 RMAE 값을 갖는 것을 확인할 수 있다.As shown in FIG. 6, as a result of measuring the RMAE (mean square root deviation) by matching the same image in various methods, the smallest RMAE value in the case of using the SIFT characteristic indicator according to an embodiment of the present invention for the low-textured region It can be confirmed that it has.

도 7a 내지 도 7e는 상기 방법에 의한 스테레오 영상의 정합을 나타내는 이미지이다. 도 7a는 실험에 사용된 입력 영상들이고, 도 7b는 도 7a 영상의 저-질감 그라운드 진실(ground truth) 영상을 나타내며, 도 7c는 본 발명의 일 실시예에 따른 저-질감 영역 감지 방법으로 획득된 영상을 나타낸다. 도 7d는 시차 그라운드 진실 영상이며, 도 7e는 SGM 및 SIFT 를 결합한 본 발명의 일 실시예에 따른 정합 방법으로 획득된 결과 영상을 나타낸다.7A to 7E are images showing matching of a stereo image by the above method. 7A are input images used in the experiment, FIG. 7B shows a low-texture ground truth image of the FIG. 7A image, and FIG. 7C is obtained by a low-texture area detection method according to an embodiment of the present invention Video. 7D is a parallax ground truth image, and FIG. 7E shows a result image obtained by a matching method according to an embodiment of the present invention combining SGM and SIFT.

일 실시예에서 미들버리(Middlebury) 스테레오 데이터셋을 이용하여 실험을 수행하여 본 발명의 스테레오 영상의 정합 방법의 성능을 측정하였다. 상기 데이터셋은 스테레오 비젼에 널리 이용되는 것이다. 저-질감 영역 감지 정확도를 측정하기 위하여 저-질감 영역과 같이 픽셀값 변화가 적은 영역에 대한 정의가 필요하고, 상기 영역에 대하여 그라운드 진실 영상을 생성하였다. 또한, 저-질감 영역 감지의 정확도를 측정하기 위한 인덱스로서 F 값(정밀도 및 리콜의 조화 평균, the harmonic average of recall and precision)을 하기 수학식 6과 같이 측정하였다.In one embodiment, an experiment was performed using a Middlebury stereo dataset to measure the performance of the stereo image matching method of the present invention. The dataset is widely used for stereo vision. In order to measure the detection accuracy of the low-texture region, it is necessary to define a region with little change in pixel value, such as a low-texture region, and a ground truth image is generated for the region. In addition, the F value (the harmonic average of recall and precision) as an index for measuring the accuracy of low-texture area detection was measured as shown in Equation 6.

Figure pat00006
Figure pat00006

도 8은 본 발명의 일 실시예 및 현존하는 시차 추정 방법을 이용하여 저-질감 영역을 감지한 감지 정확도를 나타낸 그래프이며, [8]은 "Stereo matching-based low-textured scene reconstruction for alv navigation," in Image Analysis and Signal Processing(IASP), 2011 International Conference on.IEEE,pp.204-209,2011에 수록된 시차 추정 방법으로 저-질감 영역을 감지한 감지 정확도를 나타내며, [28]은 "Local stereo matching using adaptive local segmentation,", ISRN Machine Vision, vol.2012, 2012.에 수록된 시차 추정 방법으로 저-질감 영역을 감지한 정확도를 나타낸다.8 is a graph showing detection accuracy of detecting a low-textured region using an embodiment of the present invention and an existing parallax estimation method, and [8] is "Stereo matching-based low-textured scene reconstruction for alv navigation, "In Image Analysis and Signal Processing (IASP), 2011 International Conference on.IEEE, pp.204-209,2011, the parallax estimation method shows the detection accuracy of detecting low-textured areas, [28] is "Local stereo matching using adaptive local segmentation,", ISRN Machine Vision, vol. 2012, 2012. The parallax estimation method shows the accuracy of detecting a low-textured region.

도 8을 참조하면, 본 발명의 일 실시예에 따른 방법은 현존하는 알고리즘들보다 저-질감 영역에서 80% 이상의 향상된 정확도를 보여줌을 확인할 수 있다. 그러나, 저-질감 영역이 윈도우 내에 존재한다 하더라도 고주파 성분을 함께 갖기 때문에, 본 발명의 일 실시예에 따른 방법은 윈도우 크기보다 적인 저-질감 영역은 감지할 수 없는 문제점을 갖는다. 따라서, 일부 영상에서는 본 발명의 일 실시예에 따른 방법은 낮은 정확도를 보일 수 있다.Referring to FIG. 8, it can be seen that the method according to an embodiment of the present invention shows an improved accuracy of 80% or more in a low-texture region than existing algorithms. However, since the low-texture region has high-frequency components even if it is present in the window, the method according to an embodiment of the present invention has a problem that a low-texture region smaller than the window size cannot be detected. Therefore, in some images, a method according to an embodiment of the present invention may exhibit low accuracy.

또한, 시차 추정의 정확도를 확인하기 위하여, 각 픽셀의 그라운드 진실(ground truth)를 비교하고, RMAE(평균 제곱근 오차)를 추정하여 도 9 및 표 1에 나타내었다. 도 9는 현존하는 SGM 방법, ELAS(efficient large-scale stereo) 방법, 및 본 발명의 일 실시예에 따른 전체 영상의 시차를 추정하고 이들의 에러율을 나타낸 그래프이고, 표 1은 본 발명의 일 실시예에 따른 방법이 적용되는 영상의 저-질감 영역의 비율 및 추정된 시차의 에러 감소율을 나타낸 것이다.In addition, in order to confirm the accuracy of parallax estimation, the ground truth of each pixel is compared, and RMAE (mean square root error) is estimated and shown in FIGS. 9 and 1. 9 is an existing SGM method, an efficient large-scale stereo (ELAS) method, and graphs for estimating the parallax of the entire image according to an embodiment of the present invention and showing their error rates, and Table 1 shows one embodiment of the present invention. The ratio of the low-textured region of the image to which the method according to the example is applied and the estimated error reduction rate of parallax are shown.

도 9 및 표 1을 참조하면, 일부 영상에서는 저-질감 영역의 비율이 높을수록 에러 감소율도 증가하는 것을 확인할 수 있고, SGM 방법 및 ELAS 방법을 이용하는 경우에 비하여 다양한 영상에서 에러율이 낮은 편임을 알 수 있다. 특히, 저-질감 영역의 비율에 비례하여 성능이 증가함을 알 수 있다. 본 발명의 일 실시예에 따른 스테레오 영상의 정합 방법은, 다른 시차 추정 및 스테레오 영상의 정합 방법에 비하여 저-질감 영역을 위한 높은 추정 정확도를 갖는다. 또한, 영상에 따라 80% 이상의 저-질감 영역 감지 정확도를 보여준다. 9 and Table 1, in some images, it can be seen that the higher the ratio of the low-textured region, the higher the error reduction rate, and the error rate is lower in various images than when using the SGM method and the ELAS method. Can. In particular, it can be seen that the performance increases in proportion to the ratio of the low-textured region. The stereo image matching method according to an embodiment of the present invention has a high estimation accuracy for a low-textured region compared to other parallax estimation and stereo image matching methods. In addition, it shows the low-texture area detection accuracy of 80% or more according to the image.

이상에서 설명한 본 발명이 전술한 실시예 및 첨부된 도면에 한정되지 않으며, 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 여러가지 치환, 변형 및 변경이 가능하다는 것은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 있어 명백할 것이다.The present invention described above is not limited to the above-described embodiments and the accompanying drawings, and various substitutions, modifications and changes are possible within the scope of the present invention without departing from the technical field to which the present invention pertains. It will be clear to those who have knowledge.

Claims (12)

현재 영상을 수직 및 수평 방향으로 미분하는 단계;
상기 미분된 영상을 푸리에 변환을 이용하여 주파수 분석하는 단계;
상기 주파수 분석을 통해 특정 주파수의 에너지를 측정하는 단계;
상기 에너지에 기초하여 저-질감 영역을 감지하는 단계; 및
상기 감지된 저-질감 영역에 대하여 특성 지시자에 기반한 스테레오 영상을 정합하는 단계; 를 포함하는 스테레오 영상 정합 방법.
Differentiating the current image in the vertical and horizontal directions;
Frequency-analyzing the differentiated image using a Fourier transform;
Measuring energy of a specific frequency through the frequency analysis;
Sensing a low-textured region based on the energy; And
Registering a stereo image based on a characteristic indicator for the sensed low-texture region; Stereo image matching method comprising a.
제 1 항에 있어서,
상기 저-질감 영역은 상기 에너지가 소정의 값 이하인 경우에 감지되는 스테레오 영상 정합 방법.
According to claim 1,
The low-texture region is a stereo image matching method that is detected when the energy is below a predetermined value.
제 1 항에 있어서,
상기 특성 지시자는 SIFT(Scale-Invariant Feature Transform)인 것인 스테레오 영상 정합 방법.
According to claim 1,
The characteristic indicator is a stereo image matching method that is a Scale-Invariant Feature Transform (SIFT).
제 1 항에 있어서,
상기 스테레오 영상을 정합하는 단계는, 상기 특성 지시자들에 의해 정의되는 특성 포인트를 더 이용하는 스테레오 영상 정합 방법.
According to claim 1,
In the matching of the stereo image, the stereo image matching method further using a characteristic point defined by the characteristic indicators.
제 1 항에 있어서,
상기 스테레오 영상을 정합하는 단계는, 참조 영상 및 타겟 영상에서의 등극선 라인 상의 상기 특성 포인트들을 이용하여 상기 참조 영상 및 상기 타겟 영상을 매칭시키는 것인 스테레오 영상 정합 방법.
According to claim 1,
The matching of the stereo image comprises matching the reference image and the target image by using the characteristic points on the isoline in the reference image and the target image.
제 1 항에 있어서,
상기 감지된 저-질감 영역 이외의 영역에서는 세미-전체적 매칭(SGM) 방법을 이용하여 상기 스테레오 영상을 정합하는 단계를 더 포함하는 스테레오 영상 정합 방법.
According to claim 1,
And registering the stereo image in a region other than the sensed low-texture region using a semi-global matching (SGM) method.
현재 영상을 수직 및 수평 방향으로 미분하고, 상기 미분된 영상을 푸리에 변환을 이용하여 주파수 분석하는 주파수 분석부;
상기 주파수 분석을 통해 특정 주파수의 에너지를 측정하는 에너지 측정부;
상기 에너지에 기초하여 저-질감 영역을 감지하는 저-질감 영역 감지부; 및
상기 감지된 저-질감 영역에 대하여 특성 지시자에 기반한 스테레오 영상을 정합하는 저-질감 영역 스테레오 영상 정합 수행부를 포함하는 스테레오 영상 정합 장치.
A frequency analyzer for differentiating the current image in the vertical and horizontal directions and frequency-analyzing the differentiated image using a Fourier transform;
An energy measuring unit measuring energy of a specific frequency through the frequency analysis;
A low-texture area detection unit that detects a low-texture area based on the energy; And
And a low-texture region stereo image matching unit that matches a stereo image based on a characteristic indicator to the detected low-texture region.
제 7 항에 있어서,
상기 저-질감 영역은 상기 에너지가 소정의 값 이하인 경우에 감지되는 스테레오 영상 정합 장치.
The method of claim 7,
The low-texture region is a stereo image matching device that is detected when the energy is below a predetermined value.
제 7 항에 있어서,
상기 특성 지시자는 SIFT(Scale-Invariant Feature Transform)인 것인 스테레오 영상 정합 장치.
The method of claim 7,
The characteristic indicator is a stereo image matching device that is a Scale-Invariant Feature Transform (SIFT).
제 7 항에 있어서,
상기 저-질감 영역 스테레오 영상 정합 수행부는, 상기 특성 지시자들에 의해 정의되는 특성 포인트를 더 이용하는 스테레오 영상 정합 장치.
The method of claim 7,
The low-texture region stereo image matching performing unit further uses a characteristic point defined by the characteristic indicators.
제 7 항에 있어서,
상기 저-질감 영역 스테레오 영상 정합 수행부는, 참조 영상 및 타겟 영상에서의 등극선 라인 상의 상기 특성 포인트들을 이용하여 상기 참조 영상 및 상기 타겟 영상을 매칭시키는 것인 스테레오 영상 정합 장치.
The method of claim 7,
The low-texture region stereo image registration performing unit matches the reference image and the target image by using the characteristic points on the isopolar line in the reference image and the target image.
제 7 항에 있어서,
상기 감지된 저-질감 영역 이외의 영역에서는 세미-전체적 매칭(SGM) 방법을 이용하여 상기 스테레오 영상을 정합하는 고-질감 영역 스테레오 영상 정합 수행부를 더 포함하는 스테레오 영상 정합 장치.
The method of claim 7,
And a high-texture region stereo image registration performing unit that matches the stereo image in a region other than the sensed low-texture region using a semi-global matching (SGM) method.
KR1020180173839A 2018-12-31 2018-12-31 A method of matching a stereo image and an apparatus therefor KR102171203B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180173839A KR102171203B1 (en) 2018-12-31 2018-12-31 A method of matching a stereo image and an apparatus therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180173839A KR102171203B1 (en) 2018-12-31 2018-12-31 A method of matching a stereo image and an apparatus therefor

Publications (2)

Publication Number Publication Date
KR20200082854A true KR20200082854A (en) 2020-07-08
KR102171203B1 KR102171203B1 (en) 2020-10-28

Family

ID=71601339

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180173839A KR102171203B1 (en) 2018-12-31 2018-12-31 A method of matching a stereo image and an apparatus therefor

Country Status (1)

Country Link
KR (1) KR102171203B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230108150A (en) * 2022-01-10 2023-07-18 울산과학기술원 Computer device for visual-based tactile output using machine learning model, and method of the same
CN116721109A (en) * 2023-08-11 2023-09-08 合肥图迅电子科技有限公司 Half global matching method for binocular vision images

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180087944A (en) * 2017-01-26 2018-08-03 삼성전자주식회사 Method and apparatus for stereo matching

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180087944A (en) * 2017-01-26 2018-08-03 삼성전자주식회사 Method and apparatus for stereo matching

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
논문1* *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230108150A (en) * 2022-01-10 2023-07-18 울산과학기술원 Computer device for visual-based tactile output using machine learning model, and method of the same
CN116721109A (en) * 2023-08-11 2023-09-08 合肥图迅电子科技有限公司 Half global matching method for binocular vision images
CN116721109B (en) * 2023-08-11 2023-11-03 合肥图迅电子科技有限公司 Half global matching method for binocular vision images

Also Published As

Publication number Publication date
KR102171203B1 (en) 2020-10-28

Similar Documents

Publication Publication Date Title
Fan et al. Pothole detection based on disparity transformation and road surface modeling
US10853960B2 (en) Stereo matching method and apparatus
JP2016508652A (en) Determining object occlusion in image sequences
Chen et al. Transforming a 3-d lidar point cloud into a 2-d dense depth map through a parameter self-adaptive framework
WO2018049704A1 (en) Vehicle detection, tracking and localization based on enhanced anti-perspective transformation
Duan et al. Multifocus image fusion with enhanced linear spectral clustering and fast depth map estimation
KR102171203B1 (en) A method of matching a stereo image and an apparatus therefor
EP4107699A1 (en) A method for generating a dataset, a method for generating a neural network, and a method for constructing a model of a scene
CN109902695B (en) Line feature correction and purification method for image pair linear feature matching
Hu et al. A new method and implementation of blind restoration algorithm for moving fuzzy license plate image based on frequency-domain characteristics
Hamzah et al. Development of stereo matching algorithm based on sum of absolute RGB color differences and gradient matching
Le et al. A new depth image quality metric using a pair of color and depth images
KR101454692B1 (en) Apparatus and method for object tracking
Evans et al. Iterative roll angle estimation from dense disparity map
Kovacs et al. Edge detection in discretized range images
Zhang et al. Local stereo disparity estimation with novel cost aggregation for sub-pixel accuracy improvement in automotive applications
CN107909608A (en) The moving target localization method and device suppressed based on mutual information and local spectrum
CN114399532A (en) Camera position and posture determining method and device
Vignesh et al. Performance and Analysis of Edge detection using FPGA Implementation
Kadmin et al. Improvement of Disparity Measurement of Stereo Vision Algorithm Using Modified Dynamic Cost Volume
CN111127375B (en) Multi-focus image fusion method combining DSIFT and self-adaptive image blocking
WO2013173383A1 (en) Methods and apparatus for processing image streams
Mehltretter et al. Illumination invariant dense image matching based on sparse features
Kim et al. A high quality depth map upsampling method robust to misalignment of depth and color boundaries
CN114877826B (en) Binocular stereo matching three-dimensional measurement method, system and storage medium

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant