KR20200104267A - Object tracking method and apparatus performing the same - Google Patents

Object tracking method and apparatus performing the same Download PDF

Info

Publication number
KR20200104267A
KR20200104267A KR1020200106278A KR20200106278A KR20200104267A KR 20200104267 A KR20200104267 A KR 20200104267A KR 1020200106278 A KR1020200106278 A KR 1020200106278A KR 20200106278 A KR20200106278 A KR 20200106278A KR 20200104267 A KR20200104267 A KR 20200104267A
Authority
KR
South Korea
Prior art keywords
bounding box
feature point
variance
reset
feature points
Prior art date
Application number
KR1020200106278A
Other languages
Korean (ko)
Other versions
KR102217003B1 (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 KR1020200106278A priority Critical patent/KR102217003B1/en
Publication of KR20200104267A publication Critical patent/KR20200104267A/en
Application granted granted Critical
Publication of KR102217003B1 publication Critical patent/KR102217003B1/en

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/12Bounding box

Abstract

Disclosed are an object tracking method capable of providing improved object tracking performance and a device performing the same. According to one embodiment of the present invention, the object tracking method comprises the steps of: setting a second bounding box by expanding a first bounding box for tracking a target object; setting an area of the second bounding box excluding the first bounding box as an outer area; determining whether or not the first bounding box is reset based on a feature point in the first bounding box and a feature point in the outer area; and resetting the first bounding box to the second bounding box if it is determined that the first bounding box is reset.

Description

객체 추적 방법 및 이를 수행하는 장치{OBJECT TRACKING METHOD AND APPARATUS PERFORMING THE SAME}Object tracking method and device that performs it {OBJECT TRACKING METHOD AND APPARATUS PERFORMING THE SAME}

아래 실시예들은 객체 추적 방법 및 이를 수행하는 장치에 관한 것이다.The following embodiments relate to an object tracking method and an apparatus for performing the same.

현재 사용되는 대부분의 추적 알고리즘들은 바운딩 박스 기반의 추적 기술을 이용한다. 영상 내에서 추적하고자 하는 물체를 포함한 바운딩 박스를 지정하고 박스 내에서 배경과 물체를 나누고 물체의 특징을 학습하면서 바운딩 박스의 위치를 조정하는 방식으로 추적이 이루어진다.Most of the currently used tracking algorithms use a bounding box-based tracking technology. Tracking is performed by designating a bounding box containing the object to be tracked in the image, dividing the background and the object within the box, and adjusting the position of the bounding box while learning the characteristics of the object.

Boosting 추적 알고리즘은 AdaBoost 기계 학습 알고리즘을 개선한 것으로, 객체를 추적하는 동안 분류기를 실시간으로 조정하면서 물체의 회전과 밝기의 변화 등의 외관 변화를 자연스럽게 처리한다. 또한 배경에 따라 물체의 가장 구별되는 특징을 파악해서 안정적인 추적 결과를 제공한다. 추가적으로, 방향 히스토그램과 같이 계산이 쉽게 가능한 특징을 사용해서 추적을 함으로써 빠른 추적을 보인다.The Boosting tracking algorithm is an improvement of the AdaBoost machine learning algorithm, and while tracking an object, it adjusts the classifier in real time and naturally handles changes in appearance such as rotation of an object and changes in brightness. In addition, it provides a stable tracking result by grasping the most distinguishing features of objects according to the background. Additionally, fast tracking is achieved by tracking using features that can be easily calculated, such as a direction histogram.

기존에 사용되던 탐지에 기반을 둔 추적 방식의 경우, 추적기가 정확하지 않을 경우 학습 데이터 생성에 오류가 발생하고 이는 분류기의 성능을 저하시킨다. 이를 개선하고자 Multiple Instance Learning(MIL)추적 알고리즘이 제시되었다. 알고리즘은 기존과 같은 학습 방식이 아닌 다중 MIL 학습을 이용한다. 이미지 집합을 사용하여 외관 모델을 업데이트함으로써, 더 작은 파라미터를 사용함에도 추적 성능을 향상시키는 모습을 보였다.In the case of the detection-based tracking method used in the past, when the tracker is not accurate, an error occurs in generating training data, which degrades the performance of the classifier. To improve this, a Multiple Instance Learning (MIL) tracking algorithm was proposed. The algorithm uses multi-MIL learning rather than the conventional learning method. By using the image set to update the appearance model, it has been shown that tracking performance is improved even when using smaller parameters.

위와 같은 추적 방식들은 기존의 추적 방식을 개선하고자 등장한 추적 알고리즘의 예시이다. 이들은 비교적 최근에 개발된 알고리즘으로써, 지속적인 연구가 진행되고 있다. 또한, 공통으로 빠르고 안정적인 성능을 보인다는 장점을 갖고 있다.The above tracking methods are examples of tracking algorithms that have emerged to improve the existing tracking methods. These are relatively recently developed algorithms, and continuous research is ongoing. In addition, it has the advantage of showing fast and stable performance in common.

하지만 이 방식들은 처음에 고정된 바운딩 박스를 사용하고 사각형 경계의 크기를 조정하지 않는 성향을 보인다. 따라서, 물체 크기가 변할 경우, 바운딩 박스의 영역을 정확히 맞추지 못하는 단점이 존재한다.However, these methods initially use a fixed bounding box and do not resize the rectangle boundary. Therefore, when the object size changes, there is a disadvantage in that the area of the bounding box cannot be accurately matched.

예를 들어 카메라 쪽으로 물체가 가까워지면 사각형 경계내에 물체의 비중이 커지게 된다. 이때는 바운딩 박스 영역 내에 물체를 모두 담을 수 없으므로 추적기가 학습할 수 있는 물체의 특징이 줄어들게 된다.For example, when an object gets closer to the camera, the weight of the object within the rectangular boundary increases. In this case, since all objects cannot be contained in the bounding box area, the characteristics of the object that the tracker can learn is reduced.

반대로 카메라에서 물체가 멀어지면 사각형 경계 내에 목표가 가지는 비중이 작아지게 된다. 이때는 다른 물체가 사각형 경계에 나타나는 현상이 발생하여 추적기가 다른 물체의 특징을 학습하는 오류가 발생할 수 있다.Conversely, as the object moves away from the camera, the weight of the target within the rectangular boundary decreases. In this case, a phenomenon in which another object appears on a rectangular boundary may occur, and an error in which the tracker learns characteristics of another object may occur.

실시예들은 특징점을 이용하여 바운딩 박스 내에 추적하는 물체가 아닌 다른 물체가 있는지 여부를 판단하는 기술을 제공할 수 있다.Embodiments may provide a technique for determining whether there is an object other than an object to be tracked in a bounding box using a feature point.

또한, 실시예들은 바운딩 박스 내부 및 외부 특징점의 군집도 분석을 이용하여 바운딩 박스의 크기를 조정하는 기술을 제공할 수 있다.In addition, embodiments may provide a technique for adjusting the size of a bounding box by using clustering analysis of feature points inside and outside the bounding box.

이에, 실시예들은 물체의 크기가 변하는 영상에서 향상된 객체 추적 성능을 제공할 수 있다.Accordingly, embodiments may provide improved object tracking performance in an image in which the size of an object changes.

일 실시예에 따른 객체 추적 방법은, 타겟 객체를 추적하기 위한 제1 바운딩 박스를 확장하여 제2 바운딩 박스를 설정하는 단계와, 상기 제2 바운딩 박스에서 상기 제1 바운딩 박스를 제외한 영역을 외부 영역으로 설정하는 단계와, 상기 제1 바운딩 박스 내 특징점 및 상기 외부 영역 내 특징점에 기초하여 상기 제1 바운딩 박스의 재설정 여부를 결정하는 단계와, 재설정하기로 결정한 경우, 상기 제1 바운딩 박스를 상기 제2 바운딩 박스로 재설정하는 단계를 포함할 수 있다.An object tracking method according to an embodiment includes the steps of setting a second bounding box by expanding a first bounding box for tracking a target object, and removing an area from the second bounding box excluding the first bounding box into an outer area. And determining whether to reset the first bounding box based on a feature point in the first bounding box and a feature point in the outer region; and, when it is determined to reset, the first bounding box is set to the first bounding box. 2 It may include the step of resetting to the bounding box.

상기 결정하는 단계는, 상기 외부 영역 내 특징점의 군집도를 계산하는 단계와, 상기 제1 바운딩 박스 내 특징점의 중심 위치 및 상기 외부 영역 내 특징점의 중심 위치 간의 분산인 집락 간 분산(between-cluster variance)을 계산하는 단계와, 상기 군집도 및 상기 집락 간 분산에 기초하여 제1 바운딩 박스의 재설정 여부를 결정하는 단계를 포함할 수 있다.The determining may include calculating a clustering degree of the feature points in the outer region, and between-cluster variance, which is a variance between the central position of the feature point in the first bounding box and the central position of the feature point in the outer region. ), and determining whether to reset the first bounding box based on the clustering degree and the variance between the colonies.

상기 결정하는 단계는, 상기 외부 영역 내 객체가 상기 타겟 객체와 상이한 객체인지 판단하는 단계를 포함할 수 있다.The determining may include determining whether the object in the external area is an object different from the target object.

상기 재설정하는 단계는, 상기 객체가 상기 타겟 객체와 상이한 객체로 판단하지 않은 경우, 상기 제1 바운딩 박스를 상기 제2 바운딩 박스로 재설정하는 단계를 포함할 수 있다.The resetting may include resetting the first bounding box to the second bounding box when the object is not determined to be an object different from the target object.

상기 외부 영역 내 특징점의 중심 위치는, 상기 외부 영역 내 복수의 특징점들 중에서 하나의 특징점을 기준으로 나머지 특징점들까지의 거리 분산이 최소가 되는 특징점일 수 있다.The central position of the feature point in the outer area may be a feature point in which a distance dispersion to the remaining feature points is minimized based on one of the plurality of feature points in the outer area.

상기 군집도는, 상기 외부 영역 내 특징점의 중심 위치를 기준으로 계산한 분산일 수 있다.The clustering degree may be a variance calculated based on a central position of a feature point in the outer region.

일 실시예에 따른 객체 추적 장치는, 인스트럭션들을 포함하는 메모리와, 상기 인스트럭션들을 실행하기 위한 프로세서를 포함하고, 상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는, 타겟 객체를 추적하기 위한 제1 바운딩 박스를 확장하여 제2 바운딩 박스를 설정하고, 상기 제2 바운딩 박스에서 상기 제1 바운딩 박스를 제외한 영역을 외부 영역으로 설정하고, 상기 제1 바운딩 박스 내 특징점 및 상기 외부 영역 내 특징점에 기초하여 상기 제1 바운딩 박스의 재설정 여부를 결정하고, 재설정하기로 결정한 경우, 상기 제1 바운딩 박스를 상기 제2 바운딩 박스로 재설정한다.An object tracking device according to an embodiment includes a memory including instructions and a processor for executing the instructions, and when the instructions are executed by the processor, the processor includes a first for tracking a target object. A second bounding box is set by expanding a bounding box, and an area other than the first bounding box in the second bounding box is set as an outer area, and based on a feature point in the first bounding box and a feature point in the outer area It is determined whether to reset the first bounding box, and when it is determined to reset, the first bounding box is reset to the second bounding box.

상기 프로세서는, 상기 외부 영역 내 특징점의 군집도를 계산하고, 상기 제1 바운딩 박스 내 특징점의 중심 위치 및 상기 외부 영역 내 특징점의 중심 위치 간의 분산인 집락 간 분산(between-cluster variance)을 계산하고, 상기 군집도 및 상기 집락 간 분산에 기초하여 제1 바운딩 박스의 재설정 여부를 결정할 수 있다.The processor calculates a clustering degree of the feature points in the outer region, calculates a between-cluster variance, which is a variance between the central position of the feature point in the first bounding box and the central position of the feature point in the outer region, , It may be determined whether to reset the first bounding box based on the clustering degree and the variance between the colonies.

상기 프로세서는, 상기 외부 영역 내 객체가 상기 타겟 객체와 상이한 객체인지 판단할 수 있다.The processor may determine whether the object in the external area is an object different from the target object.

상기 프로세서는, 상기 객체가 상기 타겟 객체와 상이한 객체로 판단되지 않은 경우, 상기 제1 바운딩 박스를 상기 제2 바운딩 박스로 재설정할 수 있다.When the object is not determined to be an object different from the target object, the processor may reset the first bounding box to the second bounding box.

상기 외부 영역 내 특징점의 중심 위치는, 상기 외부 영역 내 복수의 특징점들 중에서 하나의 특징점을 기준으로 나머지 특징점들까지의 거리 분산이 최소가 되는 특징점일 수 있다.The central position of the feature point in the outer area may be a feature point in which a distance dispersion to the remaining feature points is minimized based on one of the plurality of feature points in the outer area.

도 1은 일 실시예에 따른 객체 추적 장치를 나타내는 도면이다.
도 2는 도 1에 도시된 객체 추적 장치의 개략적인 블록도이다.
도 3은 객체 추적 장치가 수행하는 객체 추적 동작을 상세하게 설명하기 위한 플로우 차트이다.
도 4는 프레임에 설정되는 제1 바운딩 박스 및 제2 바운딩 박스의 일 예를 설명하기 위한 도면이다.
도 5a 및 도 5b는 객체 추적 장치가 바운딩 박스의 크기를 조절하는 동작의 일 예를 설명하기 위한 도면이다.
도 6a 및 도 6b는 객체 추적 장치가 바운딩 박스의 크기를 조절하는 동작의 일 예를 설명하기 위한 도면이다.
1 is a diagram illustrating an object tracking device according to an exemplary embodiment.
2 is a schematic block diagram of the object tracking apparatus shown in FIG. 1.
3 is a flow chart for describing in detail an object tracking operation performed by the object tracking device.
4 is a diagram for describing an example of a first bounding box and a second bounding box set in a frame.
5A and 5B are diagrams for explaining an example of an operation in which the object tracking device adjusts the size of a bounding box.
6A and 6B are diagrams for explaining an example of an operation in which the object tracking device adjusts the size of a bounding box.

이하에서, 첨부된 도면을 참조하여 실시예들을 상세하게 설명한다. 그러나, 실시예들에는 다양한 변경이 가해질 수 있어서 특허출원의 권리 범위가 이러한 실시예들에 의해 제한되거나 한정되는 것은 아니다. 실시예들에 대한 모든 변경, 균등물 내지 대체물이 권리 범위에 포함되는 것으로 이해되어야 한다.Hereinafter, exemplary embodiments will be described in detail with reference to the accompanying drawings. However, since various changes may be made to the embodiments, the scope of the rights of the patent application is not limited or limited by these embodiments. It should be understood that all changes, equivalents, or substitutes to the embodiments are included in the scope of the rights.

실시예에서 사용한 용어는 단지 설명을 목적으로 사용된 것으로, 한정하려는 의도로 해석되어서는 안된다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "포함하다" 또는 "가지다" 등의 용어는 명세서 상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terms used in the examples are used for illustrative purposes only and should not be interpreted as limiting. Singular expressions include plural expressions unless the context clearly indicates otherwise. In the present specification, terms such as "comprise" or "have" are intended to designate the presence of features, numbers, steps, actions, components, parts, or combinations thereof described in the specification, but one or more other features. It is to be understood that the presence or addition of elements or numbers, steps, actions, components, parts, or combinations thereof, does not preclude in advance.

제1 또는 제2등의 용어를 다양한 구성요소들을 설명하는데 사용될 수 있지만, 구성요소들은 용어들에 의해서 한정되어서는 안 된다. 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만, 예를 들어 실시예의 개념에 따른 권리 범위로부터 이탈되지 않은 채, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소는 제1 구성요소로도 명명될 수 있다.Terms such as first or second may be used to describe various components, but the components should not be limited by terms. The terms are only for the purpose of distinguishing one component from other components, for example, without departing from the scope of rights according to the concept of the embodiment, the first component may be named as the second component, and similarly The second component may also be referred to as a first component.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless otherwise defined, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art to which the embodiment belongs. Terms as defined in a commonly used dictionary should be interpreted as having a meaning consistent with the meaning in the context of the related technology, and should not be interpreted as an ideal or excessively formal meaning unless explicitly defined in this application. Does not.

또한, 첨부 도면을 참조하여 설명함에 있어, 도면 부호에 관계없이 동일한 구성 요소는 동일한 참조부호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다. 실시예를 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 실시예의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.In addition, in the description with reference to the accompanying drawings, the same reference numerals are assigned to the same components regardless of the reference numerals, and redundant descriptions thereof will be omitted. In describing the embodiments, when it is determined that a detailed description of related known technologies may unnecessarily obscure the subject matter of the embodiments, the detailed description thereof will be omitted.

이하, 실시예들을 첨부된 도면을 참조하여 상세하게 설명한다. 그러나, 특허출원의 범위가 이러한 실시예들에 의해 제한되거나 한정되는 것은 아니다. 각 도면에 제시된 동일한 참조 부호는 동일한 부재를 나타낸다.Hereinafter, embodiments will be described in detail with reference to the accompanying drawings. However, the scope of the patent application is not limited or limited by these embodiments. The same reference numerals in each drawing indicate the same members.

도 1은 일 실시예에 따른 객체 추적 장치를 나타내는 도면이고, 도 2는 도 1에 도시된 객체 추적 장치의 개략적인 블록도이다.1 is a diagram illustrating an object tracking device according to an exemplary embodiment, and FIG. 2 is a schematic block diagram of the object tracking device shown in FIG. 1.

도 1 및 도 2를 참조하면, 객체 추적 장치(100)는 비디오(110)를 수신할 수 있다. 객체 추적 장치(100)는 비디오(110)의 프레임(130)을 이용하여 프레임(130)의 바운딩 박스의 크기를 조정할 수 있다. 객체 추적 장치(100)는 전자 장치에 구현될 수 있다.1 and 2, the object tracking device 100 may receive a video 110. The object tracking device 100 may adjust the size of the bounding box of the frame 130 by using the frame 130 of the video 110. The object tracking device 100 may be implemented in an electronic device.

전자 장치는 데이터 서버(data server), 컴퓨터, 랩탑(laptop) 컴퓨터, 이동 전화기, 스마트 폰(smartphone), 태블릿(tablet) PC, 모바일 인터넷 디바이스(mobile internet device(MID)), PDA(personal digital assistant), EDA(enterprise digital assistant), 디지털 스틸 카메라(digital still camera), 디지털 비디오 카메라(digital video camera), PMP(portable multimedia player), PND(personal navigation device 또는 portable navigation device), 휴대용 게임 콘솔(handheld game console), e-북(e-book), 또는 스마트 디바이스(smart device)로 구현될 수 있다. 예를 들어, 스마트 디바이스는 스마트 와치(smart watch) 또는 스마트 밴드(smart band)로 구현될 수 있다. Electronic devices include a data server, a computer, a laptop computer, a mobile phone, a smart phone, a tablet PC, a mobile internet device (MID), a personal digital assistant (PDA). ), EDA (enterprise digital assistant), digital still camera, digital video camera, portable multimedia player (PMP), personal navigation device or portable navigation device (PND), handheld game console game console), an e-book, or a smart device. For example, the smart device may be implemented as a smart watch or a smart band.

객체 추적 장치(100)는 메모리(210), 수신부(230), 및 컨트롤러(250)을 포함한다.The object tracking device 100 includes a memory 210, a receiver 230, and a controller 250.

메모리(210)는 컨트롤러(250)에 의해 실행가능한 인스트럭션들(또는 프로그램)을 저장할 수 있다. 예를 들어, 인스트럭션들은 컨트롤러(250)의 동작 및/또는 컨트롤러(250)의 각 구성의 동작을 실행하기 위한 인스트럭션들을 포함할 수 있다.The memory 210 may store instructions (or programs) executable by the controller 250. For example, the instructions may include instructions for executing an operation of the controller 250 and/or an operation of each component of the controller 250.

수신부(230)는 비디오(110)를 수신할 수 있다. 비디오(110)는 하나 이상의 프레임(130)을 포함할 수 있다.The receiver 230 may receive the video 110. The video 110 may include one or more frames 130.

컨트롤러(250)는 프레임(130) 내 타겟 객체를 추적하기 위한 제1 바운딩 박스(310)를 확장한 제2 바운딩 박스(330)를 설정할 수 있다. 또한, 컨트롤러(250)은 제2 바운딩 박스(330)에서 제1 바운딩 박스(310)의 영역을 제외한 외부 영역(350)을 설정할 수 있다.The controller 250 may set the second bounding box 330 by extending the first bounding box 310 for tracking the target object in the frame 130. In addition, the controller 250 may set the outer area 350 of the second bounding box 330 excluding the area of the first bounding box 310.

컨트롤러(250)는 제1 바운딩 박스(310)와 제2 바운딩 박스(330)를 이용하여 제1 바운딩 박스(310)의 재설정 여부를 결정할 수 있다. 예를 들어, 컨트롤러(250)는 제1 바운딩 박스(310) 내 특징점 및 제2 바운딩 박스(330)에서 제1 바운딩 박스(310)의 영역을 제외한 외부영역(350) 내 특징점에 기초하여 제1 바운딩 박스(310)의 재설정 여부를 결정할 수 있다.The controller 250 may determine whether to reset the first bounding box 310 using the first bounding box 310 and the second bounding box 330. For example, the controller 250 is based on the feature points in the first bounding box 310 and the feature points in the outer region 350 excluding the region of the first bounding box 310 in the second bounding box 310. Whether to reset the bounding box 310 may be determined.

이때, 컨트롤러(250)는 제1 바운딩 박스(310)를 그대로 유지하거나 제2 바운딩 박스(330)를 제1 바운딩 박스(310)로 재설정할 수 있다. 즉, 재설정된 제1 바운딩 박스는 제1 바운딩 박스(310) 또는 제2 바운딩 박스(330)일 수 있다.In this case, the controller 250 may maintain the first bounding box 310 as it is or reset the second bounding box 330 to the first bounding box 310. That is, the reset first bounding box may be the first bounding box 310 or the second bounding box 330.

컨트롤러(250)은 재설정된 제1 바운딩 박스(310 또는 330)에 기초하여 재설정된 제1 바운딩 박스(310 또는 330)의 크기를 조정할 수 있다. 예를 들어, 컨트롤러(250)는 재설정된 제1 바운딩 박스(310 또는 330) 내 특징점에 기초하여 재설정된 제1 바운딩 박스(310 또는 330)의 크기를 조정할 수 있다.The controller 250 may adjust the size of the reset first bounding box 310 or 330 based on the reset first bounding box 310 or 330. For example, the controller 250 may adjust the size of the reset first bounding box 310 or 330 based on the feature points in the reset first bounding box 310 or 330.

객체 추적 장치(100)는 바운딩 박스의 크기를 조정함으로써, 객체의 크기가 변하는 비디오에서 추적 성능을 향상시킬 수 있다.The object tracking apparatus 100 may improve tracking performance in a video in which the size of an object changes by adjusting the size of the bounding box.

도 3은 객체 추적 장치가 수행하는 객체 추적 동작을 상세하게 설명하기 위한 플로우 차트이고, 도 4는 프레임에 설정되는 제1 바운딩 박스 및 제2 바운딩 박스의 일 예를 설명하기 위한 도면이다.3 is a flow chart for describing in detail an object tracking operation performed by an object tracking device, and FIG. 4 is a diagram for describing an example of a first bounding box and a second bounding box set in a frame.

도 3 및 도 4를 참조하면, 컨트롤러(250)은 제1바운딩 박스(310)에 기초하여 제2 바운딩 박스(330) 및 외부영역(350)을 설정할 수 있다(410). 예를 들어, 컨트롤러(250)은 제1 바운딩 박스(310)의 폭(w) 및 높이(h)를 각각 a만큼 확장하여, 제2 바운딩 박스(330)의 폭(w+a) 및 높이(h+a)로 설정하고, 제2 바운딩 박스(330)에서 제1 바운딩 박스(310)을 제외한 외부 영역(350)을 설정할 수 있다.3 and 4, the controller 250 may set the second bounding box 330 and the outer region 350 based on the first bounding box 310 (410). For example, the controller 250 extends the width (w) and height (h) of the first bounding box 310 by a, respectively, and the width (w+a) and the height ( h+a), and the outer area 350 excluding the first bounding box 310 from the second bounding box 330 may be set.

컨트롤러(250)는 제1 바운딩 박스(310) 및 외부 영역(350)에서 특징점을 추출할 수 있다. 또한, 컨트롤러(250)은 제1 바운딩 박스(310) 및 외부 영역(350) 내 특징점들의 군집도를 계산할 수 있다(420). The controller 250 may extract feature points from the first bounding box 310 and the outer region 350. Also, the controller 250 may calculate a clustering degree of feature points in the first bounding box 310 and the outer region 350 (420).

제1 바운딩 박스(310) 내 특징점들의 군집도는 분산일 수 있다. 예를 들어, 제1 바운딩 박스(310) 내 특징점들의 군집도는 특징점들의 중심 좌표로부터 각 특징점까지의 거리의 분산 값일 수 있다. 컨트롤러(250)는 수학식 1 및 수학식 2를 이용하여 특징점들의 중심 좌표(

Figure pat00001
)를 계산할 수 있다.The clustering degree of the feature points in the first bounding box 310 may be variance. For example, the cluster diagram of the feature points in the first bounding box 310 may be a variance value of a distance from the center coordinates of the feature points to each feature point. The controller 250 uses Equation 1 and Equation 2 to determine the center coordinates of the feature points (
Figure pat00001
) Can be calculated.

Figure pat00002
Figure pat00002

Figure pat00003
Figure pat00003

여기서, Ki는 제1 바운딩 박스(310) 내 특징점들의 집합이고, N은 Ki의 원소 개수이고, Ki(xt) 및 Ki(yt)는 각각 Ki에서 t번째 특징 점의 x좌표 및 y좌표를 의미한다.Here, K i is a set of feature points in the first bounding box 310, N is the number of elements in K i , and K i (x t ) and K i (y t ) are each of the t-th feature points in K i It means x-coordinate and y-coordinate.

컨트롤러(250)는 수학식 3 및 수학식 4를 이용하여 제1 바운딩 박스(310) 내 특징점들의 수평 방향 좌표의 분산 및 수직 방향 좌표 방향 분산을 계산할 수 있다.The controller 250 may calculate variance of horizontal coordinates and variance of vertical coordinates of the feature points in the first bounding box 310 by using Equations 3 and 4.

Figure pat00004
Figure pat00004

Figure pat00005
Figure pat00005

컨트롤러(250)은 외부 영역(350) 내 특징점들의 군집도를 계산할 수 있다. 외부 영역(350) 외부 영역(350) 내 특징점들의 군집도는 외부 영역(350) 내 특징점의 중심위치를 기준으로 계산한 분산일 수 있다. 외부 영역(350) 내 특징점의 중심위치는 외부 영역(350) 내 복수의 특징점들 중에서 하나의 특징점을 기준으로 나머지 특징점들까지의 거리 분산이 최소가 되는 특징점의 중심위치일 수 있다. 컨트롤러(250)는 수학식 5 및 수학식 6을 이용하여 특징점들의 중심위치(

Figure pat00006
)를 구할 수 있다.The controller 250 may calculate a clustering degree of feature points within the outer region 350. The clustering degree of the feature points within the outer region 350 and the outer region 350 may be a variance calculated based on the central position of the feature points within the outer region 350. The central position of the feature point in the outer region 350 may be a central position of the feature point at which distance dispersion to the remaining feature points is minimized based on one of the plurality of feature points in the outer region 350. The controller 250 uses Equation 5 and Equation 6 to determine the central position of the feature points (
Figure pat00006
) Can be obtained.

Figure pat00007
Figure pat00007

Figure pat00008
Figure pat00008

여기서, Kout은 외부 영역(350) 내 특징점들의 집합이고, N은 Kout의 원소의 계수이고 n은 0부터 (N-1) 값을 가진다.Here, K out is a set of feature points in the outer region 350, N is a coefficient of an element of K out , and n has a value from 0 to (N-1).

컨트롤러(250)은 제1 바운딩 박스(310) 내 특징점의 중심위치(

Figure pat00009
) 및 외부 영역(350) 내 특징점의 중심위치(
Figure pat00010
)에 대한 집락 간 분산(variance between clusters)을 계산할 수 있다.The controller 250 is the central position of the feature point in the first bounding box 310 (
Figure pat00009
) And the central position of the feature point in the outer area 350 (
Figure pat00010
The variance between clusters for) can be calculated.

컨트롤러(250)은 제1 바운딩 박스(310) 내 특징점의 중심위치 및 외부 영역(350) 내 특징점의 중심위치에 대한 집락 간 분산 및 외부 영역(350)의 특징점의 군집도 중에서 적어도 하나에 기초하여 제1 바운딩 박스(310)의 재설정 여부를 결정할 수 있다.The controller 250 is based on at least one of the distribution between clusters of the central position of the feature point in the first bounding box 310 and the central position of the feature point in the outer region 350 and the cluster diagram of the feature points in the outer region 350. Whether to reset the first bounding box 310 may be determined.

예를 들어, 컨트롤러(250)는 집락 간 분산 및 외부 영역(350)의 특징점의 군집도를 순차적으로 비교하여 제1 바운딩 박스(310)의 재설정 여부를 결정할 수 있다. For example, the controller 250 may determine whether to reset the first bounding box 310 by sequentially comparing the distribution between the colonies and the clustering degree of the feature points of the outer region 350.

우선, 컨트롤러(250)은 집락 간 분산을 임계값과 비교하여 제1 바운딩 박스(310)의 재설정 여부를 결정할 수 있다(430). 예를 들어, 컨트롤러(250)는 집락 간 분산을 통해, 제1 바운딩 박스(310) 내 특징점의 중심위치 및 외부 영역(350) 내 특징점의 중심위치 사이 중심 지점으로부터 어느 정도 떨어져 있는지 파악하여 제2 바운딩 박스(350) 내에 타겟 객체와 상이한 객체가 포함되어 있는지 판단할 수 있다.First, the controller 250 may determine whether to reset the first bounding box 310 by comparing the variance between the colonies with a threshold (430 ). For example, the controller 250 determines how far away from the central point between the central position of the feature point in the first bounding box 310 and the central position of the feature point in the outer region 350 through dispersion between colonies, It may be determined whether an object different from the target object is included in the bounding box 350.

집락 간 분산이 임계값보다 작은 경우, 제1 바운딩 박스(310) 및 외부영역(350)간 특징점 군집이 인접하기 때문에, 외부영역(350)의 객체가 타겟 객체와 동일한 객체라고 판단할 수 있다. 따라서, 집락 간 분산이 임계값 보다 작은 경우, 컨트롤러(250)는 제2 바운딩 박스(310)를 제1 바운딩 박스(310)로 재설정할 수 있다(460).When the variance between the colonies is less than the threshold value, since the clusters of feature points between the first bounding box 310 and the outer region 350 are adjacent, it may be determined that the object in the outer region 350 is the same object as the target object. Accordingly, when the variance between the colonies is less than the threshold value, the controller 250 may reset the second bounding box 310 to the first bounding box 310 (460).

집락 간 분산이 임계값 이상인 경우, 컨트롤러(250)는 외부영역(350) 내 특징점의 군집도를 임계값과 비교하여 제1 바운딩 박스(310)의 재설정 여부를 결정할 수 있다(440). 예를 들어, 컨트롤러(250)는 집락 간 분산이 임계값 이상이고 외부 영역(350) 내 특징점의 군집도가 임계값 이하일 경우, 제2 바운딩 박스(310) 내에 물체가 여러 개라고 판단하여, 제1 바운딩 박스를(310) 재설정 하지 않기로 결정하고, 제1 바운딩 박스(310)를 그대로 유지할수 있다(450).When the variance between the colonies is greater than or equal to the threshold value, the controller 250 may determine whether to reset the first bounding box 310 by comparing the clustering degree of the feature points in the outer region 350 with the threshold value (440). For example, the controller 250 determines that there are several objects in the second bounding box 310 when the variance between the colonies is greater than or equal to the threshold value and the clustering degree of the feature points in the outer region 350 is less than the threshold value. 1 It is determined not to reset the bounding box 310, and the first bounding box 310 may be maintained (450 ).

컨트롤러(250)는 집락 간 분산이 임계값 이상이고, 외부영역(350)의 특징점의 군집도를 임계값보다 큰 경우 제1 바운딩 박스(310)를 그대로 유지할 수 있다(460).The controller 250 may maintain the first bounding box 310 as it is when the variance between the colonies is greater than or equal to the threshold value and the clustering degree of the feature points of the outer region 350 is greater than the threshold value (460 ).

즉, 컨트롤러(250)는 제1 바운딩 박스(310)를 그대로 유지하거나 제2 바운딩 박스(330)를 제1 바운딩 박스(310)로 재설정할 수 있다.That is, the controller 250 may maintain the first bounding box 310 as it is or reset the second bounding box 330 to the first bounding box 310.

이후에, 컨트롤러(250)는 재설정된 제1 바운딩 박스(310 또는 330) 내 특징점의 군집도에 기초하여 재설정된 제1 바운딩 박스(310 또는 330)의 크기를 조정할 수 있다. 컨트롤러(250)는 재설정된 제1 바운딩 박스(310 또는 330) 내 특징점의 군집도에 기초하여, 재설정된 제1 바운딩 박스(310 또는 330)의 특징점들의 각 좌표 방향에 대한 분산을 비교하여 상대적 분산을 계산할 수 있다. 예를 들어, 컨트롤러(250)는 재설정된 제1 바운딩 박스(310 또는 330) 내 특징점들의 수평 방향 좌표의 분산 및 수직 방향 좌표 방향 분산을 비교하여 상대적 분산을 계산할 수 있고, 컨트롤러(250)는 상대적 분산에 기초하여 재설정된 제1 바운딩 박스(310 또는 330)의 크기를 조정할 수 있다.Thereafter, the controller 250 may adjust the size of the reset first bounding box 310 or 330 based on the cluster diagram of the feature points in the reset first bounding box 310 or 330. The controller 250 compares the variance in each coordinate direction of the reset feature points of the first bounding box 310 or 330 based on the cluster diagram of the feature points in the reset first bounding box 310 or 330 Can be calculated. For example, the controller 250 may calculate the relative variance by comparing the variance of the horizontal coordinates and the variance of the vertical coordinates of the feature points in the reset first bounding box 310 or 330, and the controller 250 The size of the reset first bounding box 310 or 330 may be adjusted based on the variance.

도 5a 및 도 5b는 객체 추적 장치가 바운딩 박스의 크기를 조절하는 동작의 일 예를 설명하기 위한 도면이다.5A and 5B are diagrams for explaining an example of an operation in which the object tracking device adjusts the size of a bounding box.

도 5a 및 도 5b는 객체 추적 장치(100)가 보행자를 추적하는 과정에서 타겟 객체가 카메라로부터 멀어지면서 타겟 객체의 크기가 작아진 경우이다. 도 5b에서 기존 알고리즘을 이용한 경우보다, 객체 추적 장치(100)의 객체 추적 동작을 이용한 경우 타겟 객체가 작아짐에 따라 바운딩 박스가 알맞은 크기로 조정된 것을 확인할 수 있다.5A and 5B are a case in which the size of the target object decreases as the target object moves away from the camera while the object tracking device 100 tracks the pedestrian. In FIG. 5B, when the object tracking operation of the object tracking apparatus 100 is used compared to the case of using the existing algorithm, it can be seen that the bounding box is adjusted to an appropriate size as the target object becomes smaller.

도 6a 및 도 6b는 객체 추적 장치가 바운딩 박스의 크기를 조절하는 동작의 일 예를 설명하기 위한 도면이다.6A and 6B are diagrams for explaining an example of an operation in which the object tracking device adjusts the size of a bounding box.

도 6a 및 도 6b는 객체 추적 장치(100)가 자동차를 추적하는 과정에서 타겟 객체가 카메라 쪽으로 다가오면서 타겟 객체의 크기가 커진 경우이다. 도 6b에서 기존 알고리즘을 이용한 경우보다, 객체 추적 장치(100)의 객체 추적 동작을 이용한 경우 타겟 객체가 커짐에 따라 바운딩 박스가 알맞은 크기로 조정된 것을 확인할 수 있다.6A and 6B illustrate a case in which the size of the target object increases as the target object approaches the camera while the object tracking device 100 tracks the vehicle. In FIG. 6B, when the object tracking operation of the object tracking apparatus 100 is used rather than using the existing algorithm, it can be seen that the bounding box is adjusted to an appropriate size as the target object increases.

실시예에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to the embodiment may be implemented in the form of program instructions that can be executed through various computer means and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like alone or in combination. The program instructions recorded on the medium may be specially designed and configured for the embodiment, or may be known and usable to those skilled in computer software. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tapes, optical media such as CD-ROMs and DVDs, and magnetic media such as floptical disks. -A hardware device specially configured to store and execute program instructions such as magneto-optical media, and ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine language codes such as those produced by a compiler but also high-level language codes that can be executed by a computer using an interpreter or the like. The hardware device described above may be configured to operate as one or more software modules to perform the operation of the embodiment, and vice versa.

소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로(collectively) 처리 장치를 명령할 수 있다. 소프트웨어 및/또는 데이터는, 처리 장치에 의하여 해석되거나 처리 장치에 명령 또는 데이터를 제공하기 위하여, 어떤 유형의 기계, 구성요소(component), 물리적 장치, 가상 장치(virtual equipment), 컴퓨터 저장 매체 또는 장치, 또는 전송되는 신호 파(signal wave)에 영구적으로, 또는 일시적으로 구체화(embody)될 수 있다. 소프트웨어는 네트워크로 연결된 컴퓨터 시스템 상에 분산되어서, 분산된 방법으로 저장되거나 실행될 수도 있다. 소프트웨어 및 데이터는 하나 이상의 컴퓨터 판독 가능 기록 매체에 저장될 수 있다.The software may include a computer program, code, instructions, or a combination of one or more of these, configuring the processing unit to behave as desired or processed independently or collectively. You can command the device. Software and/or data may be interpreted by a processing device or to provide instructions or data to a processing device, of any type of machine, component, physical device, virtual equipment, computer storage medium or device. , Or may be permanently or temporarily embodyed in a transmitted signal wave. The software may be distributed over networked computer systems and stored or executed in a distributed manner. Software and data may be stored on one or more computer-readable recording media.

이상과 같이 실시예들이 비록 한정된 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기를 기초로 다양한 기술적 수정 및 변형을 적용할 수 있다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.As described above, although the embodiments have been described by the limited drawings, a person of ordinary skill in the art can apply various technical modifications and variations based on the above. For example, the described techniques are performed in a different order from the described method, and/or components such as a system, structure, device, circuit, etc. described are combined or combined in a form different from the described method, or other components Alternatively, even if substituted or substituted by an equivalent, an appropriate result can be achieved.

그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 청구범위의 범위에 속한다.Therefore, other implementations, other embodiments and claims and equivalents fall within the scope of the following claims.

Claims (12)

타겟 객체를 추적하기 위한 제1 바운딩 박스를 확장하여 제2 바운딩 박스를 설정하는 단계;
상기 제2 바운딩 박스에서 상기 제1 바운딩 박스를 제외한 영역을 외부 영역으로 설정하는 단계;
상기 제1 바운딩 박스 내 특징점 및 상기 외부 영역 내 특징점에 기초하여 상기 제1 바운딩 박스의 재설정 여부를 결정하는 단계; 및
재설정하기로 결정한 경우, 상기 제1 바운딩 박스를 상기 제2 바운딩 박스로 재설정하는 단계
를 포함하는, 객체 추적 방법.
Setting a second bounding box by expanding a first bounding box for tracking a target object;
Setting a region of the second bounding box excluding the first bounding box as an external region;
Determining whether to reset the first bounding box based on a feature point in the first bounding box and a feature point in the outer region; And
When it is decided to reset, resetting the first bounding box to the second bounding box
Containing, object tracking method.
제1항에 있어서,
상기 결정하는 단계는,
상기 외부 영역 내 특징점의 군집도를 계산하는 단계;
상기 제1 바운딩 박스 내 특징점의 중심 위치 및 상기 외부 영역 내 특징점의 중심 위치 간의 분산인 집락 간 분산(between-cluster variance)을 계산하는 단계; 및
상기 군집도 및 상기 집락 간 분산에 기초하여 제1 바운딩 박스의 재설정 여부를 결정하는 단계
를 포함하는, 객체 추적 방법.
The method of claim 1,
The determining step,
Calculating a clustering degree of feature points in the outer region;
Calculating between-cluster variance, which is a variance between the central position of the feature point in the first bounding box and the central position of the feature point in the outer area; And
Determining whether to reset the first bounding box based on the cluster diagram and the variance between the colonies
Containing, object tracking method.
제1항에 있어서,
상기 결정하는 단계는,
상기 외부 영역 내 객체가 상기 타겟 객체와 상이한 객체인지 판단하는 단계
를 포함하는, 객체 추적 방법.
The method of claim 1,
The determining step,
Determining whether the object in the external area is an object different from the target object
Containing, object tracking method.
제3항에 있어서,
상기 재설정하는 단계는,
상기 객체가 상기 타겟 객체와 상이한 객체로 판단하지 않은 경우, 상기 제1 바운딩 박스를 상기 제2 바운딩 박스로 재설정하는 단계
를 포함하는, 객체 추적 방법.
The method of claim 3,
The resetting step,
When the object is not determined to be an object different from the target object, resetting the first bounding box to the second bounding box
Containing, object tracking method.
제2항에 있어서,
상기 외부 영역 내 특징점의 중심 위치는,
상기 외부 영역 내 복수의 특징점들 중에서 하나의 특징점을 기준으로 나머지 특징점들까지의 거리 분산이 최소가 되는 특징점인, 객체 추적 방법.
The method of claim 2,
The central position of the feature point in the outer region is,
The object tracking method, wherein the distance variance to the remaining feature points is minimized based on one of the plurality of feature points in the external area.
제5항에 있어서,
상기 군집도는,
상기 외부 영역 내 특징점의 중심 위치를 기준으로 계산한 분산인, 객체 추적 방법.
The method of claim 5,
The cluster diagram,
The object tracking method, which is a variance calculated based on the center position of the feature point in the outer area.
인스트럭션들을 포함하는 메모리; 및
상기 인스트럭션들을 실행하기 위한 프로세서
를 포함하고,
상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는,
타겟 객체를 추적하기 위한 제1 바운딩 박스를 확장하여 제2 바운딩 박스를 설정하고, 상기 제2 바운딩 박스에서 상기 제1 바운딩 박스를 제외한 영역을 외부 영역으로 설정하고, 상기 제1 바운딩 박스 내 특징점 및 상기 외부 영역 내 특징점에 기초하여 상기 제1 바운딩 박스의 재설정 여부를 결정하고, 재설정하기로 결정한 경우, 상기 제1 바운딩 박스를 상기 제2 바운딩 박스로 재설정하는, 객체 추적 장치.
A memory containing instructions; And
A processor for executing the instructions
Including,
When the instructions are executed by the processor, the processor,
A second bounding box is set by expanding a first bounding box for tracking a target object, a region other than the first bounding box is set as an external region, and a feature point in the first bounding box and Determining whether to reset the first bounding box based on the feature point in the external area, and resetting the first bounding box to the second bounding box when it is determined to reset the first bounding box.
제7항에 있어서,
상기 프로세서는,
상기 외부 영역 내 특징점의 군집도를 계산하고, 상기 제1 바운딩 박스 내 특징점의 중심 위치 및 상기 외부 영역 내 특징점의 중심 위치 간의 분산인 집락 간 분산(between-cluster variance)을 계산하고, 상기 군집도 및 상기 집락 간 분산에 기초하여 제1 바운딩 박스의 재설정 여부를 결정하는, 객체 추적 장치.
The method of claim 7,
The processor,
Calculate the clustering degree of the feature points in the outer region, calculate the between-cluster variance, which is a variance between the central position of the feature point in the first bounding box and the central position of the feature point in the outer region, and the cluster diagram And determining whether to reset the first bounding box based on the variance between the colonies.
제7항에 있어서,
상기 프로세서는,
상기 외부 영역 내 객체가 상기 타겟 객체와 상이한 객체인지 판단하는, 객체 추적 장치.
The method of claim 7,
The processor,
An object tracking device that determines whether an object in the external area is an object different from the target object.
제9항에 있어서,
상기 프로세서는,
상기 객체가 상기 타겟 객체와 상이한 객체로 판단되지 않은 경우, 상기 제1 바운딩 박스를 상기 제2 바운딩 박스로 재설정하는, 객체 추적 장치.
The method of claim 9,
The processor,
When the object is not determined to be an object different from the target object, resetting the first bounding box to the second bounding box.
제8항에 있어서,
상기 외부 영역 내 특징점의 중심 위치는,
상기 외부 영역 내 복수의 특징점들 중에서 하나의 특징점을 기준으로 나머지 특징점들까지의 거리 분산이 최소가 되는 특징점인, 객체 추적 장치.
The method of claim 8,
The central position of the feature point in the outer region is,
The object tracking device, wherein the distance distribution to the remaining feature points is minimized based on one of the plurality of feature points in the external area.
제11항에 있어서,
상기 군집도는,
상기 외부 영역 내 특징점의 중심 위치를 기준으로 계산한 분산인, 객체 추적 장치.
The method of claim 11,
The cluster diagram,
The object tracking device, which is a variance calculated based on the center position of the feature point in the external area.
KR1020200106278A 2020-08-24 2020-08-24 Object tracking method and apparatus performing the same KR102217003B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020200106278A KR102217003B1 (en) 2020-08-24 2020-08-24 Object tracking method and apparatus performing the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020200106278A KR102217003B1 (en) 2020-08-24 2020-08-24 Object tracking method and apparatus performing the same

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
KR1020190012051A Division KR20200094496A (en) 2019-01-30 2019-01-30 Object tracking method and apparatus performing the same

Publications (2)

Publication Number Publication Date
KR20200104267A true KR20200104267A (en) 2020-09-03
KR102217003B1 KR102217003B1 (en) 2021-02-17

Family

ID=72469583

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020200106278A KR102217003B1 (en) 2020-08-24 2020-08-24 Object tracking method and apparatus performing the same

Country Status (1)

Country Link
KR (1) KR102217003B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102543836B1 (en) * 2022-09-15 2023-06-20 주식회사 위씨 Method for tracking object and device using the same

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102308752B1 (en) 2021-02-22 2021-10-05 주식회사 에스아이에이 Method and apparatus for tracking object
KR102274913B1 (en) 2021-03-30 2021-07-08 서울대학교 산학협력단 Apparatus for Bounding Box Redundancy Removal and Driving Method Thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
박정식외 1인, "이진 특징 기술자의 군집화를 이용한 특징점 고속 정합", 한국방송비디어공학회 학술대회 논문집, (2012.11.30.) *
최석창외 3인, "TPR-트리에서 경계 사각형의 사장 공간을 줄이기 위한 효율적인 MBR 근사 기법", 한국정보과학회 학술발표논문집, (2004.10.31.) *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102543836B1 (en) * 2022-09-15 2023-06-20 주식회사 위씨 Method for tracking object and device using the same

Also Published As

Publication number Publication date
KR102217003B1 (en) 2021-02-17

Similar Documents

Publication Publication Date Title
US11514947B1 (en) Method for real-time video processing involving changing features of an object in the video
KR102217003B1 (en) Object tracking method and apparatus performing the same
KR102275452B1 (en) Method for tracking image in real time considering both color and shape at the same time and apparatus therefor
KR102141296B1 (en) Object tracking method and apparatus performing the same
Li et al. Adaptive pyramid mean shift for global real-time visual tracking
Fourie et al. Harmony filter: a robust visual tracking system using the improved harmony search algorithm
US20160343165A1 (en) Method for displaying augmented reality content based on 3d point cloud recognition, and apparatus and system for executing the method
KR102349059B1 (en) Method and device to determine landmark from region of interest of image
KR101986307B1 (en) Method and system of attention memory for locating an object through visual dialogue
CN109697689A (en) Storage medium, electronic equipment, image synthesizing method and device
CN110807410A (en) Key point positioning method and device, electronic equipment and storage medium
CN112949512B (en) Dynamic gesture recognition method, gesture interaction method and interaction system
KR20160077548A (en) Apparatus and method for generating sensory effect metadata
KR20220059194A (en) Method and apparatus of object tracking adaptive to target object
KR102369413B1 (en) Image processing apparatus and method
CN108961314B (en) Moving image generation method, moving image generation device, electronic device, and computer-readable storage medium
KR20220079428A (en) Method and apparatus for detecting object in video
US11176680B2 (en) Method of tracking object and apparatuses performing the same
KR20200094496A (en) Object tracking method and apparatus performing the same
KR101834084B1 (en) Method and device for tracking multiple objects
Cheng et al. Improved fast compressive tracking for low-altitude flying target tracking
KR20220133567A (en) Method and apparatus for object tracking
KR102215289B1 (en) Video inpainting operating method and apparatus performing the same
KR20210092672A (en) Method and apparatus for tracking target
KR20210157052A (en) Object recognition method and object recognition apparatus

Legal Events

Date Code Title Description
A107 Divisional application of patent
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant