KR101429271B1 - Target tracking method and target tracking apparatus using the same - Google Patents

Target tracking method and target tracking apparatus using the same Download PDF

Info

Publication number
KR101429271B1
KR101429271B1 KR1020130033677A KR20130033677A KR101429271B1 KR 101429271 B1 KR101429271 B1 KR 101429271B1 KR 1020130033677 A KR1020130033677 A KR 1020130033677A KR 20130033677 A KR20130033677 A KR 20130033677A KR 101429271 B1 KR101429271 B1 KR 101429271B1
Authority
KR
South Korea
Prior art keywords
target
patch
template
input image
candidate group
Prior art date
Application number
KR1020130033677A
Other languages
Korean (ko)
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 KR1020130033677A priority Critical patent/KR101429271B1/en
Application granted granted Critical
Publication of KR101429271B1 publication Critical patent/KR101429271B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • G06V10/751Comparing pixel values or logical combinations thereof, or feature values having positional relevance, e.g. template matching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/246Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
    • G06T7/248Analysis of motion using feature-based methods, e.g. the tracking of corners or segments involving reference images or patches

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Computing Systems (AREA)
  • Artificial Intelligence (AREA)
  • Health & Medical Sciences (AREA)
  • Databases & Information Systems (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Image Analysis (AREA)
  • Aiming, Guidance, Guns With A Light Source, Armor, Camouflage, And Targets (AREA)

Abstract

The present invention relates to a target tracking method for detecting a target and a target tracking apparatus using the same. The target tracking method comprises the steps of: correcting target images corresponding to a target into the same size, collecting the target images, creating a stochastic target template by performing average operation for the entire collected target images, and creating a target model by producing, as the characteristic information of the target, a ratio of an area, where the brightness of an infrared signal on the created stochastic target template is low, to an area, where the brightness is high; producing, as the characteristic information of an input image, a ratio of an area, where the brightness of an infrared signal on the input image is low, to an area, where the brightness is high, and comparing the produced characteristic information of the input image with the characteristic information of the target to divide into a target candidate group similar to the target and a non-target candidate group not similar to the target; and detecting the target by producing target similarity between the target and the target candidate group using template matching between the target and the target candidate group. Accordingly, the present invention can improve performance in the detection execution speed and removal rate of a non-target candidate group, which is not a target, in an infrared image as compared with existing methods.

Description

표적 추적방법 및 이를 이용한 표적 추적장치{Target tracking method and target tracking apparatus using the same}BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a target tracking method and a target tracking method using the same,

본 발명은 표적 추적방법 및 이를 이용한 표적 추적장치에 관한 것으로, 영상 내 움직이는 표적의 영상정보를 획득하고 분석하여 표적을 추적하는 표적 추적방법 및 이를 이용한 표적 추적장치에 관한 것이다.The present invention relates to a target tracking method and a target tracking apparatus using the same, and more particularly, to a target tracking method for acquiring and analyzing image information of a moving target in an image, and a target tracking apparatus using the same.

표적 추적장치는 이미지센서에 의해 획득된 영상정보를 이용하여 표적의 궤적을 실시간으로 계산하는 장치이다. 영상 처리 분야에서 객체 검출은 표적의 추적을 위해 중요한 주제 중 하나이다.The target tracking device is a device that calculates the trajectory of a target in real time using image information obtained by an image sensor. Object detection in image processing is one of the important topics for tracking the target.

객체 검출이란 영상 내에서 찾고자 하는 객체의 위치를 판단하는 문제로 정의할 수 있다. 객체의 위치를 정확하게 판단하기 위해서는 찾고자 하는 객체의 특징 값과 후보 객체의 특징 값이 잘 구분될 수 있는 특징을 구하는 것이 중요하다.Object detection can be defined as a problem of determining the position of an object to be searched in an image. In order to accurately determine the position of an object, it is important to obtain a feature that can distinguish the characteristic value of the candidate object from the characteristic value of the candidate object.

즉, 찾고자 하는 객체와 비 객체를 잘 구분할 수 있는 특징 값을 정하는 것이 요구된다. 하지만 찾고자 하는 객체의 위치는 예상할 수 없기 때문에 전 영역에 걸쳐 검출 방법이 수행되어야 한다.In other words, it is required to set a feature value that can distinguish between the object to be searched and the non-object. However, since the position of the object to be searched can not be predicted, the detection method must be performed over the entire area.

이와 같이 객체 검출은 항상 높은 연산 복잡도를 가지기 때문에 연산 복잡도를 줄이기 위한 다양한 방법이 개발되어 있다. 이 방법 중 한 가지는 복잡도가 높은 연산을 처리하기 전에 복잡도가 낮은 연산으로 검출 후보군을 감소시키는 방법으로 이 과정을 통해 객체 검출을 위한 전체적인 연산 속도가 향상될 수 있다.Since object detection always has a high computational complexity, various methods for reducing computational complexity have been developed. One of these methods is to reduce the number of candidates to be detected by a low-complexity computation before the complexity computation is performed. Through this process, the overall computation speed for object detection can be improved.

그러나 이러한 방법에도 불구하고 객체 검출을 위한 전체적인 연산 속도의 향상을 위한 연구는 아직 부족한 실정이다.However, in spite of this method, there is still insufficient research to improve the overall operation speed for object detection.

KR 10-2010-0041172 A, 2010. 04. 22, 도 1KR 10-2010-0041172 A, 2010. 04. 22, Figure 1

본 발명의 목적은 본 발명은 적외선 영상에 존재하는 표적의 후보군 중 비 표적 후보군을 효율적으로 제거하여 표적의 추적성능을 향상시킬 수 있는 표적 추적방법 및 이를 이용한 표적 추적장치를 제공하는 것이다.
It is an object of the present invention to provide a target tracking method and a target tracking apparatus using the target tracking method capable of efficiently removing a non-target candidate group among candidates of a target present in an infrared image to improve the tracking performance of the target.

상기 목적을 달성하기 위한 본 발명의 일 측면에 따른 표적 추적방법은 표적에 해당하는 표적 영상들을 동일한 사이즈로 보정하여 수집하고, 이 수집된 표적 영상들 전체에 대해 평균 연산을 수행해 확률적 표적 템플릿을 생성하며, 이 생성된 확률적 표적 템플릿의 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율을 표적의 특징정보로 산출하여 표적 모델을 만드는 모델링 단계; 입력 영상의 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율을 입력 영상의 특징정보로 산출하고, 이 산출된 입력 영상의 특징정보와 상기 표적의 특징정보를 비교하여 표적과 유사한 표적 후보군과 표적과 유사하지 않은 비 표적 후보군으로 분류하는 분류 단계; 및 표적과 상기 표적 후보군과의 템플릿 매칭을 이용하여 표적과 상기 표적 후보군의 표적 유사도를 산출하여 표적을 검출하는 검출 단계를 포함하는 것을 특징으로 한다.According to an aspect of the present invention, there is provided a target tracking method comprising: correcting target images corresponding to a target to the same size, collecting the target images, performing averaging on the collected target images, A modeling step of generating a target model by calculating a ratio of a low-brightness region and a high-brightness region of the infrared signal of the generated probabilistic target template as feature information of the target; A ratio of a low-brightness region and a high-region brightness of an infrared signal of an input image is calculated as feature information of the input image, and the feature information of the input image is compared with the feature information of the target, A classification step to classify non-target candidates that are not similar; And a detection step of detecting a target by calculating a target similarity degree between the target and the target candidate group using template matching between the target and the target candidate group.

상기 특징정보는 사전에 정해진 패치에서 유효한 밝기 값을 지닌 픽셀 개수를 패치의 전체 픽셀 개수로 나눈 비율인 패치 이진 비율에 의해 정해질 수 있다.The feature information may be defined by a patch binary ratio which is a ratio of the number of pixels having a valid brightness value in a predetermined patch divided by the total number of pixels in the patch.

상기 패치 이진 비율은 수식 1로 표현될 수 있다.The patch binary ratio can be expressed by Equation (1).

수식 1:

Figure 112013027114340-pat00001
Equation 1:
Figure 112013027114340-pat00001

(여기서,

Figure 112013027114340-pat00002
: 패치 이진 비율,
Figure 112013027114340-pat00003
: 패치의 넓이,
Figure 112013027114340-pat00004
: 패치의 높이,
Figure 112013027114340-pat00005
: 문턱치 값,
Figure 112013027114340-pat00006
: 영상)(here,
Figure 112013027114340-pat00002
: Patch binary ratio,
Figure 112013027114340-pat00003
: The width of the patch,
Figure 112013027114340-pat00004
: Height of patch,
Figure 112013027114340-pat00005
: Threshold value,
Figure 112013027114340-pat00006
: video)

상기 모델링 단계는 상기 표적 모델에 대한 상기 패치 이진 비율이 정해진 경우, 그 정해진 패치 이진 비율에 해당하는 적응적 문턱치 값을 계산하고, 이 계산된 문턱치 값을 이용하여 상기 확률적 표적 템플릿의 이진화를 수행하고, 그 이진화된 확률적 표적 템플릿에 대하여 상기 특징정보를 산출할 수 있다.The modeling step may include calculating an adaptive threshold value corresponding to the determined patch binary ratio when the patch binary ratio for the target model is determined and binarizing the probabilistic target template using the calculated threshold value And the feature information can be calculated for the binarized probabilistic target template.

상기 분류 단계는 상기 모델링 단계에 의해 산출되는 적응적인 문턱치 값을 이용하여 입력 영상을 이진화하고, 그 이진화된 입력 영상으로부터 후보군 패치를 획득하며, 그 획득된 후보군 패치에서 상기 패치 이진 비율을 상기 입력 영상의 특징정보로 계산하고, 상기 계산된 입력 영상의 특징정보와 상기 표적의 특징정보를 비교하여 상기 표적 후보군과 상기 비표적 후보군으로 분류할 수 있다.Wherein the classifying step binarizes an input image using an adaptive threshold value calculated by the modeling step, obtains a candidate group patch from the binarized input image, and supplies the patch binary ratio in the obtained candidate group patch to the input image The feature information of the input image and the feature information of the target are compared with each other and classified into the target candidate group and the non-target candidate group.

상기 템플릿 매칭은 상기 모델링 단계에서 산출된 확률적 표적 템플릿과 상기 분류 단계에서 분류된 표적 후보군에 의해 수행될 수 있다. 상기 템플릿 매칭은 NCC(Normalized Cross Correlation)로 구현될 수 있다.The template matching may be performed by a probabilistic target template calculated in the modeling step and a target candidate group classified in the classification step. The template matching may be implemented by NCC (Normalized Cross Correlation).

상기 목적을 달성하기 위한 본 발명의 또 다른 일 측면에 따른 표적 추적장치는 표적의 영상을 촬영하고 촬영된 표적의 영상에 대응하는 입력 영상을 전달하는 센서부; 및 상기 센서부로부터 전달된 입력 영상을 기초로, 상기 제1항 내지 제7항 중 어느 하나의 항에 따른 표적 추적방법을 수행하는 신호처리부를 포함하는 것을 특징으로 한다.According to another aspect of the present invention, there is provided a target tracking apparatus comprising: a sensor unit for capturing an image of a target and transmitting an input image corresponding to the image of the target; And a signal processing unit for performing the target tracking method according to any one of the first to seventh aspects based on the input image transmitted from the sensor unit.

이에 의해 본 발명은 수행 속도가 매우 빠른 패치 이진 비율을 사용하여, 비 표적 후보군을 빠르게 분류함과 동시에 표적과 비 표적 후보군을 검출과정 전에 효율적으로 제거함으로써 종래의 방법과 비교하여 적외선 영상에서 표적이 아닌 비 표적 후보군 검출 수행속도와 제거율 부분에서 성능을 향상시킬 수 있다.Accordingly, the present invention rapidly classifies non-target candidate groups and efficiently removes targets and non-target candidate groups before the detection process by using a patch binary ratio with a very high execution speed, Non-target candidate detection performance can be improved in terms of performance and removal rate.

도 1은 본 발명의 일 실시예에 따른 표적 추적방법을 설명하기 위한 순서도이다.
도 2는 표적 모델을 계산하기 위해 사용한 표적 영상들 예제와 이를 이용해 얻은 확률적 표적 템플릿 영상을 나타내는 도면이다.
도 3은 문턱치 값 변화에 따른 표적 템플릿 이진화 결과 변화를 나타내는 도면이다.
도 4 및 도 5는 촬영한 적외선 영상에서 종래의 방법과 본 발명의 방법으로 후보군을 제거한 결과를 보여주는 도면이다.
도 6은 본 발명의 또 다른 일 실시예에 따른 표적 추적장치의 개략 블록도이다.
FIG. 1 is a flowchart illustrating a target tracking method according to an embodiment of the present invention. Referring to FIG.
2 is a diagram showing an example of target images used for calculating a target model and a probabilistic target template image obtained using the target images.
FIG. 3 is a diagram showing a change in the target template binarization result according to a change in the threshold value.
FIGS. 4 and 5 are views showing results obtained by removing a candidate group using a conventional method and a method of the present invention in a photographed infrared image.
6 is a schematic block diagram of a target tracking apparatus according to another embodiment of the present invention.

본 발명을 첨부된 도면을 참조하여 설명하면 다음과 같다. 여기서, 반복되는 설명, 본 발명의 요지를 불필요하게 흐릴 수 있는 공지 기능, 및 구성에 대한 상세한 설명은 생략한다. 본 발명의 실시형태는 당업계에서 평균적인 지식을 가진 자에게 본 발명을 보다 완전하게 설명하기 위해서 제공되는 것이다. 따라서 도면에서의 요소들의 형상 및 크기 등은 보다 명확한 설명을 위해 과장될 수 있다.The present invention will now be described with reference to the accompanying drawings. Hereinafter, a repeated description, a known function that may obscure the gist of the present invention, and a detailed description of the configuration will be omitted. Embodiments of the present invention are provided to more fully describe the present invention to those skilled in the art. Thus, the shape and size of the elements in the figures may be exaggerated for clarity.

도 1은 본 발명의 일 실시예에 따른 표적 추적방법을 설명하기 위한 순서도이다.FIG. 1 is a flowchart illustrating a target tracking method according to an embodiment of the present invention. Referring to FIG.

도 1을 참조하면, 본 실시예에 따른 표적 추적방법은 찾고자 하는 객체의 특징을 대표하는 모델을 만드는 모델링 단계(S10), 적외선의 밝기 값의 특징을 이용하여 표적을 분류하는 분류 단계(S20), 찾고자 하는 객체와 관련 있는 후보군들에 대해서 템플릿 매칭을 이용해 검출을 수행하는 검출 단계(S30)로 이루어 질 수 있다.Referring to FIG. 1, a target tracking method according to an embodiment of the present invention includes a modeling step S10 for creating a model representing a characteristic of an object to be searched, a classification step S20 for classifying a target using a characteristic of a brightness value of infrared rays, , And a detection step S30 for performing detection using template matching for candidate groups related to the object to be searched.

모델링 단계(S10) 찾고자 하는 객체인 표적의 특징을 나타내기 위한 표적 모델을 만드는 단계이다. 적외선 영상에서 객체의 특징을 반영하는 것은 신호세기, 즉 밝기 값이기 때문에 이를 특징 값으로 이용한다.Modeling step (S10) is a step of creating a target model to represent the characteristics of a target, which is an object to be searched. Since the characteristic of the object in the infrared image reflects the signal intensity, that is, the brightness value, it is used as the characteristic value.

즉 모델링 단계(S10)는 먼저 찾고자 하는 객체인 표적의 특징을 나타내기 위한 표적 모델을 만들기 위해, 표적에 해당하는 영상들을 동일한 사이즈로 보정하여 수집한다.In other words, the modeling step (S10) first corrects the images corresponding to the target to the same size, in order to create a target model to represent the characteristics of the target, which is an object to be searched.

이와 같이 수집된 동일한 크기의 표적 영상들 전체에 대해 평균 연산을 수행해 한 장의 확률적 표적 템플릿(모델 영상)을 생성한다(S12). 평균 연산을 수행해 만든 확률적 표적 템플릿(모델 영상)은 표적의 밝기 특징을 잘 반영하는 영상이기 때문에 후술하는 검출 단계(S30)의 검출 템플릿으로 사용할 수 있다.The average of all the target images of the same size collected in this way is averaged to generate a single probabilistic target template (model image) (S12). The probabilistic target template (model image) created by performing the averaging operation can be used as a detection template of the detection step S30 described later because it is an image that reflects the brightness characteristic of the target well.

또한 모델링 단계(S10)는 표적 모델의 패치 이진 비율이 정해지면, 그에 해당하는 적응적 문턱치 값을 계산하고(S14), 이 문턱치 값을 이용하여 확률적 표적 템플릿의 이진화를 수행하며(S15), 표적의 특징정보를 계산한다(S16). If the patch binary ratio of the target model is determined, the adaptive threshold value corresponding thereto is calculated (S14), and binarization of the probabilistic target template is performed using the threshold value (S15) The characteristic information of the target is calculated (S16).

표적의 특징정보는 S15단계에 의해 이진화된 확률적 표적 템플릿의 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율에 의해 산출될 수 있다. 즉 표적의 특징정보는 패치 이진 비율에 의해 정해질 수 있다.The feature information of the target can be calculated by the ratio of the low and high brightness regions of the infrared signal of the probabilistic target template binarized by the step S15. That is, the feature information of the target can be determined by the patch binary ratio.

일반적으로 적외선 영상에서 점 형태가 아닌 객체는 부분(패치)별로 다른 적외선 신호 세기를 가지며, 패치 중 일부분은 강한 적외선 신호를 발산할 수 있다.In general, non-point objects in an infrared image have different infrared signal intensities per part (patch), and some of the patches can emit a strong infrared signal.

찾고자 하는 객체인 표적의 패치는 적외선 신호가 낮은 영역과 높은 영역이 혼재하게 되며 표적 별로 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율이 달라질 수 있다.The patch of the target, which is the object to be searched, has a low region and a high region of the infrared signal, and the ratio of the low region and the high region of the infrared signal may vary depending on the target.

따라서 객체별 적외선 신호가 낮은 영역과 높은 영역의 비율을 특징정보로 사용하여 찾고자 하는 객체와 유사한 후보와 유사하지 않은 후보를 분류할 수 있다.Therefore, it is possible to classify candidates that are not similar to candidates similar to the object to be searched by using the ratio of the low region and the high region as the feature information.

패치 이진 비율은 적외선 밝기 값의 특징을 나타내는 것으로, 패치에서 유효한 밝기 값을 지닌 픽셀 개수를 패치의 전체 픽셀 개수로 나눈 비율로서, 수학식 1과 같이 나타낼 수 있다.The patch binary ratio represents the characteristic of the infrared brightness value, which is expressed as a ratio of the number of pixels having valid brightness values in the patch divided by the total number of pixels of the patch.

Figure 112013027114340-pat00007
Figure 112013027114340-pat00007

위 식에서

Figure 112013027114340-pat00008
은 패치 이진 비율,
Figure 112013027114340-pat00009
는 패치의 넓이,
Figure 112013027114340-pat00010
는 패치의 높이,
Figure 112013027114340-pat00011
는 적응적 문턱치를 이용해 구한 문턱치,
Figure 112013027114340-pat00012
는 영상을 의미한다.In the above equation
Figure 112013027114340-pat00008
The patch binary ratio,
Figure 112013027114340-pat00009
The width of the patch,
Figure 112013027114340-pat00010
The height of the patch,
Figure 112013027114340-pat00011
Is the threshold value obtained by using the adaptive threshold value,
Figure 112013027114340-pat00012
Means an image.

즉, 패치 이진 비율은 영상을 적응적 문턱치

Figure 112013027114340-pat00013
로 이진화 한 영상의 결과에서 밝은 부분과 전체 영상 크기에 대한 비율로 볼 수 있다. 이와 같이 표적 모델의 패치 이진 비율이 정해지면, 그에 해당하는 적응적 문턱치 값이 계산될 수 있다.That is, the patch binary ratio is the ratio of the image to the adaptive threshold
Figure 112013027114340-pat00013
The results of the binarized image can be seen as a ratio of the brightness to the overall image size. When the patch binary ratio of the target model is thus determined, the corresponding adaptive threshold value can be calculated.

분류 단계(S20)는 전술한 패치 이진 비율을 이용하는 단계로서, 입력 영상의 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율을 입력 영상의 특징정보로 산출하고, 이 산출된 입력 영상의 특징정보와 모델링 단계(S10)에서 설명한 표적의 특징정보를 비교하여 표적과 유사한 표적 후보군과 표적과 유사하지 않은 비 표적 후보군으로 분류한다.The classification step S20 uses the above-described patch binary ratio to calculate the ratio of the low-brightness region and the high-region brightness of the input image to the feature information of the input image, The feature information of the target described in the modeling step S10 is compared and classified into a target candidate group similar to the target and a non-target candidate group not similar to the target.

입력 영상의 특징정보는 전술한 모델링 단계(S10)에서 언급한 표적의 특징정보와 같이 패치 이진 비율에 의해 산출될 수 있다.The feature information of the input image can be calculated by the patch binary ratio as the feature information of the target mentioned in the modeling step S10.

분류 단계(S20)는 먼저 모델링 단계(S10)에 의해 산출되는 적응적인 문턱치 값을 이용하여 입력 영상을 이진화 하고(S22), 이로부터 후보군 패치를 획득하며(S24), 이와 같이 획득된 후보군 패치에서 유효한 밝기 값을 지닌 픽셀 개수를 패치의 전체 픽셀 개수로 나눈 비율인 패치 이진 비율을 입력 영상의 특징정보로 계산하고(S26), 이와 같이 계산된 입력 영상의 특징정보와 표적의 특징정보를 비교하여 표적 후보군과 비표적 후보군으로 분류한다(S28).In the classification step S20, the input image is binarized using the adaptive threshold value calculated in the modeling step S10 (S22), and a candidate patch is obtained from the input image (S24). In the candidate patch patch thus obtained The patch binary ratio, which is the ratio of the number of pixels having the effective brightness value divided by the total number of pixels of the patch, is calculated as feature information of the input image (S26), and the feature information of the input image thus calculated is compared with the feature information of the target Target candidates and non-target candidates (S28).

즉 해당 문턱치 값을 이용하여 입력 영상을 이진화(S22)한 다음 슬라이딩 윈도우 방식으로 획득되는 모든 표적 후보군(S24)에 대해 패치 이진 비율을 계산해(S26) 패치 이진 비율 값이 0.3ㅁ0.25에 해당하는 후보군은 표적 후보군 그렇지 않으면 비 표적 후보군으로 분류한다(S28).That is, the input image is binarized (S22) by using the threshold value, and then the patch binary ratio is calculated for all the target candidate groups S24 obtained by the sliding window method (S26), and the patch binary ratio value is 0.3, Is classified as a target candidate group or a non-target candidate group (S28).

검출 단계(S30)는 찾고자 하는 객체인 표적과 표적 후보군에 대해서 템플릿 매칭을 이용해 표적의 검출을 수행하는 단계이다.The detecting step S30 is a step of detecting the target using the template matching with respect to the target object and the target candidate group to be searched.

검출 단계(S30)는 모델링 단계(S10)에서 산출된 확률적 표적 템플릿과 분류 단계(S20)에서 분류된 표적 후보군(S32)을 템플릿 매칭하여 표적 유사도를 계산하고(S34), 계산된 표적 유사도를 비교하여(S36), 비 표적 또는 표적을 검출한다(S37, S39).The detection step S30 calculates the target similarity by template matching the probabilistic target template calculated at the modeling step S10 and the target candidate group S32 classified at the classification step S20 at step S34, (S36), and non-target or target is detected (S37, S39).

템플릿 매칭은 일반적으로 많이 사용되는 객체 검출 방법으로 본 실시예에 따른 실험 과정에서는 템플릿 매칭 방법 중 NCC(Normalized Cross Correlation)를 이용해 찾고자 하는 객체와 표적 후보군의 표적 유사도를 판단한다.Template matching is a commonly used object detection method. In the experiment process according to the present embodiment, the target similarity between an object to be searched and a target candidate group is determined using NCC (Normalized Cross Correlation) among template matching methods.

예를 들면 템플릿 매칭은, 표적과 표적 후보군의 표적 유사도의 값이 0.5를 기준으로 표적 또는 비 표적을 판단한다. 표적 유사도 값이 0.5 이상이면 표적, 그렇지 않으면 비 표적으로 검출된다.For example, template matching determines whether the target and target candidate groups are target or non-target based on the value of the target similarity of 0.5. If the target similarity value is 0.5 or more, it is detected as a target, otherwise as non-target.

이하 본 발명의 일 실시예에 따른 표적 추적방법의 효과를 실험을 통해 종래와 비교하여 설명한다. 실험을 위한 최종 실행 코드는 OpenCV 2.4버전을 사용한 C++언어로 구현되었다.Hereinafter, the effect of the target tracking method according to an embodiment of the present invention will be described in comparison with the prior art through experiments. The final executable code for the experiment was implemented in C ++ using OpenCV version 2.4.

본 실시예에 따른 표적 추적방법에서, 적외선 영상의 비 표적 후보군 분류에 사용한 패치 이진 비율은 0.3이다. 0.3이 의미하는 것은 찾고자 하는 객체 모델 밝기 값의 30%에 해당하는 밝기를 구분하는 문턱치가 존재한다는 의미이다.In the target tracking method according to the present embodiment, the patch binary ratio used for classification of the non-target candidate group of the infrared image is 0.3. 0.3 means that there is a threshold to distinguish the brightness corresponding to 30% of the object model brightness value to be searched.

해당 문턱치로 입력 영상을 이진화하여 전체 후보군 패치와 패치 이진 비율을 비교해 값이 0.3ㅁ0.25에 해당하는 값은 표적 후보군으로 분류하고, 그 외에는 비 표적 후보군으로 분류한다.The input image is binarized by the corresponding threshold value to compare the patch ratio of the entire candidate patch with the patch binary ratio, and the value corresponding to 0.3 ㅁ 0.25 is classified as the target candidate group. Otherwise, the target candidate group is classified as the non-target candidate group.

비 표적 후보군 제거 후 남은 표적 후보군들에 대해서 NCC 연산을 수행해 유사도를 얻고 유사도 값이 0.5 이상일 때 표적, 그 외에는 비 표적으로 검출한다.The NCC calculation is performed on the remaining target candidates after removal of the non-target candidate group to obtain the similarity. When the similarity value is 0.5 or more, the target is detected. Otherwise, the target is detected as non-target.

종래 방법Conventional method 본 발명Invention 비 표적 제거 전 표적 후보 개수(개)Number of target candidates before non-target elimination () 37,00037,000 비 표적 제거 후 표적 후보 개수(개)Number of target candidates after non-target removal () 8,6148,614 3,5413,541 표적 제거 비율(%)Target Removal Ratio (%) 76.776.7 90.490.4 재현율(%)Recall (%) 99.099.0 99.199.1 수행 시간(ms)Execution time (ms) 1.031.03 0.830.83

표 1은 종래의 방법과 본 발명의 추적 성능을 비교한 결과이다. 표 1의 종래 방법은 Z. Kalal, J. Matas, and K. Mikolajczyk, "P-N learning: Bootstrapping binary classifiers by structural constraints," Computer Vision and Pattern Recognition, 2010.에서 제안되었던 방법이다. 방법의 결과이다.Table 1 shows the results of comparison between the conventional method and the tracking performance of the present invention. The conventional method shown in Table 1 is a method proposed in Z. Kalal, J. Matas, and K. Mikolajczyk, "P-N learning: Bootstrapping binary classifiers by structural constraints," Computer Vision and Pattern Recognition, It is the result of the method.

위의 실험 결과는 30개의 영상에 대해 수행한 결과의 평균이다. 전체 후보군의 개수는 37,000개이고 종래의 방법은 전체 후보(37,000개) 중 약 76.7%(28,386개)의 비 표적 후보들을 제거하였고, 본 발명의 일 실시예에 따른 표적 추적방법은 약 90.4%(33,459개)의 비 표적 후보들을 제거하였다.The above experimental results are the average of the results of 30 images. The number of total candidates is 37,000, and the conventional method removes about 76.7% (28,386) of non-target candidates among the total candidates (37,000), and the target tracking method according to one embodiment of the present invention is about 90.4% (33,459 Of the non-target candidates were removed.

재현율은 최종 검출 수행 결과 대비 정답(Ground Truth)의 비율을 의미하고, 재현율이 높을수록 정답을 빠짐없이 검출한 것으로 볼 수 있다. 수행시간은 종래의 방법과 본 실시예에 따른 표적 추적방법 모두 적게 소요되고, 둘 중 본 실시예에 따른 방법이 약 20% 속도가 우수함을 확인할 수 있다.The recall rate means the ratio of the ground truth to the final detection result, and the higher the recall rate, the more accurate the answer is. It can be seen that both the conventional method and the target tracking method according to the present embodiment require less execution time, and the method according to this embodiment is superior to the conventional method by about 20%.

도 2 내지 도 5를 참조하여, 본 실시예에 따른 표적 추적방법의 효과를 종래 방법과 비교하여 확인할 수 있다.2 to 5, the effect of the target tracking method according to the present embodiment can be confirmed by comparing with the conventional method.

도 2는 표적 모델을 계산하기 위해 사용한 표적 영상들 예제와 이를 이용해 얻은 확률적 표적 템플릿 영상을 나타내는 도면이고, 도 3은 문턱치 값 변화에 따른 표적 템플릿 이진화 결과 변화를 나타내는 도면이며, 도 4 및 도 5는 촬영한 적외선 영상에서 종래의 방법과 본 발명의 방법으로 후보군을 제거한 결과를 보여주는 도면이다.FIG. 2 is a diagram showing an example of a target image used for calculating a target model and a probabilistic target template image obtained using the target image, FIG. 3 is a diagram showing a result of a target template binarization according to a change in threshold value, 5 is a view showing a result obtained by removing a candidate group from a conventional infrared image and a method of the present invention in a photographed infrared image.

도 2는 표적 모델을 계산하기 위해 사용한 영상들 예제와 이를 이용해 얻은 표적 템플릿 영상이다. 도 3은 문턱치 값 변화에 따른 표적 템플릿 이진화 결과 변화이다. Fig. 2 is an example of images used for calculating a target model and a target template image obtained using the images. 3 is a change in the result of binarization of the target template according to the change in the threshold value.

도 3의 최 좌측의 영상은 표적 검출에 사용할 템플릿 영상이고, 좌측 상단에서부터 우측 하단까지 문턱치 값이 0부터 110으로 변함에 따라 이진화 결과를 보여준다. The leftmost image in FIG. 3 is a template image used for target detection, and the binarization result is shown as the threshold value changes from 0 to 110 from the upper left corner to the lower right corner.

도 3의 흰 영역은 유효한 영역이고 검은색은 유효하지 않은 영역이다. 패치 이진 비율은 전체 영상 픽셀 수를 흰 영역의 넓이에 나눈 값으로 0부터 1 사이의 값을 갖는다.The white area in FIG. 3 is a valid area and the black area is an invalid area. The patch binary ratio is a value obtained by dividing the total number of image pixels by the width of the white region, and has a value between 0 and 1.

도 4 및 도 5는 촬영한 적외선 영상에서 종래의 방법과 본 발명의 방법으로 후보군을 제거한 방법의 결과이다.FIGS. 4 and 5 are the results of the conventional method and the method of removing the candidate group from the infrared image taken by the method of the present invention.

도 4 및 도 5에서, 빨간색 점은 후보군을 검출한 지점이다. 빨간색 점의 간격은 표적의 가로 크기의 1/10, 세로 크기의 1/10의 간격으로 설정된다. 하나의 빨간색 점에는 표적 최초 크기인 30x60의 0.5배인 15x30부터 0.1배 간격으로 1.4배인 42x84 크기까지 10단계로 후보군을 확인할 수 있다.4 and 5, the red dot is a point at which the candidate group is detected. The spacing of the red dots is set to 1/10 of the horizontal size of the target and 1/10 of the vertical size. One red dot has 10 steps from 15x30, which is 0.5 times the original target size of 30x60, to 42x84, which is 1.4 times the 0.1x interval.

이하에서는 도 6을 참조하여 본 발명의 또 다른 일 실시예에 따른 표적 추적장치(1)에 대해 설명한다. 도 6은 본 발명의 또 다른 일 실시예에 따른 표적 추적장치의 블록도이다.Hereinafter, a target tracking apparatus 1 according to another embodiment of the present invention will be described with reference to FIG. 6 is a block diagram of a target tracking apparatus according to another embodiment of the present invention.

표적 추적장치(1)는 표적의 영상을 촬영하고 촬영된 표적의 영상에 대응하는 입력 영상을 전달하는 센서부(10)와 전술한 표적 추적방법을 수행하는 신호처리부(20)를 포함할 수 있다.The target tracking apparatus 1 may include a sensor unit 10 that captures an image of a target and transmits an input image corresponding to the image of the captured target, and a signal processing unit 20 that performs the target tracking method described above .

신호처리부(20)는 센서부(10)로부터 전달된 입력 영상을 분석하여 표적을 추적하기 위해, 모델링 모듈(22), 분류 모듈(24) 및 검출 모듈(26)로 이루어 질 수 있다. 이러한 구분은 설명의 편의를 위한 것으로, 이와 달리 다른 기능 모듈로 구분될 수 있다.The signal processing unit 20 may include a modeling module 22, a classification module 24, and a detection module 26 for analyzing an input image transmitted from the sensor unit 10 and tracking a target. This distinction is for convenience of description, and can be otherwise divided into different functional modules.

모델링 모듈(22)은 표적에 해당하는 표적 영상들을 동일한 사이즈로 보정하여 수집하고, 이 수집된 표적 영상들 전체에 대해 평균 연산을 수행해 확률적 표적 템플릿을 생성하며, 이 생성된 확률적 표적 템플릿의 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율을 표적의 특징정보로 산출하여 표적 모델을 만드는 기능을 수행할 수 있다.The modeling module 22 corrects the target images corresponding to the target to the same size and collects them, performs averaging operation on the collected target images to generate a probabilistic target template, and generates the probabilistic target template It is possible to perform a function of generating a target model by calculating the ratio of the low-brightness region and the high-region of the infrared signal as the characteristic information of the target.

분류 모듈(24)은 입력 영상의 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율을 입력 영상의 특징정보로 산출하고, 이 산출된 입력 영상의 특징정보와 상기 표적의 특징정보를 비교하여 표적과 유사한 표적 후보군과 표적과 유사하지 않은 비 표적 후보군으로 분류할 수 있다.The classification module 24 calculates the ratio of the low-brightness region and the high-region of the infrared signal of the input image to the feature information of the input image, compares the calculated feature information of the input image with the feature information of the target, It can be classified into similar target candidates and non-target candidates that are not similar to the target.

검출 모듈(26)은 표적과 표적 후보군과의 템플릿 매칭을 이용하여 표적과 상기 표적 후보군의 표적 유사도를 산출하여 표적을 검출할 수 있다.The detection module 26 can detect the target by calculating the target similarity between the target and the target candidate group using the template matching between the target and the target candidate group.

이와 같이 본 실시예에 따른 표적 추적방법 및 표적 추적장치(1)는 수행 속도가 매우 빠른 패치 이진 비율을 사용하여, 비 표적 후보군을 빠르게 분류함과 동시에 표적과 비 표적 후보군을 검출과정 전에 효율적으로 제거함으로써 종래의 방법과 비교하여 적외선 영상에서 점 표적이 아닌 비 표적 후보군 검출 수행속도와 제거율 부분에서 성능을 향상시킬 수 있다.As described above, the target tracking method and target tracking apparatus 1 according to the present embodiment can quickly classify non-target candidates using a patch binary rate with a very high execution speed, and can efficiently classify target and non- It is possible to improve the performance in the non-target candidate detection speed and the removal rate in the infrared image, which is not a point target.

본 발명의 일 실시예에 따른 표적 추적방법 및 이를 이용한 표적 추적장치(1)는 위에서 설명한 실시예들의 구성과 방법에 한정되지 않으며, 사용자의 필요에 따라 실시예의 전부 또는 일부가 선택적으로 조합되어 구성될 수 있다.The target tracking method according to the embodiment of the present invention and the target tracking apparatus 1 using the target tracking method are not limited to the configurations and the methods of the embodiments described above and all or a part of the embodiments may be selectively combined .

본 발명의 일 실시예에 따른 표적 추적방법 및 이를 이용한 표적 추적장치는 위에서 설명한 실시예들의 구성과 방법에 한정되지 않으며, 사용자의 필요에 따라 실시예의 전부 또는 일부가 선택적으로 조합되어 구성될 수 있다.The target tracking method and the target tracking apparatus using the target tracking method according to an embodiment of the present invention are not limited to the configurations and methods of the embodiments described above and all or a part of the embodiments may be selectively combined according to the needs of the user .

이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상의 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다.As described above, the present invention has been described with reference to particular embodiments, such as specific elements, and specific embodiments and drawings. However, it should be understood that the present invention is not limited to the above- And various modifications and changes may be made thereto by those skilled in the art to which the present invention pertains.

따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 것들은 본 발명 사상의 범주에 속함을 이해해야 할 것이다.It is therefore to be understood that within the scope of the appended claims all such modifications as would be obvious to one skilled in the art are intended to be included within the scope of the appended claims and their equivalents. will be.

1: 표적 추적장치
10: 센서부
20: 신호처리부
22: 모델링 모듈
24: 분류 모듈
26: 검출 모듈
1: Target tracking device
10: Sensor unit
20: Signal processor
22: Modeling module
24: Classification module
26: Detection module

Claims (8)

표적에 해당하는 표적 영상들을 동일한 사이즈로 보정하여 수집하고, 이 수집된 표적 영상들 전체에 대해 평균 연산을 수행해 확률적 표적 템플릿을 생성하며, 상기 표적의 밝기 값을 기준으로 이 생성된 확률적 표적 템플릿의 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율을 표적의 특징정보로 산출하여 표적 모델을 만드는 모델링 단계;
입력 영상의 적외선 신호의 밝기가 낮은 영역과 높은 영역의 비율을 입력 영상의 특징정보로 산출하고, 이 산출된 입력 영상의 특징정보와 상기 표적의 특징정보를 비교하여 표적과 유사한 표적 후보군과 표적과 유사하지 않은 비 표적 후보군으로 분류하는 분류 단계; 및
상기 표적 모델을 템플릿으로 사용하여 상기 표적 모델과 상기 표적 후보군의 표적 유사도를 산출함으로써 표적을 검출하는 검출 단계를 포함하는 것을 특징으로 하는 표적 추적방법.
The target image corresponding to the target is corrected and collected to the same size, and an average calculation is performed on all the collected target images to generate a probabilistic target template. Based on the brightness value of the target, the generated probabilistic target A modeling step of generating a target model by calculating a ratio of a low-brightness area and a high-brightness area of the infrared signal of the template as characteristic information of the target;
A ratio of a low-brightness region and a high-region brightness of an infrared signal of an input image is calculated as feature information of the input image, and the feature information of the input image is compared with the feature information of the target, A classification step to classify non-target candidates that are not similar; And
And a detection step of detecting a target by calculating the target similarity degree between the target model and the target candidate group using the target model as a template.
제1항에 있어서,
상기 특징정보는 사전에 정해진 패치에서 유효한 밝기 값을 지닌 픽셀 개수를 패치의 전체 픽셀 개수로 나눈 비율인 패치 이진 비율에 의해 정해지는 것을 특징으로 하는 표적 추적방법.
The method according to claim 1,
Wherein the characteristic information is determined by a patch binary ratio which is a rate obtained by dividing the number of pixels having a valid brightness value in a predetermined patch by the total number of pixels in the patch.
제2항에 있어서,
상기 패치 이진 비율은 수식 1로 표현되는 것을 특징으로 하는 표적 추적방법.
수식 1:
Figure 112013027114340-pat00014

(여기서,
Figure 112013027114340-pat00015
: 패치 이진 비율,
Figure 112013027114340-pat00016
: 패치의 넓이,
Figure 112013027114340-pat00017
: 패치의 높이,
Figure 112013027114340-pat00018
: 문턱치 값,
Figure 112013027114340-pat00019
: 영상)
3. The method of claim 2,
Lt; RTI ID = 0.0 > 1, < / RTI >
Equation 1:
Figure 112013027114340-pat00014

(here,
Figure 112013027114340-pat00015
: Patch binary ratio,
Figure 112013027114340-pat00016
: The width of the patch,
Figure 112013027114340-pat00017
: Height of patch,
Figure 112013027114340-pat00018
: Threshold value,
Figure 112013027114340-pat00019
: video)
제3항에 있어서,
상기 모델링 단계는 상기 표적 모델에 대한 상기 패치 이진 비율이 정해진 경우, 그 정해진 패치 이진 비율에 해당하는 적응적 문턱치 값을 계산하고, 이 계산된 문턱치 값을 이용하여 상기 확률적 표적 템플릿의 이진화를 수행하고, 그 이진화된 확률적 표적 템플릿에 대하여 상기 특징정보를 산출하는 것을 특징으로 하는 표적 추적방법.
The method of claim 3,
The modeling step may include calculating an adaptive threshold value corresponding to the determined patch binary ratio when the patch binary ratio for the target model is determined and binarizing the probabilistic target template using the calculated threshold value And the feature information is calculated for the binarized probabilistic target template.
제 4 항에 있어서,
상기 분류 단계는 상기 모델링 단계에 의해 산출되는 적응적인 문턱치 값을 이용하여 입력 영상을 이진화하고, 그 이진화된 입력 영상으로부터 후보군 패치를 획득하며, 그 획득된 후보군 패치에서 상기 패치 이진 비율을 상기 입력 영상의 특징정보로 계산하고, 상기 계산된 입력 영상의 특징정보와 상기 표적의 특징정보를 비교하여 상기 표적 후보군과 상기 비표적 후보군으로 분류하는 것을 특징으로 하는 표적 추적방법.
5. The method of claim 4,
Wherein the classifying step binarizes an input image using an adaptive threshold value calculated by the modeling step, obtains a candidate group patch from the binarized input image, and supplies the patch binary ratio in the obtained candidate group patch to the input image Wherein the feature information of the input image is compared with the feature information of the target, and the feature candidate information is classified into the target candidate group and the non-target candidate group.
제1항에 있어서,
상기 템플릿 매칭은 상기 모델링 단계에서 산출된 확률적 표적 템플릿을 템플릿으로 사용하여 상기 확률적 표적 템플릿과 상기 분류 단계에서 분류된 표적 후보군에 의해 수행되는 것을 특징으로 하는 표적 추적방법.
The method according to claim 1,
Wherein the template matching is performed by the probabilistic target template and the target candidate group classified in the classification step using the probabilistic target template calculated in the modeling step as a template.
제1항에 있어서,
상기 템플릿 매칭은 NCC(Normalized Cross Correlation)로 구현되는 것을 특징으로 하는 표적 추적방법.
The method according to claim 1,
Wherein the template matching is implemented by NCC (Normalized Cross Correlation).
표적의 영상을 촬영하고 촬영된 표적의 영상에 대응하는 입력 영상을 전달하는 센서부; 및
상기 센서부로부터 전달된 입력 영상을 기초로, 상기 제1항 내지 제7항 중 어느 하나의 항에 따른 표적 추적방법을 수행하는 신호처리부를 포함하는 것을 특징으로 하는 표적 추적장치.
A sensor unit for capturing an image of a target and transmitting an input image corresponding to the image of the captured target; And
And a signal processing unit for performing the target tracking method according to any one of claims 1 to 7 based on the input image transmitted from the sensor unit.
KR1020130033677A 2013-03-28 2013-03-28 Target tracking method and target tracking apparatus using the same KR101429271B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020130033677A KR101429271B1 (en) 2013-03-28 2013-03-28 Target tracking method and target tracking apparatus using the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020130033677A KR101429271B1 (en) 2013-03-28 2013-03-28 Target tracking method and target tracking apparatus using the same

Publications (1)

Publication Number Publication Date
KR101429271B1 true KR101429271B1 (en) 2014-08-08

Family

ID=51750233

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020130033677A KR101429271B1 (en) 2013-03-28 2013-03-28 Target tracking method and target tracking apparatus using the same

Country Status (1)

Country Link
KR (1) KR101429271B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102136245B1 (en) * 2020-01-13 2020-07-21 국방과학연구소 Apparatus, method, computer-readable storage medium and computer program for detecting and selecting target
CN113687328A (en) * 2021-09-14 2021-11-23 上海无线电设备研究所 Missile-borne weapon ground target high-resolution one-dimensional distance image identification method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009069019A (en) 2007-09-13 2009-04-02 Toshiba Corp Target detector and method
KR20100041170A (en) * 2008-10-13 2010-04-22 국방과학연구소 Method for tracking a movement of a moving target of image tracking apparatus
KR101220195B1 (en) 2012-06-29 2013-01-10 한국과학기술원 Method for tracking target using intensity order relation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009069019A (en) 2007-09-13 2009-04-02 Toshiba Corp Target detector and method
KR20100041170A (en) * 2008-10-13 2010-04-22 국방과학연구소 Method for tracking a movement of a moving target of image tracking apparatus
KR101220195B1 (en) 2012-06-29 2013-01-10 한국과학기술원 Method for tracking target using intensity order relation

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102136245B1 (en) * 2020-01-13 2020-07-21 국방과학연구소 Apparatus, method, computer-readable storage medium and computer program for detecting and selecting target
CN113687328A (en) * 2021-09-14 2021-11-23 上海无线电设备研究所 Missile-borne weapon ground target high-resolution one-dimensional distance image identification method

Similar Documents

Publication Publication Date Title
Ge et al. Real-time pedestrian detection and tracking at nighttime for driver-assistance systems
Zhao et al. A deep learning based unified framework to detect, segment and recognize irises using spatially corresponding features
US10025998B1 (en) Object detection using candidate object alignment
US9053384B2 (en) Feature extraction unit, feature extraction method, feature extraction program, and image processing device
Alvarez et al. Road detection based on illuminant invariance
Kosaka et al. Vision-based nighttime vehicle detection using CenSurE and SVM
US9294665B2 (en) Feature extraction apparatus, feature extraction program, and image processing apparatus
CN103366167B (en) System and method for processing image for identifying alphanumeric characters present in a series
KR101935010B1 (en) Apparatus and method for recognizing license plate of car based on image
Ishikura et al. Saliency detection based on multiscale extrema of local perceptual color differences
Abate et al. BIRD: Watershed based iris detection for mobile devices
CN109145742A (en) A kind of pedestrian recognition method and system
KR101224164B1 (en) Pre- processing method and apparatus for license plate recognition
CN111191535B (en) Pedestrian detection model construction method based on deep learning and pedestrian detection method
KR102069843B1 (en) Apparatus amd method for tracking vehicle
CN109242032B (en) Target detection method based on deep learning
Kim et al. Autonomous vehicle detection system using visible and infrared camera
Yao et al. License plate detection based on multistage information fusion
Yoon et al. Best combination of binarization methods for license plate character segmentation
Liu et al. Multi-type road marking recognition using adaboost detection and extreme learning machine classification
US9727780B2 (en) Pedestrian detecting system
KR101429271B1 (en) Target tracking method and target tracking apparatus using the same
KR20110076219A (en) Real time image recognition system, and method thereof
JP6772059B2 (en) Electronic control devices, electronic control systems and electronic control methods
Gu et al. Robust road lane detection using extremal-region enhancement

Legal Events

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

Payment date: 20170801

Year of fee payment: 4