WO2012144813A2 - 지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방법 - Google Patents
지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방법 Download PDFInfo
- Publication number
- WO2012144813A2 WO2012144813A2 PCT/KR2012/002987 KR2012002987W WO2012144813A2 WO 2012144813 A2 WO2012144813 A2 WO 2012144813A2 KR 2012002987 W KR2012002987 W KR 2012002987W WO 2012144813 A2 WO2012144813 A2 WO 2012144813A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- particles
- predicted
- value
- particle
- image
- Prior art date
- Legal status (The legal status 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 status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
- G06T7/277—Analysis of motion involving stochastic approaches, e.g. using Kalman filters
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10016—Video; Image sequence
Definitions
- the present invention relates to an exponential function-based particle resampling method and an image object tracking method using the method. More specifically, when tracking an image object using a particle filter, particles having high weight are next time.
- the present invention relates to an exponential function-based particle resampling method and an image object tracking method using the method, which can remarkably improve the accuracy of image object tracking by effectively resampling into initial particles of.
- tracking of video objects means predicting and recognizing image objects to be tracked in dynamic video continuously for each frame image. Tracking of video objects is based on security and human behavior analysis. It is widely used in vision application systems in the fields of robot vision and human-computer interaction.
- Particle filter is one of the simulation-based prediction techniques, also known as the continuous Monte Carlo method, is a very effective method for tracking the same image object in a continuous new input image.
- the particle filter resamples particles used for recognizing image objects of the current time and provides them as initial particles for prediction of the image object of the next time. Copies in a linearly proportional number and resample to initial particles of the next time.
- This resampling method increases the number of particles with higher weights to be provided as initial particles in the next time than the particles with lower weights. There is a problem that cannot be resampled to the initial particles of time.
- the present inventors have researched a method of effectively resampling weighted particles among the predicted particles of the current time to initial particles of the next time, and thus resampling the particles in an exponentially proportional number.
- the present invention has been completed, and the technical configuration of the particle resampling method based on the exponential function and the image object tracking method using the method has been completed.
- an object of the present invention is a method and method for resampling particles, which can improve tracking speed and accuracy of an image object by effectively copying more weighted particles in a particle filter and providing them as initial particles at a next time. It is to provide a video object tracking method using a.
- the present invention provides a particle resampling method for re-sampling predicted particles used for particle determination in a particle filter to initial particles of the next time.
- the present invention provides a particle resampling method comprising copying and resampling the predicted particles by an integer value that is proportional to an exponential value whose exponent weights are corresponding to the predicted particles.
- the resampling obtaining a weighted exponential function value that is an exponential function value of each predicted particle as an exponent; Normalizing the weighted exponential value of each predicted particle to a value between '0' and ' ⁇ , and multiplying a normalized weighted exponential value by the total number of predicted particles to obtain a normalized copy value of each predicted particle. ; And resampling each prediction particle by the normalized radiation value of the corresponding prediction particle and resampling the initial particle of the next time.
- the weighted exponential value is an exponential value whose exponent is the value obtained by multiplying the weight of the predicted particle by the nonlinearity control parameter.
- each copy value is an approximated integer value.
- each copy of the predicted particles is copied and resampled by a radiation value calculated by the following equation. [Equation]
- Ni is the normalized radiation value of the i-th predicted particle
- N is the total number of predicted particles
- D is a nonlinearity control parameter
- ⁇ I is a weight of the i-th predicted particle.
- the present invention comprises the first step of generating a predetermined number of initial particles of the video object to be tracked in the initial image; Generating a predicted particle which is an object predicted as the image object in the current image by inputting a current image and adding a random number to each initial particle; Calculating weights which are similarities with the image object of the initial image, for each of the prediction particles; Determining a position of the image object in the current image based on the weight; And resampling the predicted particles to generate initial particles that are the basis for calculating the predicted particles of the next image, and copying the predicted particles by an integer value proportional to an exponential function value of which the weight of the predicted particles is an exponent.
- a fifth step of generating the initial particles of the image provides an image object tracking method comprising a.
- the present invention provides a computer-readable medium storing a program for executing the particle resampling method or the image object tracking method on a computer.
- the present invention also provides a server system capable of storing the program and transmitting the stored program to a computer through a communication network.
- the present invention has the following excellent effects.
- the particle resampling method and the image object tracking method using the method of the present invention since the particles having high weight can be effectively copied more and provided as initial particles of the next time based on the exponential function, the tracking of the image object is performed. Speed and accuracy can be improved.
- the user can change the radiation amount of the particle linearly or nonlinearly or adjust the degree of nonlinearity by adjusting the nonlinear adjustment parameter.
- the video object can be effectively tracked.
- FIG. 1 is a flowchart illustrating a video object tracking method according to an embodiment of the present invention.
- FIG. 3 is a view for explaining particle resampling according to an embodiment of the present invention.
- FIG. 4 is a view for explaining a nonlinear control parameter of particle resampling according to an embodiment of the present invention
- FIG. 5 is a diagram for comparing particle resampling and conventional particle resampling according to an embodiment of the present invention.
- a particle resampling method is part of an image object tracking method that continuously detects an image object to be tracked in an image using a particle filter. As it is a process, the particle resampling method will be described by explaining an image object tracking method.
- the particle resampling method of the present invention can be utilized in various technical fields for predicting information by using a particle filter in addition to the image object tracking method.
- the particle resampling method and the image object tracking method according to an embodiment of the present invention are substantially realized by operating a computer, and the computer performs the particle resampling method and the image object tracking method.
- the program is stored.
- the program is stored in a computer readable medium to be read by the computer so that the computer performs each function.
- the media may include magnetic media such as hard disks, floppy disks and magnetic tapes, optical recording media such as CDs and DVDs, magnetic-optical recording media capable of both magnetic and optical recordings, names, RAMs, and flashes. It may be known and available to those skilled in the art of computer software that can store program instructions by a memory or the like alone or in combination.
- the program may be stored in a server system and stored in the computer through a communication network so that the computer executes the particle resampling method and the image object tracking method.
- the program may execute a combination of hardware as well as a computer, a combination of hardware specially designed and configured to implement the functions of the present invention.
- the program may be composed of program instructions, local data files, local data structures, etc. alone or in combination, and may be executed by a computer using an interpreter, as well as machine code generated by a compiler. It can be a program written in high-level language code.
- An image object tracking method is largely performed by including an initial particle generation step (S1000), an image object tracking step (S2000), and a particle resampling step (S3000).
- Step S3000 is substantially the same as the particle resampling method according to an embodiment of the present invention.
- the initial particle generation step (S1000) is a step of determining an image object to be tracked and initializing particles of a particle filter. First, the computer generates an initial image.
- the initial image 100 may be transmitted directly from the camera to the computer, or may be transmitted from another computer or storage device connected through a communication network.
- the initial image 100 may be transmitted through an offline storage device such as a hard disk or a USB storage device, not an online communication network.
- an offline storage device such as a hard disk or a USB storage device
- the initial image 100 may be an initial frame image of a moving image.
- an image object 110 that is a target to be tracked is extracted from the initial image 100.
- the image object 110 may be directly transmitted from another computer and a storage device or an offline storage device connected through a communication network.
- the step of receiving the initial image 100 (S1100) and extracting the image object 110 may be omitted.
- the image object 110 is a template of a portion of the initial image 100
- It is designated in the form of a template and has constant position and size information (x, y, w, h) in the initial image 100.
- the image object 110 may be an image of a person to be tracked.
- the image object 110 is generated as N initial particles.
- the initial particles are particles that are the basis for predicting particles in the particle filter, each initial particle is composed of position, size and weight values as shown in Equation 1 below.
- index (index), x and y are one edge coordinate of the image object 110, w is the width of the image object 110, h is the height of the image object 110, and ⁇ is a weight.
- weight ⁇ is similarity information, and the sum of the added values of all the initial particles is
- the initial particles are generated to have the same weights at the beginning as shown in Equation 2 below.
- N is the total number of the initial particles.
- the image object tracking step (S2000) is a step of predicting and determining the position of the image object 110 in the current image 200 input at the current time, and is continuously input. Tracks the moving image object by repeating the process of predicting and determining the position of the image object 110 in the frame image.
- a current image 200 which is an image of a current time t, is input (S2100).
- the current image 200 may be a next frame image of the initial image 100.
- prediction particles 210 are generated by adding a random number to each of the initial particles (S2200).
- the random number may be any value within the Gaussian probability distribution.
- prediction particles 210 may be generated in consideration of the velocity (movement direction) of the particles as shown in Equation 3 below.
- C is a constant that reflects the velocity of the particle and ⁇ is the random number.
- the prediction particles 210 are added with the random number to have a position value different from that of the initial particle.
- the weight is excluded from the prediction.
- the weight means the similarity between the predicted particle 210 and the image object 110, and among the predicted particles 210, the predicted particle 212 similar to the image object 110 is recorded as'
- the predicted particle 211 having a weight value close to ⁇ and not similar to the image object 110 has a weight value close to '0'.
- the color difference of 210 may be calculated. For example, the difference between the histogram of the image object 110 and the predicted particle 210 may be calculated.
- the color difference of the image object 110 is calculated as a value between '0' and '1' by substituting the image object 110 at the position of each prediction particle 210.
- the position of the image object 110 within the current image 200 is determined based on the weights (S2400).
- the object 220 determined in the current image 200 is estimated to be the same object as the image object 110.
- the position of the image object 110 in the current image 200 may be determined, for example, by the position and size of the predicted particle having the largest weight among the predicted particles 210, or predicted by a predetermined threshold or more. It can also be determined by averaging the location and size of the particles.
- the position of the image object 110 in the current image 200 may be determined by averaging the positions of all particles.
- '0 t ' means particles determined as the image object 110 in the current image 200.
- the particle resampling step (S3000) is a step of generating predicted particles 210 predicted for the determination of the image object 220 at the current time t as initial particles that are the basis for calculating the predicted particles of the next image. . That is, the particle resampling step S3000 may be described as a concept of updating the initial particles.
- the particle resampling step (S3000) copies a large number of predicted particles 212 and a small number of predicted particles 211 to a higher weight in order to increase accuracy in positioning of the image object in the image next time. Copy less or less.
- the initial particles to be utilized next time are all resampled into ten particles with high weights. To be.
- predicted particles 210 copy and resample each predicted particle 210 by an integer value that is proportional to an exponential value whose weight of the predicted particle is an index.
- a weighted exponential function value which is an exponential function value having the weight of the corresponding predicted particle as an exponent, is obtained for each predicted particle 210 as shown in Equation 6 below.
- the weight exponential value of particles 2 to 10, which are relatively lower in weight than particle 1 is calculated to be close to '0', and particle 1 having a high weight is very high. It is calculated as a large value.
- Equation 6 D denotes a nonlinearity control parameter. As shown in FIG. 4, as D increases, the graph of the exponential function becomes nonlinear, and as D decreases, the linearity becomes linear.
- the weighted exponential value of each of the predicted particles is normalized to a value between '0' and '1', and the predicted particles 210 are all over the normalized weighted exponential value.
- the normalized radiation value of each prediction particle 210 is obtained.
- each prediction particle 210 is calculated using Equation 7 below.
- each predicted particle 210 is normalized to an integer by dividing the sum of the weighted exponential values of the corresponding predicted particles by the sum of the weighted exponential values of all the predicted particles, and multiplying by the total number of the predicted particles.
- the copy value is calculated.
- FIG. 2 shows a conventional particle resampling method.
- the radiation value of each predicted particle is calculated to be linearly proportional to the weight, all particles are copied one by one to generate initial particles of the next time. Because of this, there is a limit to effectively resampling with different amounts of radiation depending on the weight.
- the conventional particle resampling method is unable to resample a relatively large weight of predicted particles to initial particles of the next time.
- the graphs (bl), (b2) and (b3) of FIG. 5 show that the radiation values of the respective predicted particles change with the change of the nonlinearity control parameter D.
- the sex control parameter is made small, the radiation value of each particle becomes linear as shown in the graph (bl), and when the nonlinear control parameter is made large, the radiation value of each particle becomes nonlinear.
- the radiation value may be calculated while adjusting the nonlinearity adjusting parameter according to the user's setting.
- the reason for adjusting the nonlinearity control parameter is that in the graph (b3) and the next time, when the initial particles are only resampled to the predicted particles having the largest weight exponential values, the tracking accuracy of the image object is greatly improved. It is possible to resample only the predicted particles having a low weight due to an error.
- Industrial Applicability It can be used for security, human behavior analysis, robot vision, and human-computer interaction.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Image Analysis (AREA)
Abstract
본 발명은 지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방법에 관한 것으로, 보다 구체적으로는 파티클 필터를 이용하여 영상 객체를 추적할 때, 가중치가 높은 입자들을 다음 시간의 초기 입자들로 효과적으로 리샘플링함으로써 영상객체 추적의 정확도를 매우 향상시킬 수 있는 지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방법에 관한 것이다.
Description
【명세서】
【발명의 명칭】
지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방 법
【기술분야】
<1> 본 발명은 지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객 체 추적방법에 관한 것으로, 보다 구체적으로는 파티클 필터를 이용하여 영상 객체 를 추적할 때 , 가중치가 높은 입자들을 다음 시간의 초기 입자들로 효과적으로 리 샘플링함으로써 영상객체 추적의 정확도를 매우 향상시킬 수 있는 지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방법에 관한 것이다.
【배경기술】
<2> 영상처리분야에서 영상객체의 추적이란 동적인 영상에서 추적하고자하는 영 상 객체에 대해 연속적으로 각 프레임 영상마다 예측하여 인식하는 것을 의미하며, 이러한 영상객체의 추적은 보안, 인간의 행동분석, 로봇비전 및 인간과 컴퓨터 간 의 상호작용 분야의 비전 어플리케이션 시스템들에 다양하게 활용된다.
<3> 그러나, 추적하고자하는 영상 객체가 사람일 경우 영상 객체의 행동반경이 넓고 움직임이 빠르며, 사람이 향한 방향에 따라 동작이나 자세가 매우 다양하게 변화할 수 있으므로, 컴퓨터를 이용하여 연속적으로 영상 객체를 인식하여 추적하 는 것을 매우 어려운 일이다.
<4> 파티클 필터 (particle filter)는 시물레이션에 기반을 둔 예측기술의 하나로 계속적인 몬테카를로 방법이라고도 하며, 연속적으로 새롭게 입력되는 영상 내에서 동일한 영상 객체를 추적하는데 매우 효과적인 방법이다.
<5> 한편, 상기 파티클 필터는 현재 시간의 영상 객체 인식을 위해 사용된 입자 들을 리샘플링하여 다음 시간의 영상 객체의 예측을 위한 초기 입자로 제공하게 되 는데, 일반적으로 각 입자들을 각 입자들의 가중치에 선형적으로 비례하는 개수로 복사하여 다음 시간의 초기 입자들로 리샘플링한다.
<6> 이러한 리샘플링 방법은 가중치가 큰 입자들은 가중치가 작은 입자들보다 다 음 시간의 초기 입자로 제공되는 개수가 증가하기는 하나, 서로 가중치가 비슷한 입자들이 많을 경우 효과적으로 가중치가 더 큰 입자를 다음 시간의 초기 입자로 리샘플링할 수 없는 문제점이 있다.
【발명의 상세한 설명】
【기술적 과제】
<7> 본 발명자들은 현재 시간의 예측 입자들 중, 가중치가 큰 입자들을 다음 시 간의 초기 입자들로 효과적으로 리샘플링할 수 있는 방법을 연구 노력한 결과, 가 중치에 지수적으로 비례하는 개수로 입자들을 리샘플링하여 영상 객체의 추적속도 와 정확도를 매우 향상시킬 수 있는 지수함수 기반의 입자 리샘플링 방법 및 그 방 법을 이용한 영상객체 추적방법의 기술적 구성을 개발하게 되어 본 발명을 완성하 게 되었다.
<8> 따라서, 본 발명의 목적은 파티클 필터에서 가중치가 높은 입자들을 효과적 으로 더 많이 복사하여 다음 시간의 초기 입자로 제공함으로써 영상 객체의 추적속 도와 정확도를 향상시킬 수 있는 입자 리샘플링 방법 및 그 방법을 이용한 영상객 체 추적방법을 제공하는 것이다.
<9>
<10> 본 발명의 목적들은 이상에서 언급한 목적들로 제한되지 않으며, 언급되지 않은 또 다른 목적들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것 이다.
【기술적 해결방법】
<ii> 상기의 목적올 달성하기 위하여 본 발명은 파티클 필터 (Particle filter)에 서 현재 시간의 입자 결정을 위해 사용된 예측 입자들을 다음 시간의 초기 입자로 리샘플링 (re— samp ling)하는 입자 리샘플링 방법으로써, 상기 예측 입자들을 각각 해당 예측 입자의 가중치를 지수로 하는 지수함수 값에 비례하는 정수 값만큼 복사 하여 리샘플링하는 것을 특징으로 하는 입자 리샘플링 방법을 제공한다.
<12> 바람직한 실시예에 있어서, 상기 리샘플링:은 상기 각 예측 입자에 대해 해 당 예측 입자의 가중치를 지수로 하는 지수함수 값인 가중치 지수함수 값을 구하는 단계; 상기 각 예측 입자의 가중치 지수함수 값을 '0'에서 'Γ사이의 값으로 정규 화하고 정규화된 가중치 지수함수 값에 상기 예측 입자들 전체 개수를 곱하여 상기 각 예측 입자의 정규화된 복사 값을 구하는 단계; 및 상기 각 예측 입자들올 해당 예측 입자의 정규화된 복사 값만큼 복사하여 상기 다음 시간의 초기 입자로 리샘플 링하는 단계;를 포함한다.
<13> 바람직한 실시예에 있어서, 상기 가중치 지수함수 값은 해당 예측 입자의 가 중치에 비선형성 조절 파라미터를 곱한 값을 지수로 하는 지수함수 값이다.
<14> 바람직한 실시예에 있어서, 상기 각 복사 값은 근사화된 정수 값이다.
<15> 바람직한 실시예에 있어서, 상기 각 예측 입자들의 아래의 수학식에 의해 계 산되는 복사 값만큼 복사되어 리샘플링된다 .
[수학식]
Λ^=반올림 N ■
/=1 !
여기서, Ni는 i번째 예측 입자의 정규화된 복사 값, N은 전체 예측 입자들의 개수, D는 비선형성 조절 파라미터, !^는 i번째 예측 입자의 가중치이다.
또한, 본 발명은 초기 영상 내의 추적 대상인 영상객체를 일정한 개수의 초 기 입자로 생성하는 계 1단계 ; 현재 영상이 입력되고 상기 각 초기 입자에 난수 (random number)를 더하여 상기 현재 영상 내에서 상기 영상객체로 예측되는 객체 인 예측 입자들을 생성하는 제 2단계; 상기 각 예측 입자들에 대해 상기 초기 영상 의 영상객체와의 유사도인 가중치를 계산하는 게 3단계; 상기 가중치를 기반으로 상 기 현재 영상 내의 상기 영상객체의 위치를 결정하는 제 4단계; 및 상기 예측 입자 들을 리샘플링하여 다음 영상의 예측 입자 계산의 기반이 되는 초기 입자들을 생성 하되 , 상기 예측 입자들을 각각 해당 예측 입자의 가중치를 지수로 하는 지수함수 값에 비례하는 정수 값만큼 복사하여 상기 다음 영상의 초기 입자들을 생성하는 제 5단계;를 포함하는 것을 특징으로 하는 영상객체 추적방법을 제공한다.
또한, 본 발명은 상기 입자 리샘플링 방법 또는 영상객체 추적방법을 컴퓨터 상에서 실행시키기 위한 프로그램이 저장된 컴퓨터로 읽을 수 있는 매체를 제공한 다.
또한, 본 발명은 상기 프로그램을 저장하고 저장된 프로그램을 통신망을 통 해 컴퓨터로 전송할 수 있는 서버 시스템을 제공한다.
【유리한 효과】
본 발명은 다음과 같은 우수한 효과를 가진다.
먼저, 본 발명의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방 법에 의하면 지수함수에 기반하여 가중치가 높은 입자들을 효과적으로 더 많이 복 사하여 다음 시간의 초기 입자로 제공할 수 있으므로 영상 객체의 추적속도와 정확 도를 향상시킬 수 있다.
또한, 본 발명의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방 법에 의하면 비선형 조절 파라미터를 조절하여 입자의 복사 량을 선형적 또는 비선 형적으로 변화시키거나 비선형의 정도를 조절할 수 있으므로 사용자가 목적에 따라 효과적으로 영상 객체를 추적할 수 있는 효과가 있다.
【도면의 간단한 설명】
<25> 도 1은 본 발명의 일 실시예에 따른 영상객체 추적방법의 흐름도 ,
<26> 도 2는 종래의 입자 리샘플링을 설명하기 위한 도면,
<27> 도 3은 본 발명의 일 실시예에 따른 입자 리샘플링을 설명하기 위한 도면,
<28> 도 4는 본 발명의 일 실시예에 따른 입자 리샘플링의 비선형 조절 파라미터 를 설명하기 위한 도면,
<29> 도 5는 본 발명의 일 실시예에 따른 입자 리샘플링과 종래의 입자 리샘플링 을 비교하기 위한 도면이다.
<30> [부호의 설명]
<31> 100:초기영상 110:영상객체
<32> 200:현재영상 210:예측입자
【발명의 실시를 위한 최선의 형태】
<33> 본 발명에서 사용되는 용어는 가능한 현재 널리 사용되는 일반적인 용어를 선택하였으나, 특정한 경우는 출원인이 임의로 선정한 용어도 있는데 이 경우에는 단순한 용어의 명칭이 아닌 발명의 상세한 설명 부분에 기재되거나 사용된 의미를 고려하여 그 의미가 파악되어야 할 것이다.
<34> 이하, 첨부한 도면에 도시된 바람직한 실시예들을 참조하여 본 발명의 기술 적 구성을 상세하게 설명한다. .
<35>· 그러나, 본 발명은 여기서 설명되는 실시예에 한정되지 않고 다른 형태로 구 체화 될 수도 있다. 명세서 전체에 걸쳐 동일한 참조번호는 동일한 구성요소를 나 타낸다.
<36>
<37> 도 1을 참조하면, 본 발명의 일 실시예에 따른 입자 리샘플링 방법은 파티클 필터 (particle filter)를 이용하여 영상 내에서 추적하고자 하는 영상객체를 연속 적으로 검출하는 영상객체 추적방법에 일부 과정이므로 영상객체 추적방법을 설명 함으로써 입자 리샘플링 방법을 설명하기로 한다.
<38> 그러나, 본 발명의 입자 리샘플링 방법은 영상객체 추적방법 이외에 파티클 필터를 이용하여 정보를 예측하는 여러 기술분야에서 활용이 가능하다.
<39> 또한, 본 발명의 일 실시예에 따른 입자 리샘플링 방법과 영상객체 추적방법 은 실질적으로 컴퓨터를 기능시켜 실현되며, 상기 컴퓨터에는 상기 컴퓨터가 상기 입자 리샘플링 방법과 상기 영상객체 추적방법을 수행하기 위한 프로그램이 저장된 다.
<40> 또한, 상기 프로그램은 컴퓨터로 읽을 수 있는 매체에 저장되어 상기 컴퓨터 에 의해 읽혀짐으로써 상기 컴퓨터가 각 기능을 수행하게 한다.
<41> 또한, 상기 매체는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD, DVD와 같은 광 기록 매체, 자기 및 광 기록을 겸할 수 있는 자기-광 기 록 매체, 름, 램, 플래시 메모리 등 단독 또는 조합에 의해 프로그램 명령을 저장 할 수 있는 컴퓨터 소프트웨어 분야에서 통상의 지식을 가진 자에게 공지되어 사용 가능한 것일 수 있다.
<42> 그러나, 상기 프로그램은 서버 시스템에 저장되어 통신망을 통해 상기 컴퓨 터로 저장되어 상기 컴퓨터가 상기 입자 리샘플링 방법 및 상기 영상객체 추적방법 올 실행하게 할 수도 있다.
<43> 또한, 상기 프로그램은 컴퓨터뿐만 아니라 본 발명의 기능을 구현하기 위해 특별히 설계되어 구성된 하드웨어의 조합을 기능시켜 상기 방법들을 실행하게 할 수도 있다.
<44> 또한, 상기 프로그램은 프로그램 명령, 로컬 데이터 파일, 로컬 데이터 구조 등이 단독 또는 조합으로 구성될 수 있고, 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라, 인터프리터 등을 사용하여 컴퓨터에 의해 실행될 수 있는 고급 언어 코드로 짜여진 프로그램일 수 있다.
<45>
<46> 이하에서는 본 발명의 일 실시예에 따른 영상객체 추적방법에 대해 상세히 설명하기로 한다 .
<47> 본 발명의 일 실시예에 따른 영상객체 추적방법은 크게, 초기 입자 생성 단 계 (S1000), 영상 객체 추적 단계 (S2000) 및 입자 리샘플링 단계 (S3000)를 포함하여 이루어지며, 상기 입자 리샘플링 단계 (S3000)는 본 발명의 일 실시예에 따른 입자 리샘풀링 방법과 실질적으로 동일하다.
<48> 상기 초기 입자 생성단계 (S1000)는 추적의 대상이 되는 영상 객체를 결정하 고 파티클 필터의 입자를 초기화하는 단계로써, 먼저, 상기 컴퓨터는 초기 영상
(100)올 입력받는다 (S1100).
<49> 또한, 상기 초기 영상 (100)은 카메라에서 상기 컴퓨터로 직접 전송될 수 있 고, 통신망을 통해 연결된 다른 컴퓨터 또는 저장장치로부터 전송될 수도 있다.
<50> 또한, 상기 초기 영상 (100)은 온라인 통신망이 아닌 하드디스크나 유에스비 저장장치와 같은 오프라인 저장장치를 통해 전송될 수도 있다.
<5i> 예를 들면, 상기 초기 영상 (100)은 동영상의 최초 프레임 영상일 수 있다.
<52> 다음, 상기 초기 영상 (100)에서 추적하고자하는 대상인 영상 객체 (110)를 추 출한다.
<53> 또한, 상기 영상 객체 (110)는 통신망을 통해 연결된 다른 컴퓨터 및 저장장 치 또는 오프라인 저장장치로부터 직접 전송될 수 있다.
<54> 다시 말해서, 상기 영상 객체 (110)가 외부에서 추출되어 전송될 경우, 상기 초기 영상 (100)을 입력받는 단계 (S1100)와 상기 영상 객체 (110)를 추출하는 단계는 생략될 수 있다.
<55> 또한, 상기 영상 객체 (110)는 상기 초기 영상 (100)의 일부가 템플릿
(template)의 형태로 지정되는 것으로 상기 초기 영상 (100) 내에서 일정한 위치와 크기정보 (x,y,w,h)를 갖는다.
<56> 예를 들면 , 상기 영상 객체 (110)는 추적하고자 하는 사람의 영상일 수 있다.
<57> 다음, 상기 영상 객체 (110)를 N개의 초기 입자로 생성한다.
<58> 또한, 상기 초기 입자는 파티클 필터에서 입자를 예측하기 위한 기반이 되는 입자로써 상기 각 초기 입자는 아래의 수학식 1과 같이 위치, 크기 및 가중치 값들 로 구성된다.
<59> 【수학식 1】
<60>
<61> 여기서, S는 초기 시간 tO의 각 초기 입자, i는 각 초기 입자의 인덱스
(index), x 및 y는 상기 영상 객체 (110)의 일 모서리 좌표, w는 상기 영상 객체 (110)의 폭, h는 상기 영상 객체 (110)의 높이, 상기 π는 가중치이다.
<62> 또한, 상기 가중치 π는 유사도 정보이며, 모든 초기입자들의 가증치 합은
'1'이 된다. 즉, 가중치 값이 'Γ에 가까울수록 비교대상과 유사도가 높은 입자이 고 '0'에 가까울수록 유사도가 낮은 입자이다.
<63> 또한 상기 초기 입자들은 아래의 수학식 2와 같이 초기에 모두 동일한 가중 치를 갖도록 생성된다.
<66> 여기서, N은 상기 초기 입자들 전체의 개수이다.
<67> 상기 영상객체 추적단계 (S2000)는 현재 시간에 입력되는 현재 영상 (200) 내 에 상기 영상 객체 (110)의 위치를 예측하여 판단하는 단계이며, 연속적으로 입력되
는 프레임 영상 내에서 상기 영상 객체 (110)의 위치를 예측하여 판단하는 과정을 반복 함으로써 움직이는 영상 객체를 추적하게 된다.
<68> 먼저, 현재 시간 (t)의 영상인 현재 영상 (200)이 입력된다 (S2100).
<69> 예를 들면 상기 현재 영상 (200)은 상기 초기 영상 (100)의 다음 프레임 영상 일 수 있다.
<70> 다음, 상기 각 초기 입자에 난수 (random number)를 더하여 예측 입자들 (210) 을 생성한다 (S2200). 또한, 상기 난수는 가우시안 확률분포 내의 임의의 값일 수 있다.
<7i> 또한, 상기 예측 입자들 (210)은 아래의 수학식 3과 같이 입자의 속도 (이동방 향)을 고려하여 생성될 수 있다.
<72> 【수학식 3】
S t^S
<73> ^!+CC^ t-l~S ί-2)+ε
<74> 여기서 C는 입자의 속도를 얼마나 반영할 것인지에 대한 상수이고, ε는 상 기 난수이다.
<75> 즉, 상기 예측 입자들 (210)은 상기 난수가 더해져 상기 초기 입자의 위치와 서로 다른 위치 값을 된다.
<76> 또한, 상기 예측 입자들 (210)을 생성할 때는 상기 가중치는 예측은 배제된 다.
<77> 다음, 상기 각 예측 입자들 (210)의 가중치를 계산한다 (S2300).
<78> 여기서, 가중치란 상기 예측 입자 (210)와 상기 영상 객체 (110)의 유사도를 뜻하며, 상기 예측 입자 (210)들 중, 상기 영상 객체 (110)와 유사한 예측 입자 (212) 일 수록 'Γ에 가까운 가중치 값을 갖고, 상기 영상 객체 (110)와 유사하지 않은 예 측 입자 (211)일수록 '0'에 가까운 가중치 값올 갖게 된다.
<79> 또한, 상기 가중치는 아래의 수학식 4에 의해 계산된다.
<82> 여기서, 은 모든 예측 입자 (210)의 가중치 합이 '1'이 되도록하는 정규화 상수이고, 'A'는 상기 영상 객체 (110), ^는 상기 각 예측 입자 (210)를 뜻하며, 'A— B; '는 상기 영상 객체 (110)와 상기 예측 입자의 거리차를 뜻한다.
또한, 상기 거리차는 일반적으로 상기 영상 객체 (no)와 상기 예측 입자
(210)의 컬러차이로 계산될 수 있으며, 예를 들면, 상기 영상 객체 (110)와 상기 예 측 입자 (210)의 히스토그램 (histogram) 차이로 계산될 수 있다.
즉, 상기 각 예측 입자 (210)의 위치에 상기 영상 객체 (110)를 대입하여 상기 영상 객체 (110)의 컬러차이를 '0'에서 '1' 사이의 값으로 계산하는 것이다.
다음, 상기 가중치를 기반으로 상기 현재 영상 (200) 내에서 상기 영상 객체 (110)의 위치를 결정한다 (S2400).
다시 말해서, 상기 현재 영상 (200) 내에서 결정된 객체 (220)가 상기 영상 객 체 (110)와 동일한 객체로 추정되는 것이다.
또한, 상기 현재 영상 (200) 내에서 상기 영상 객체 (110)의 위치는 예를 들 면, 상기 예측 입자들 (210) 중 가중치가 가장 큰 예측 입자의 위치 및 크기로 결정 하거나, 일정한 임계치 이상의 예측 입자의 위치 및 크기를 평균하여 결정할 수도 있다.
그러나 아래의 수학식 5와 같이 모든 입자들의 위치를 평균한 값으로 상기 현재 영상 (200) 내에서 상기 영상 객체 (110)의 위치가 결정될 수도 있다.
【수학식 5】
N _ _
Ot=
/=1
여기서, '0t '는 상기 현재 영상 (200) 내에서 상기 영상 객체 (110)로 결정된 입자를 뜻한다 .
상기 입자 리샘플링 단계 (S3000)은 상기 현재 시간 (t)의 영상 객체 (220) 판 단을 위해 예측된 예측 입자 (210)들을 다음 영상의 예측 입자 계산의 기반이 되는 초기 입자들로 생성하는 단계이다. 즉, 상기 입자 리샘플링 단계 (S3000)는 상기 초 기 입자를 갱신하는 개념으로도설명될 수 있다.
또한, 상기 입자 리샘플링 단계 (S3000)는 다음 시간에 영상 내에서 영상 객 체의 위치 결정에 정확도를 높이기 위해 가중치가 큰 예측 입자 (212)는 많이 복사 하고 가중치가 작은 예측 입자 (211)는 복사하지 않거나 적게 복사한다.
예를 들어, 열 개의 예측 입자가 있을 경우, 다음 시간에 초기 입자들은 열 개의 초기 입자들로 리샘플링되어야 하는데, 열 개의 예측 입자들 중 가중치가 높 은 몇 개의 예측 입자의 개수를 늘리고, 가중치가 낮은 예측 입자는 삭제함으로써, 다음 시간에 활용될 초기 입자들은 모두 가중치가 높은 열 개의 입자들로 리샘플링
되게 한다.
또한, 상기 각 예측 입자 (210)는 상기 각 예측 입자 (210)에 대해 예측 입자 의 가중치를 지수로 하는 지수함수 값에 비례하는 정수 값만큼 복사하여 리샘플링 한다.
도 3을 참조하여 더욱 자세하게 설명하면 먼저, 아래의 수학식 6과 같이 상 기 각 예측 입자 (210)에 대해 해당 예측 입자의 가중치를 지수로 하는 지수함수 값 인 가중치 지수함수 값을 구한다.
【수학식 6】 가중치지수함수값 =exp(lV)
즉, 도 3의 그래프 (b)와 같이 1번 입자보다 가중치가 상대적으로 낮은 2번 입자 내지 10번 입자의 가중치 지수함수 값은 '0'에 가깝게 계산되고, 가중치가 높 은 1번 입자는 매우 큰 값으로 계산된다.
또한, 상기 수학식 6에서 D는 비선형성 조절 파라미터를 뜻하는 것으로 도 4 에 도시한 바와 같이 D가 커질수록 지수함수의 그래프가 비선형적이 되고, D가 작 아질수록 선형적이 된다.
다음, 도 3의 그래프 (c)와 같이 상기 각 예측 입자들의 가중치 지수함수 값 을 '0'에서 '1' 사이의 값으로 정규화하고 정규화된 가중치 지수함수 값에 상기 예 측 입자들 (210) 전체의 개수를 곱하여, 상기 각 예측 입자 (210)의 정규화된 복사 값을 구한다.
그 이유는 복사된 전체 입자의 개수가 상기 예측 입자들의 개수와 동일해야 하기 때문이다.
또한, 상기 각 예측 입자 (210)의 정규화된 복사 값은 아래의 수학식 7을 이 용하여 계산된다.
즉, 각 예측 입자 (210)의 복사 값 ^는 해당 예측 입자의 가중치 지수함수 값에 전체 예측 입자들의 가중치 지수함수 값의 합을 나누고 상기 예측 입자들의 전체 개수를 곱하여 반을림함으로써 정수로 정규화된 복사 값이 계산된다.
<107> 또한, 도 2는 종래의 입자 리샘플링 방법을 보여주는 것으로 종래에는 각 예 측 입자의 복사 값을 가중치에 선형적으로 비례하도록 계산하기 때문에 모든 입자 가 각각 하나씩 복사하여 다음 시간의 초기 입자를 생성할 수 있으므로 가중치에 따라 서로 다른 복사량으로 효과적으로 리샘폴링하는데 한계가 있다.
<108> 또한, 도 2에는 극단적으로 모든 예측 입자가 하나씩 복사되어 가중치가 전 혀 반영되지 않고 다음 시간의 초기입자가 리샘플링되는 것을 상정하였으나, 일반 적으로 도 5의 그래프 (a)과 같이 가중치가 반영되어 1번 입자, 2번 입자, 3번 입자 는 두 개에서 세 개 사이의 복사 값으로 리샘플링된다.
<109> 즉, 종래의 입자 리샘폴링 방법은 가중치가 큰 예측 입자를 상대적으로 매우 많이 다음 시간의 초기 입자로 리샘플링할 수 없는 것이다.
<πο> 또한, 도 5의 그래프 (bl), 그래프 (b2) 및 그래프 (b3)는 상기 비선형성 조절 파라미터 D의 변화에 따라 상기 각 예측 입자들의 복사 값이 변화하는 것을 보여주 는 것으로 상기 비선형성 조절 파라미터가 작게 할 경우 그래프 (bl)과 같이 각 입 자의 복사 값이 선형적이 되고, 상기 비선형성 조절 파라미터를 크게 할 경우 각 입자의 복사 값이 비선형적이 된다.
<m> 즉, 사용자의 설정에 따라 비선형성 조절 파라미터를 조절하면서 상기 복사 값을 계산할 수 있다.
<112> 또한, 상기 비선형성 조절 파라미터를 조절하는 이유는 그래프 (b3)와 다음 시간에 초기 입자가 가중치 지수함수 값이 제일 큰 예측 입자들로만 리샘플링될 경 우, 영상객체의 추적의 정확도는 매우 높일 수 있으나, 오류발생에 의해 가중치가 낮은 예측 입자로만 리샘플링될 수 있기 때문이다.
<ιΐ3> 다음, 상기 현재 영상 (200) 내에서 상기 영상 객체 (110)로 판단된 객체 (220) 가 상기 현재 영상 (200) 내에 위치하는지 판단하고 (S4000), 위치하지 않을 경우, 즉, 추적대상이 사라졌을 경우, 종료하고 위치할 경우, 다음 영상이 입력되어 (S5000) 상기 영상 객체 추적 단계 (S2000)를 반복하여 상기 영상 객체 (110)를 추적 한다.
<114>
<115> 이상에서 살펴본 바와 같이 본 발명은 바람직한 실시예를 들어 도시하고 설 명하였으나, 상기한 실시예에 한정되지 아니하며 본 발명의 정신을 벗어나지 않는 범위 내에서 당해 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 의해 다양 한 변경과 수정이 가능할 것이다.
【산업상 이용가능성】
보안, 인간 행동분석, 로봇 비전 및 인간과 컴퓨터 간의 상호작용 분야 등에 이용이 가능하다.
Claims
【청구항 1】
파티클 필터 (Particle filter)에서 현재 시간의 입자 결정을 위해 사용된 예 측 입자들을 다음 시간의 초기 입자로 리샘플링 (re-sampling)하는 입자 리샘플링 방법으로써 ,
상기 예측 입자들을 각각 해당 예측 입자의 가중치를 지수로 하는 지수함수 값에 비례하는 정수 값만큼 복사하여 리샘플링하는 것을 특징으로 하는 입자 리샘 플링 방법 .
【청구항 2]
제 1 항에 있어서,
상기 리샘플링:은
상기 각 예측 입자에 대해 해당 예측 입자의 가중치를 지수로 하는 지수함수 값인 가중치 지수함수 값을 구하는 단계 ;
상기 각 예측 입자의 가중치 지수함수 값을 '0'에서 '1'사이의 값으로 정규 화하고 정규화된 가증치 지수함수 값에 상기 예측 입자들 전체 개수를 곱하여 상기 각 예측 입자의 정규화된 복사 값올 구하는 단계; 및
상기 각 예측 입자들을 해당 예측 입자의 정규화된 복사 값만큼 복사하여 상 기 다음 시간의 초기 입자로 리샘플링하는 단계 ;를 포함하는 것을 특징으로 하는 입자 리샘플링 방법.
【청구항 3】
제 2 항에 있어서 '
상기 가중치 지수함수 값은 해당 예측 입자의 가중치에 비선형성 조절 파라 미터를 곱한 값을 지수로 하는 지수함수 값인 것을 특징으로 하는 입자 리샘플링 방법.
【청구항 4】
제 2 항에 있어서,
상기 각 복사 값은 근사화된 정수 값인 것을 특징으로 하는 입자 리샘플링 방법.
【청구항 5】
제 3 항에 있어서,
상기 각 예측 입자들의 아래의 수학식에 의해 계산되는 복사 값만큼 복사되 어 리샘플링되는 것을 특징으로 하는 입자 리샘플링 방법.
[수학식]
JV 반을림
여기서, Ni는 i번째 예측 입자의 정규화된 복사 값, N은 전체 예측 입자들의 개수, D는 비선형성 조절 파라미터, π'는 i번째 예측 입자의 가중치이다.
【청구항 6】
제 1 항 내지 제 5 항 중 어느 한 항의 입자 리샘플링 방법을 컴퓨터상에서 실행시키기 위한 프로그램이 저장된 컴퓨터로 읽을 수 있는 매체.
【청구항 7]
제 6 항의 프로그램을 저장하고 저장된 프로그램을 통신망을 통해 컴퓨터로 전송할 수 있는 서버 시스템.
【청구항 8]
초기 영상 내의 추적 대상인 영상객체를 일정한 개수의 초기 입자로 생성하 는 제 1단계 ;
현재 영상이 입력되고 상기 각 초기 입자에 난수 (random number)를 더하여 상기 현재 영상 내에서 상기 영상객체로 예측되는 객체인 예축 입자들을 생성하는 제 2단계;
상기 각 예측 입자들에 대해 상기 초기 영상의 영상객체와의 유사도인 가중 치를 계산하는 제 3단계 ;
상기 가중치를 기반으로 상기 현재 영상 내의 상기 영상객체의 위치를 결정 하는 제 4단계; 및
상기 예측 입자들을 리샘플링하여 다음 영상의 예측 입자 계산의 기반이 되 는 초기 입자들을 생성하되, 상기 예측 입자들을 각각 해당 예측 입자의 가중치를
지수로 하는 지수함수 값에 비례하는 정수 값만큼 복사하여 상기 다음 영상의 초기 입자들을 생성하는 제 5단계 ;를 포함하는 것을 특징으로 하는 영상객체 추적방법 .
【청구항 9]
제 8항에 있어서,
상기 제 5단계 :는
상기 각 예측 입자에 대해 해당 예측 입자의 가중치를 지수로 하는 지수함수 값인을 가중치 지수함수 값을 구하는 제 5-1단계 ;
상기 각 예측 입자의 가중치 지수함수 값을 '0'에서 '1'사이의 값으로 정규 화하고 정규화된 가중치 지수함수 값에 상기 예측 입자들 전체 개수를 곱하여 상기 각 예측 입자의 정규화된 복사 값을 구하는 게 5-2단계; 및
상기 각 예측 입자들을 해당 예측 입자의 정규화된 복사 값만큼 복사하여 상 기 다음 시간의 초기 입자로 리샘플링하는 제 5-3단계;를 포함하는 것을 특징으로 하는 영상객체 추적방법 .
【청구항 10]
제 9항에 있어서,
상기 가중치 지수함수 값은 해당 예측 입자의 가중치에 비선형성 조절 파라 미터를 곱한 값을 지수로 하는 지수함수 값인 것을 특징으로 하는 영상객체 추적방 법.
【청구항 11】
제 9항에 있어서,
상기 복사 값은 근사화된 정수 값인 것을 특징으로 하는 영상객체 추적방법.
【청구항 12】
제 11 항에 있어서,
여기서, ^는 i번째 예측 입자의 정규화된 복사 값, N은 전체 예측 입자들의 개수, D는 비선형성 조절 파라미터, π'는 i번째 예측 입자의 가중치이다.
【청구항 13]
제 8항 내지 제 12 항 증 어느 한 항의 영상객체 추적방법을 컴퓨터상에서 실행시키기 위한 프로그램이 저장된 컴퓨터로 읽을 수 있는 매체.
【청구항 14]
제 13 항의 프로그램을 저장하고 저장된 프로그램을 통신망을 통해 컴퓨터로 전송할 수 있는 서버 시스템.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR10-2011-0036082 | 2011-04-19 | ||
| KR1020110036082A KR101165335B1 (ko) | 2011-04-19 | 2011-04-19 | 지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방법 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2012144813A2 true WO2012144813A2 (ko) | 2012-10-26 |
| WO2012144813A3 WO2012144813A3 (ko) | 2013-01-17 |
Family
ID=46716756
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/KR2012/002987 Ceased WO2012144813A2 (ko) | 2011-04-19 | 2012-04-19 | 지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방법 |
Country Status (2)
| Country | Link |
|---|---|
| KR (1) | KR101165335B1 (ko) |
| WO (1) | WO2012144813A2 (ko) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101326644B1 (ko) | 2012-08-09 | 2013-11-08 | 전남대학교산학협력단 | 예제포즈입자 기반의 입자필터를 이용한 영상 객체 추적 방법 |
| KR101414670B1 (ko) | 2013-01-02 | 2014-07-04 | 계명대학교 산학협력단 | 온라인 랜덤 포레스트 및 파티클 필터를 이용한 열 영상에서의 객체 추적 방법 |
| KR101470367B1 (ko) * | 2013-09-30 | 2014-12-09 | 중앙대학교 산학협력단 | 이중층 파티클 필터를 이용한 다중 객체 검출 및 추적 장치와 그 방법 |
| JP2022032776A (ja) * | 2020-08-14 | 2022-02-25 | 富士通株式会社 | 画像処理装置及び画面処理プログラム |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR100526018B1 (ko) * | 2003-09-16 | 2005-11-08 | 한국과학기술원 | 물체 인식 및 추적방법 |
| KR100635883B1 (ko) | 2005-05-27 | 2006-10-18 | 성균관대학교산학협력단 | 실시간 물체 추적 장치 |
| KR100809352B1 (ko) | 2006-11-16 | 2008-03-05 | 삼성전자주식회사 | 파티클 필터 기반의 이동 로봇의 자세 추정 방법 및 장치 |
| KR100877071B1 (ko) * | 2007-07-18 | 2009-01-07 | 삼성전자주식회사 | 파티클 필터 기반의 이동 로봇의 자세 추정 방법 및 장치 |
| KR101538775B1 (ko) * | 2008-09-12 | 2015-07-30 | 삼성전자 주식회사 | 전방 영상을 이용한 위치 인식 장치 및 방법 |
-
2011
- 2011-04-19 KR KR1020110036082A patent/KR101165335B1/ko not_active Expired - Fee Related
-
2012
- 2012-04-19 WO PCT/KR2012/002987 patent/WO2012144813A2/ko not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| KR101165335B1 (ko) | 2012-07-18 |
| WO2012144813A3 (ko) | 2013-01-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR102770344B1 (ko) | 지오로케이션 예측을 위한 시스템 및 방법 | |
| CN109643383B (zh) | 域分离神经网络 | |
| RU2711029C2 (ru) | Классификация касаний | |
| JP5421466B2 (ja) | 選択運動制御の分類 | |
| WO2020228522A1 (zh) | 目标跟踪方法、装置、存储介质及电子设备 | |
| US10600190B2 (en) | Object detection and tracking method and system for a video | |
| KR20120045627A (ko) | 멀티 터치 특징정보 추출방법 및 그 멀티 터치 특징정보를 이용한 멀티 터치 제스처 인식방법 | |
| JP2020522773A (ja) | 画像内のオブジェクトの検出および表現 | |
| JP7683784B2 (ja) | 情報処理装置、情報処理方法及びプログラム | |
| WO2012144813A2 (ko) | 지수함수 기반의 입자 리샘플링 방법 및 그 방법을 이용한 영상객체 추적방법 | |
| CN109154938A (zh) | 使用离散非踪迹定位数据将数字图中的实体分类 | |
| US20230111393A1 (en) | Information processing apparatus and method, and non-transitory computer-readable storage medium | |
| Lin et al. | Boosting moving average reversion strategy for online portfolio selection: a meta-learning approach | |
| Cheng et al. | Adaptive particle sampling and adaptive appearance for multiple video object tracking | |
| Rogers et al. | FingerCloud: uncertainty and autonomy handover incapacitive sensing | |
| CN115601629A (zh) | 模型训练方法、图像识别方法、介质、装置和计算设备 | |
| WO2013128839A1 (ja) | 画像認識システム、画像認識方法およびコンピュータ・プログラム | |
| CN111061367B (zh) | 一种自助设备手势鼠标的实现方法 | |
| Singh | Hybrid machine learning approach for predictive modeling of complex systems | |
| Yang et al. | Visual detection and tracking algorithms for human motion | |
| CN115756163A (zh) | 手势识别实时交互方法、网络设备及存储介质 | |
| Cao et al. | Visual object tracking based on Motion-Adaptive Particle Filter under complex dynamics | |
| US8655810B2 (en) | Data processing apparatus and method for motion synthesis | |
| Muhammad et al. | Enhancing shoplifting detection precision through quantum-based bayesian optimization techniques | |
| JP7702726B2 (ja) | 与信情報生成装置および与信情報生成方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12774892 Country of ref document: EP Kind code of ref document: A2 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 12774892 Country of ref document: EP Kind code of ref document: A2 |



