KR101582983B1 - Apparatus and method for fast object detection using scale invariant feature vector - Google Patents

Apparatus and method for fast object detection using scale invariant feature vector Download PDF

Info

Publication number
KR101582983B1
KR101582983B1 KR1020140069450A KR20140069450A KR101582983B1 KR 101582983 B1 KR101582983 B1 KR 101582983B1 KR 1020140069450 A KR1020140069450 A KR 1020140069450A KR 20140069450 A KR20140069450 A KR 20140069450A KR 101582983 B1 KR101582983 B1 KR 101582983B1
Authority
KR
South Korea
Prior art keywords
feature vector
image patch
image
patch cell
divided
Prior art date
Application number
KR1020140069450A
Other languages
Korean (ko)
Other versions
KR20150141021A (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 KR1020140069450A priority Critical patent/KR101582983B1/en
Publication of KR20150141021A publication Critical patent/KR20150141021A/en
Application granted granted Critical
Publication of KR101582983B1 publication Critical patent/KR101582983B1/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/40Extraction of image or video features
    • G06V10/46Descriptors for shape, contour or point-related descriptors, e.g. scale invariant feature transform [SIFT] or bags of words [BoW]; Salient regional features
    • G06V10/462Salient features, e.g. scale invariant feature transforms [SIFT]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/50Extraction of image or video features by performing operations within image blocks; by using histograms, e.g. histogram of oriented gradients [HoG]; by summing image-intensity values; Projection analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Analysis (AREA)

Abstract

본 발명은 영상 크기에 따라 불변하는 특징 벡터를 이용하여 고속으로 객체를 검출하는 장치 및 방법에 관한 것이다.
본 발명의 일면에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치는 영상 입력부가 획득한 영상의 화소 중, 영상 패치 셀과 공유 영역을 가지는 화소의 공유 영역에 대한 점유율을 계산하여 영상 패치 셀에 대한 기울기 히스토그램(HOG, Histogram of Oriented Gradient)을 산출하고, 산출 결과를 이용하여 영상 패치 셀의 크기 변환에 따라 불변하는 기울기 히스토그램 특징 벡터를 추출하는 특징 벡터 추출부 및 기울기 히스토그램 특징 벡터를 이용하여 영상 내의 객체를 검출하는 객체 검출부를 포함하는 것을 특징으로 한다.
The present invention relates to an apparatus and a method for detecting an object at a high speed using a feature vector which is invariant according to an image size.
A fast object detection apparatus using a size invariant feature vector according to an aspect of the present invention calculates a share of a pixel having a shared region and an image patch cell among pixels of the image acquired by the image input unit, A feature vector extracting unit for extracting an invariant slope histogram feature vector according to the size conversion of the image patch cell using the result of the calculation and a gradient histogram feature vector for calculating the histogram of the orientated gradient, And an object detecting unit for detecting the object.

Description

크기 불변 특징 벡터를 이용한 고속 객체 검출 장치 및 방법{APPARATUS AND METHOD FOR FAST OBJECT DETECTION USING SCALE INVARIANT FEATURE VECTOR}[0001] APPARATUS AND METHOD FOR FAST OBJECT DETECTION USING SCALE INVARIANT FEATURE VECTOR [0002]

본 발명은 영상 크기에 따라 불변하는 특징 벡터를 이용하여 고속으로 객체를 검출하는 장치 및 방법에 관한 것이다.
The present invention relates to an apparatus and a method for detecting an object at a high speed using a feature vector which is invariant according to an image size.

차량, 보행자, 얼굴 등 다양한 객체를 검출하는 기술은 컴퓨터 비전 분야 중 지능형 자동차, 로봇, 감시 카메라, 게임 등의 분야에 적용되고 있다. Techniques for detecting various objects such as vehicles, pedestrians, and faces have been applied to fields of intelligent automobiles, robots, surveillance cameras, games, and the like in the field of computer vision.

영상에서 특정 객체를 검출하는 종래의 기술은 사전에 학습된 모델을 이용하여 전체 영상을 탐색하고, 전체 영상 내에서 객체에 해당되는 영역을 선택함으로써 객체의 위치 및 크기를 결정한다. Conventional techniques for detecting a specific object in an image determine the position and size of the object by searching the entire image using a previously learned model and selecting an area corresponding to the object in the entire image.

도 1에 도시된 바와 같이, 관심 객체 검출을 위하여 기울기 히스토그램(HOG, Histogram of Oriented Gradient) 및 서포트 벡터 머신(SVM, Support Vector Machine)을 결합한 방법, 즉 사전 학습을 위하여 샘플 영상에서 기울기 히스토그램(HOG) 특징 벡터를 추출하고, 추출된 특징 벡터 및 선형 서포트 벡터 머신 분류기를 이용하여 분류 모델을 학습시키는 방법이 제안되고 있다. As shown in FIG. 1, in order to detect an object of interest, a method of combining a histogram of an Oriented Gradient (HOG) and a support vector machine (SVM) ) Feature vectors are extracted, and a classification model is learned using extracted feature vectors and linear support vector machine classifiers.

예를 들어, 종래의 기술에 따르면 100명의 사람 영상과 100개의 배경영상(사람이 아닌 물체 또는 배경)에 대한 기울기 히스토그램 특징 벡터를 추출하고, 이를 벡터 공간에 표현하여, 평면 방정식(Optimal Hyper Plane)을 기준으로 객체의 군집을 구별함으로써, 객체를 검출할 수 있다. For example, according to the conventional art, a slope histogram feature vector for 100 human images and 100 background images (non-human objects or backgrounds) is extracted and expressed in a vector space, and a plane equation (Optimal Hyper Plane) The object can be detected by distinguishing the clusters of the objects based on the object.

종래 기술에 따른 기울기 히스토그램 및 서포트 벡터 머신을 이용한 객체 검출 기술은 하르 유사 특징(Haar-like feature)과 아다부스트(Adaboost)를 이용하는 방법에 비하여 객체 검출 성능이 향상되지만, 영상 내에서 다양한 크기의 객체를 검출하고자 하는 경우에는 연산 시간이 급격하게 증가되는 문제점이 있다. The object detection technique using the slope histogram and the support vector machine according to the related art improves the object detection performance as compared with the method using the Haar-like feature and the Adaboost feature, There is a problem that the computation time is rapidly increased.

이는 기울기 히스토그램(HOG) 특징 벡터는 크기 불변(scale invariant)한 특성을 가지지 못하므로, 종래 기술에 따른 기울기 히스토그램을 이용한 객체 검출 기술은 도 2에 도시된 바와 같이 실험 영상의 크기를 조절하여 수십 개의 피라미드 영상을 만들고, 각각의 영상에 대하여 고정 크기(학습된 영상 샘플의 크기와 같은 크기)의 영상 패치를 이용하여 객체 탐색을 수행하므로 연산 시간이 증가되기 때문이다.Since the slope histogram (HOG) feature vector does not have the property of scale invariant, the object detection technique using the slope histogram according to the related art adjusts the size of the experiment image as shown in FIG. 2, The pyramid image is created and the object search is performed using the image patches of a fixed size (the same size as the size of the learned image samples) for each image, thereby increasing the calculation time.

도 3에 도시한 종래 기술에 따른 기울기 히스토그램 특징 벡터 검출을 이용한 관심 객체 검출 기술은 일례로 샘플 영상(예: 48×96의 해상도를 갖는 학습 영상)을 6×12의 셀(cell)로 나누고, 각각의 셀(8×8 화소)에 대하여 기울기의 각도 및 크기를 산출한다. 또한, 기울기의 각도를 일정한 간격(bin, 도 3에 도시한 막대 그래프에서 x축에서 막대 그래프의 폭 또는 인터벌)으로 나누고, 각 bin에 대하여 각 화소에서 구한 기울기의 크기(magnitude)를 합산한다. 3, for example, a sample image (eg, a learning image having a resolution of 48 × 96) is divided into 6 × 12 cells, The angle and size of the tilt are calculated for each cell (8 x 8 pixels). Further, the angle of the tilt is divided by a constant interval (bin, the bar graph width or interval in the x-axis in the bar graph shown in Fig. 3), and the magnitude of the gradient obtained from each pixel is added to each bin.

각각의 셀은 이웃하는 2x2 셀들과 결합하여 하나의 블록(block)을 구성하고, 기울기 히스토그램(HOG)은 블록 내에서 정규화된다. 샘플 영상에 대한 전체 특징 벡터 차원의 크기(nF)는 아래 [수식 1]과 같이, 블록의 개수(nB), bin의 개수(nbin), 블록당 셀의 개수(nC)의 곱에 의하여 결정된다. Each cell is combined with neighboring 2x2 cells to form a block, and the gradient histogram (HOG) is normalized in the block. The size nF of the entire feature vector dimension for the sample image is determined by the product of the number of blocks nB, the number of bins nbin, and the number of cells nC per block, as shown in the following equation .

[수식 1][Equation 1]

Figure 112014053656868-pat00001

Figure 112014053656868-pat00001

최근의 연구 결과에 따르면, 영상의 크기가 변경되더라도, 기울기에 대한 크기(magnitude)는 일정 상수에 비례하는 특성을 가진다. According to recent research results, even if the image size is changed, the magnitude of the slope is proportional to a certain constant.

기울기 히스토그램(HOG) 특징 벡터를 추출하는 경우, 모든 bin에 대하여 정규화하는 과정이 수반되므로, 이론적으로는 실험 영상의 크기에 상관없이 기울기 정보를 사용할 수 있다. Slope histogram (HOG) When extracting feature vectors, normalization is performed for all bins, so theoretically, slope information can be used regardless of the size of the experiment image.

그러나, 영상 내에서 다양한 크기의 객체를 검출하고자 하는 경우, 셀에서의 화소수가 정수가 되지 않는 경우(예: 44×88의 실험 영상에 대하여 특징 벡터를 추출하고자 하는 경우, 각각의 셀은 7.5×7.5의 화소를 가지게 됨)에는 기울기 히스토그램(HOG) 특징 벡터를 정확하게 추출할 수 없는 문제점이 있다.
However, when it is desired to detect objects of various sizes in an image, when the number of pixels in a cell does not become an integer number (for example, when a feature vector is extracted for a 44 × 88 experimental image, 7.5 pixels), there is a problem that the gradient histogram (HOG) feature vector can not be accurately extracted.

본 발명은 상기한 종래 기술의 문제점을 해결하기 위한 것으로, 다양한 스케일의 영상 패치에 대하여도 불변 특성을 가지는 기울기 히스토그램 특징 벡터를 추출함으로써, 피라미드 영상을 생성하지 아니하고 원본 영상에서 다양한 크기의 객체를 검출할 수 있는 고속 객체 검출 장치 및 방법을 제공하는 데 목적이 있다.
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems of the prior art, and it is an object of the present invention to extract a slope histogram feature vector having an invariant characteristic even for image patches of various scales, And to provide a high-speed object detection apparatus and method capable of performing high-speed object detection.

본 발명의 일면에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치는 영상 입력부가 획득한 영상의 화소 중, 영상 패치 셀과 공유 영역을 가지는 화소의 공유 영역에 대한 점유율을 계산하여 영상 패치 셀에 대한 기울기 히스토그램(HOG, Histogram of Oriented Gradient)을 산출하고, 산출 결과를 이용하여 영상 패치 셀의 크기 변환에 따라 불변하는 기울기 히스토그램 특징 벡터를 추출하는 특징 벡터 추출부 및 기울기 히스토그램 특징 벡터를 이용하여 영상 내의 객체를 검출하는 객체 검출부를 포함하는 것을 특징으로 한다. A fast object detection apparatus using a size invariant feature vector according to an aspect of the present invention calculates a share of a pixel having a shared region and an image patch cell among pixels of the image acquired by the image input unit, A feature vector extracting unit for extracting an invariant slope histogram feature vector according to the size conversion of the image patch cell using the result of the calculation and a gradient histogram feature vector for calculating the histogram of the orientated gradient, And an object detecting unit for detecting the object.

본 발명의 다른 면에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법은 입력된 영상의 화소 중, 영상 패치 셀과 공유 영역을 가지는 화소의 공유 영역에 대한 점유율을 고려하여 영상 패치 셀에 대한 기울기 히스토그램을 산출하고, 산출 결과를 이용하여 영상 패치 셀의 크기 변환에 따라 불변하는 기울기 히스토그램 특징 벡터를 추출하는 단계 및 기울기 히스토그램 특징 벡터를 이용하여 영상 내의 객체를 검출하는 단계를 포함하는 것을 특징으로 한다.
According to another aspect of the present invention, there is provided a method of detecting a fast object using a size invariant feature vector, comprising: calculating a slope histogram for an image patch cell by considering a share of a pixel having an image patch cell and a shared region among pixels of the input image, Extracting an invariant slope histogram feature vector according to the size change of the image patch cell using the calculation result, and detecting an object in the image using the slope histogram feature vector.

본 발명에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치 및 방법은 종래 기술에 따른 기울기 히스토그램 특징 벡터를 이용한 객체 검출 기술이 가지는 연산 시간 증가의 문제점을 해결하여, 처리 속도를 급격하게 향상시키는 효과가 있다. The apparatus and method for detecting a fast object using a size invariant feature vector according to the present invention solves the problem of increase in computation time of an object detection technique using a skew histogram feature vector according to the related art, have.

임의의 스케일의 영상 패치에 대하여도, 크기 불변(scale invariant)의 기울기 히스토그램(HOG) 특징 벡터를 추출함으로써, 피라미드 영상을 생성하지 않고도 영상 내에서 다양한 크기의 객체를 검출하는 효과가 있다. Extracting a scale invariant gradient histogram (HOG) characteristic vector for an image patch of arbitrary scale, there is an effect of detecting objects of various sizes in an image without generating a pyramid image.

객체 검출 시간을 단축시키고 다양한 외부 환경에서 특정 객체를 강건하게 검출할 수 있으므로, 차량 안전 보조 시스템, 지능형 방법 시스템 등 다양한 객체 검출 분야에 적용이 가능한 효과가 있다. The object detection time can be shortened and the specific object can be robustly detected in various external environments. Therefore, the present invention can be applied to various object detection fields such as a vehicle safety assisting system and an intelligent method system.

본 발명의 효과는 이상에서 언급한 것들에 한정되지 않으며, 언급되지 아니한 다른 효과들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.
The effects of the present invention are not limited to those mentioned above, and other effects not mentioned can be clearly understood by those skilled in the art from the following description.

도 1은 종래 기술에 따른 기울기 히스토그램(HOG) 및 서포트 벡터 머신(SVM)을 이용한 객체 검출 과정을 나타내는 개념도이다.
도 2는 종래 기술에 따른 기울기 히스토그램(HOG) 및 서포트 벡터 머신(SVM)을 이용한 다중 스케일 영상에서의 객체 검출 과정을 나타내는 개념도이다.
도 3은 종래 기술에 따른 기울기 히스토그램(HOG) 산출 과정을 나타내는 개념도이다.
도 4는 본 발명의 실시예에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치를 나타내는 블록도이다.
도 5는 본 발명의 실시예에 따른 다양한 스케일의 영상 패치에 대한 학습 모델 적용 과정을 나타내는 개념도이다.
도 6은 본 발명의 실시예에 따른 화소의 점유율을 산출하는 과정에 있어서 영상 패치 셀과 공유 영역을 가지는 화소를 나타내는 개념도이다.
도 7은 본 발명의 실시예에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법을 나타내는 순서도이다.
1 is a conceptual diagram illustrating an object detection process using a slope histogram (HOG) and a support vector machine (SVM) according to the prior art.
2 is a conceptual diagram illustrating an object detection process in a multi-scale image using a gradient histogram (HOG) and a support vector machine (SVM) according to the prior art.
FIG. 3 is a conceptual diagram illustrating a gradient histogram (HOG) calculation process according to the related art.
4 is a block diagram illustrating a fast object detection apparatus using a size invariant feature vector according to an embodiment of the present invention.
5 is a conceptual diagram illustrating a process of applying a learning model to image patches of various scales according to an embodiment of the present invention.
FIG. 6 is a conceptual diagram illustrating a pixel having an image patch cell and a shared area in a process of calculating a pixel occupancy rate according to an embodiment of the present invention.
7 is a flowchart illustrating a fast object detection method using a size invariant feature vector according to an embodiment of the present invention.

본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시 예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 개시되는 실시 예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 것이며, 단지 본 실시 예들은 본 발명의 개시가 완전하도록 하며, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 용이하게 이해할 수 있도록 제공되는 것이며, 본 발명은 청구항의 기재에 의해 정의된다. 한편, 본 명세서에서 사용된 용어는 실시 예들을 설명하기 위한 것이며 본 발명을 제한하고자 하는 것은 아니다. 본 명세서에서, 단수형은 문구에서 특별히 언급하지 않는 한 복수형도 포함한다. 명세서에서 사용되는 "포함한다(comprises)" 또는 "포함하는(comprising)"은 언급된 구성요소, 단계, 동작 및/또는 소자 이외의 하나 이상의 다른 구성요소, 단계, 동작 및/또는 소자의 존재 또는 추가를 배제하지 않는다.BRIEF DESCRIPTION OF THE DRAWINGS The advantages and features of the present invention and the manner of achieving them will become apparent with reference to the embodiments described in detail below with reference to the accompanying drawings. The present invention may, however, be embodied in many different forms and should not be construed as being limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the invention to those skilled in the art. And the present invention is defined by the description of the claims. It is to be understood that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. In the present specification, the singular form includes plural forms unless otherwise specified in the specification. It is noted that " comprises, " or "comprising," as used herein, means the presence or absence of one or more other components, steps, operations, and / Do not exclude the addition.

이하에서는 도면을 참조하면서, 본 발명의 바람직한 실시 예들을 구체적으로 설명한다.
Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the drawings.

본 발명은 입력되는 영상의 크기 변화에 따라 영상 패치 셀 당 화소수가 정수가 되지 않아 기울기 히스토그램(HOG) 특징 벡터가 부정확하게 추출되는 종래 기술의 문제점을 해결하기 위하여 제안된 것이다. The present invention has been proposed in order to solve the problem of the prior art in which the slope histogram (HOG) feature vector is incorrectly extracted because the number of pixels per image patch cell does not become an integer according to the size change of the input image.

도 4는 본 발명의 실시예에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치를 나타내는 블록도이다. 4 is a block diagram illustrating a fast object detection apparatus using a size invariant feature vector according to an embodiment of the present invention.

본 발명의 실시예에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치는 영상 입력부(100)가 획득한 영상의 화소 중 영상 패치 셀과 공유 영역을 가지는 화소의 공유 영역에 대한 점유율을 계산하여, 기울기 히스토그램 특징 벡터를 추출하는 특징 벡터 추출부(200) 및 기울기 히스토그램 특징 벡터를 이용하여 영상 내의 객체를 검출하는 객체 검출부(300)를 포함한다. The fast object detecting apparatus using the size invariant feature vector according to the embodiment of the present invention calculates the occupancy rate of the shared patch region of the image patch cell and the pixel having the shared region among the pixels of the image acquired by the image input unit 100, A feature vector extractor 200 for extracting a histogram feature vector, and an object detector 300 for detecting an object in the image using a gradient histogram feature vector.

본 발명의 실시예에 따른 특징 벡터 추출부(200)는 영상 입력부(100)를 통하여 획득된 영상의 화소 중, 영상 패치 셀의 영역에 적어도 일부가 포함되는 화소의 공유 영역에 대한 점유율을 계산한다. The feature vector extracting unit 200 according to the embodiment of the present invention calculates the occupancy rate of the pixel of the image obtained through the image input unit 100 with respect to the shared area of the pixel including at least a part of the image patch cell .

특징 벡터 추출부(200)는 영상 패치 셀의 셀 당 화소수가 정수가 아닌 경우, 영상 패치 셀의 영역에 할당되는 기울기 히스토그램 값을 산출하기 위하여, 영상 패치 셀의 영역에 적어도 일부가 포함되는 화소의 공유 영역에 대한 점유율을 계산한다. 즉, 특징 벡터 추출부(200)는 영상 패치 셀의 셀 당 화소수가 정수가 아닌 경우에 영상 패치 셀에 일부가 포함되는 화소의 공유 영역에 대한 점유율을 계산하여 영상 패치 셀에 할당되는 기울기 히스토그램을 산출하고, 산출한 기울기 히스토그램을 누적하여 영상 패치의 기울기 히스토그램 특징 벡터를 추출한다. If the number of pixels per cell of the image patch cell is not an integer, the feature vector extracting unit 200 extracts a feature value of a pixel included in at least a part of the image patch cell in order to calculate a slope histogram value allocated to an area of the image patch cell. Calculate the share for the shared area. That is, when the number of pixels per cell of the image patch cell is not an integer, the feature vector extracting unit 200 calculates the occupancy rate of the pixel including a part of the image patch cell in the image patch cell and calculates a slope histogram And the slope histogram feature vector of the image patch is extracted by accumulating the calculated slope histogram.

본 발명의 실시예에 따른 특징 벡터 추출부(200)가 추출한 기울기 히스토그램 특징 벡터는 크기 불변(scale invariant)한 특성을 가지게 된다. The slope histogram feature vector extracted by the feature vector extractor 200 according to the embodiment of the present invention has a scale invariant characteristic.

즉, 본 발명의 실시예에 따르면 특징 벡터 추출부(200)는 다중 크기(multi-scale)의 영상 패치로부터 특징 벡터를 추출하고, 객체 검출부(300)는 이러한 특징 벡터를 이용하여 영상 내에서 특정 객체를 검출하여, 도 5에 도시된 바와 같이 다양한 스케일의 영상 패치에 대하여 학습 모델을 적용할 수 있다. That is, according to the embodiment of the present invention, the feature vector extracting unit 200 extracts a feature vector from a multi-scale image patch, and the object detector 300 uses the feature vector to determine An object may be detected, and a learning model may be applied to image patches of various scales as shown in FIG.

따라서, 본 발명의 실시예에 따르면 수십 개의 피라미드 영상을 만들지 않고도 특정 객체를 판별할 수 있게 되어 연산 시간을 획기적으로 줄이는 것이 가능하다.
Therefore, according to the embodiment of the present invention, it is possible to identify a specific object without creating dozens of pyramid images, and it is possible to drastically reduce the calculation time.

도 6은 본 발명의 실시예에 따른 화소의 점유율을 산출하는 과정에 있어서 영상 패치 셀과 공유 영역을 가지는 화소를 나타내는 개념도이다. FIG. 6 is a conceptual diagram illustrating a pixel having an image patch cell and a shared area in a process of calculating a pixel occupancy rate according to an embodiment of the present invention.

도 6에 도시된 영상 패치 블록은 2 x2의 영상 패치 셀로 구성된다. 이는 본 발명의 실시예에 대한 당업자의 이해를 돕기 위한 하나의 예로서, 영상 패치 블록 당 셀의 개수는 이와 다르게 구성되는 것 역시 가능하다. The image patch block shown in Fig. 6 is composed of 2 x 2 image patch cells. It is also possible that the number of cells per image patch block is different from that of the image patch block, for example, to help those skilled in the art understand the embodiments of the present invention.

도 6은 영상 패치 셀 당 화소수가 정수가 아닌 경우를 예를 들어 도시한 도면으로서, 입력 영상의 각 화소는 영상 패치 셀의 영역에 전부가 포함되거나, 일부가 포함되거나, 전부가 포함되지 않는 경우로 나누어 3가지 분류로 구분할 수 있다. 6 is a diagram showing an example in which the number of pixels per image patch cell is not an integer. In the case where the pixels of the input image are all included, partially included, or not all included in the image patch cell , And can be divided into three categories.

본 발명의 실시예에 따른 특징 벡터 추출부(200)는 영상 패치 셀의 영역에 할당되는 기울기 히스토그램 값을 산출하는 구성으로서, 영상 패치 셀의 영역에 전부가 포함되는 화소(10)의 기울기 히스토그램 및 일부가 포함되는 화소(20a 내지 20d, 30a 내지 30d)의 점유율을 고려한 기울기 히스토그램을 합산하여, 총 기울기 히스토그램 값을 산출한다. The feature vector extracting unit 200 according to the embodiment of the present invention calculates a slope histogram value assigned to an area of an image patch cell and includes a slope histogram of the pixel 10 including all of the area of the image patch cell, The inclination histogram considering the occupation rates of the pixels 20a to 20d and 30a to 30d including a part of them is summed to calculate the total inclination histogram value.

영상 패치 셀의 영역에 일부가 포함되는 화소는 2가지로 다시 분류할 수 있는데, 본 발명의 실시예에 대한 당업자의 이해를 돕기 위하여, 첫 번째 분류를 영상 패치 셀을 이루는 변 중 하나의 변에 의하여 분할되는 화소의 집합인 분할 화소 영역(20a 내지 20d)으로 정의하고, 두 번째 분류를 영상 패치 셀의 꼭지점을 포함하고 영상 패치 셀의 변 중 두 개의 변에 의하여 분할되는 화소인 모서리 화소(30a 내지 30d)로 정의한다. In order to help those skilled in the art understand the embodiments of the present invention, the first classification may be applied to one side of the sides of the image patch cell And the second classification is defined as the edge pixel 30a including the vertex of the image patch cell and divided by two sides of the image patch cell 30a To 30d).

본 발명의 실시예에 따른 특징 벡터 추출부(200)는 영상 패치 셀의 변 중 하나의 변에 의하여 분할되는 화소의 집합인 분할 화소 영역(20a, 20b, 20c, 20d)이 영상 패치 셀과 공유하는 부분에 대하여 점유하는 비율인 점유율을 각각 계산한다. The feature vector extracting unit 200 according to the embodiment of the present invention extracts feature pixel values of the divided pixel regions 20a, 20b, 20c, and 20d, which are sets of pixels divided by one side of the image patch cells, Which is a ratio occupied by a portion occupied by the user.

또한, 본 발명의 실시예에 따른 특징 벡터 추출부(200)는 영상 패치 셀의 꼭지점을 포함하고 영상 패치 셀의 두 개의 변에 의하여 분할되는 모서리 화소(30a, 30b, 30c, 30d)의 점유율을 각각 계산하되, 모서리 화소의 공유 영역에 대한 점유율은 두 개의 변에 의하여 분할되는 분할 화소 영역(20a 및 20c, 20b 및 20c, 20b 및 20d , 20a 및 20d)의 점유율을 곱하여 계산한다.
In addition, the feature vector extractor 200 according to the embodiment of the present invention extracts the occupancy rate of the edge pixels 30a, 30b, 30c, and 30d including the vertices of the image patch cell and divided by two sides of the image patch cell, The occupancy rate of the edge pixel with respect to the shared area is calculated by multiplying the occupancy rate of the divided pixel areas 20a and 20c, 20b and 20c, 20b and 20d, 20a and 20d divided by the two sides.

도 6에 도시된 바와 같이, (px1, py1)은 임의의 i번째 영상 패치 셀의 좌측 상단 꼭지점의 x, y좌표이고, (px2, py2)은 임의의 i번째 영상 패치 셀의 우측 하단 꼭지점의 x, y좌표이다. 6, (px1, py1) is the x and y coordinates of the upper left vertex of the arbitrary ith image patch cell, and (px2, py2) is the x and y coordinates of the upper right vertex of the ith image patch cell. x, and y coordinates.

즉, 모서리 화소(30a, 30b, 30c, 30d)는 각각 (px1, py1), (px2, py1), (px2, py2) 및 (px1, py2)의 꼭지점을 포함하고, 영상 패치 셀의 두 개의 변에 의하여 분할되는 화소에 해당한다. That is, the edge pixels 30a, 30b, 30c and 30d include vertices of (px1, py1), (px2, py1), (px2, py2) Which corresponds to pixels divided by sides.

또한, 도 6에 도시된 바와 같이, 영상 패치 셀을 이루는 하나의 변에 의하여 분할되어, 영상 패치 셀과 공유하는 영역이 있는 화소의 집합은 총 4개(제1 분할 화소 영역 20a 내지 제4 분할 화소 영역 20d)가 형성된다. As shown in FIG. 6, a set of pixels divided by one side of the image patch cell and having an area shared with the image patch cell is four (a first divided pixel region 20a to a fourth divided Pixel region 20d) is formed.

본 발명의 실시예에 따른 특징 벡터 추출부(200)는 영상 패치 셀에 전 영역이 포함되는 화소(10)와, 영상 패치 셀의 영역에 일부가 포함되는 화소(20a 내지 20d, 30a 내지 30d)의 점유율을 고려하여, 임의의 i번째 셀에 대한 k번째 bin에 해당되는 기울기 히스토그램을 아래 [수식 2]를 이용하여 산출한다.   The feature vector extracting unit 200 according to the embodiment of the present invention includes a pixel 10 including the entire region of the image patch cell and pixels 20a through 20d and 30a through 30d including a part of the region of the image patch cell, The slope histogram corresponding to the k-th bin for an arbitrary i-th cell is calculated using the following equation (2). &Quot; (2) "

[수식 2][Equation 2]

Figure 112014053656868-pat00002
Figure 112014053656868-pat00002

이 때,

Figure 112014053656868-pat00003
는 i번째 셀의 영역 j에서 k번째 bin에 대한 히스토그램을 나타내고,
Figure 112014053656868-pat00004
는 i번째 셀의 모서리 화소 j에서 k번째 bin에 대한 기울기의 크기(magnitude)를 나타내며,
Figure 112014053656868-pat00005
는 i번째 셀의 영역 j에서 현재 셀에 할당되는 점유율(share rate)을 나타낸다. At this time,
Figure 112014053656868-pat00003
Represents a histogram for the kth bin in the region j of the ith cell,
Figure 112014053656868-pat00004
Represents the magnitude of the slope with respect to the k < th > bin in the edge pixel j of the ith cell,
Figure 112014053656868-pat00005
Represents the share rate allocated to the current cell in the region j of the ith cell.

또한, 본 발명의 실시예에 따른 특징 벡터 추출부(200)는 아래 [수식 3] 내지 [수식 6]을 이용하여, 제1 분할 화소 영역(20a) 내지 제4분할 영역(20d)의 점유율을 각 계산한다. The feature vector extracting unit 200 according to the embodiment of the present invention calculates the occupation rates of the first divided pixel region 20a to the fourth divided region 20d by using the following [Expression 3] - [Expression 6] Calculate each.

[수식 3][Equation 3]

Figure 112014053656868-pat00006
Figure 112014053656868-pat00006

[수식 4][Equation 4]

Figure 112014053656868-pat00007
Figure 112014053656868-pat00007

[수식 5][Equation 5]

Figure 112014053656868-pat00008
Figure 112014053656868-pat00008

[수식 6][Equation 6]

Figure 112014053656868-pat00009

Figure 112014053656868-pat00009

이 때, αi r1 , αi r2 , αi r3 αi r4는 각각 도 6에 도시된 제1 분할 화소 영역(20a) 내지 제4 분할 화소 영역(20d)의 영상 패치 셀에 대한 점유율을 의미하고, floor(x)는 x보다 작은 최대 정수를, ceil(x)는 x보다 큰 최소 정수를 의미한다.At this time, α i r1, i r2 α, α i r3 And α i r4 is a respective first split pixel region (20a) to the fourth divided-pixel image means a share for the patch cells, floor (x) is small up to an integer greater than x in the region (20d) shown in Figure 6, ceil (x) means the minimum integer greater than x.

즉, 일례로 도 6에 도시된 (px1, py1)가 (2.7, 7.3)이고, (px2, py2)가 (7.7, 2.3)인 경우, αi r1은 0.3, αi r2는 0.7, αi r3 는 0.7, αi r4는 0.3이 된다.
That is, the (px1, py1) is (2.7, 7.3) shown in Figure 6. For example, in the case of (px2, py2) is (7.7, 2.3), α i r1 is 0.3, α i r2 is 0.7, α i r3 Is 0.7 and? I r4 is 0.3.

또한, 본 발명의 실시예에 따른 특징 벡터 추출부(200)는 분할되는 화소 중, 영상 패치 셀의 꼭지점((px1, py1), (px2, py1), (px2, py2) 및 (px1, py2))을 포함하고, 영상 패치 셀의 두 개의 변에 의하여 분할되는 각 모서리 화소(제1모서리 화소 30a , 제2 모서리 화소 30b, 제3모서리 화소 30c, 제 4 모서리 화소 30d)의 점유율을 계산하되, 각 모서리 화소의 점유율을 아래 [수식 7] 내지 [수식 10]을 이용하여 계산한다.
In addition, the feature vector extracting unit 200 according to the embodiment of the present invention extracts the vertexes (px1, py1), (px2, py1), (px2, py2) ), And calculates the occupancy of each edge pixel (the first edge pixel 30a, the second edge pixel 30b, the third edge pixel 30c, and the fourth edge pixel 30d) divided by two sides of the image patch cell , The occupancy rate of each edge pixel is calculated using the following [Expression 7] - [Expression 10].

[수식 7][Equation 7]

Figure 112014053656868-pat00010
Figure 112014053656868-pat00010

[수식 8][Equation 8]

Figure 112014053656868-pat00011
Figure 112014053656868-pat00011

[수식 9][Equation 9]

Figure 112014053656868-pat00012
Figure 112014053656868-pat00012

[수식 10][Equation 10]

Figure 112014053656868-pat00013

Figure 112014053656868-pat00013

이 때, βi r1, βi r2, βi r3, 및 βi r4는 각각 도 6에 도시된 제1모서리 화소(30a), 제2모서리 화소(30b), 제3모서리 화소(30c) 및 제4모서리 화소(30d)의 영상 패치 셀에 대한 점유율을 의미하며, 일례로 (px1, py1)가 (2.7, 7.3)이고, (px2, py2)가 (7.7, 2.3)인 경우, βi r1은 0.21, βi r2는 0.49, βi r3는 0.21, βi r4 는 0.09가 된다.
At this time,? I r1 ,? I r2 ,? I r3 , and? I r4 are the first corner pixel 30a, the second corner pixel 30b, the third corner pixel 30c, when the fourth corner means a share for the image patch cells in the pixel (30d), and, (px1, py1) is (2.7, 7.3) and, (px2, py2) is (7.7, 2.3), for example, β i r1 Is 0.21,? I r2 is 0.49,? I r3 is 0.21, and? I r4 is 0.09.

본 발명의 실시예에 따른 특징 벡터 추출부(200)는 상기한 바와 같이 [수식 2] 내지 [수식 10]을 이용하여, 영상 패치 셀에 할당되는 기울기 히스토그램을 산출하고, 이를 누적하여 영상 크기와 무관하게 적용할 수 있는 기울기 히스토그램 특징 벡터를 추출하는 것이 가능하다. The feature vector extracting unit 200 according to the embodiment of the present invention calculates the slope histogram allocated to the image patch cell using Equation 2 to Equation 10 as described above, It is possible to extract a slope histogram feature vector that can be applied irrespective of whether or not the histogram feature vector is used.

본 발명의 실시예에 따른 객체 검출부(300)는 영상 패치 셀의 크기를 변환하여 다양한 스케일의 영상 패치 셀을 이용하여 영상 내의 객체 유무를 검색하고, 동일 객체(예: 사람)에 해당되는 관심 영역을 그룹핑하고, 지역적 최적화 기법(Non-Maximum Suppression)을 이용하여 신뢰가 가장 높은 관심 영역을 선택함으로써 객체를 검출한다.
The object detection unit 300 according to the embodiment of the present invention converts the size of an image patch cell to search for the presence or absence of an object in the image using image patch cells of various scales, And detects the object by selecting the region of interest having the highest confidence using the Non-Maximum Suppression method.

도 7은 본 발명의 실시예에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법을 나타내는 순서도이다. 7 is a flowchart illustrating a fast object detection method using a size invariant feature vector according to an embodiment of the present invention.

본 발명의 실시예에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법은 실험 영상 입력 단계(S100)에서 입력한 영상의 화소 중, 영상 패치 셀과 공유 영역을 가지는 화소의 공유 영역에 대한 점유율을 고려하여 통합 기울기 히스토그램 영상을 생성하는 단계(S200) 및 다중 스케일의 영상 패치에 대하여 영상 내의 객체 유무를 검색하는 단계(S300)를 포함한다. In the high speed object detection method using the size invariant feature vector according to the embodiment of the present invention, among the pixels of the image input in the test image input step (S100), the occupancy rate of the pixel having the image patch cell and the shared area is considered A step S200 of generating an integrated gradient histogram image and a step S300 of searching for an object in the image with respect to a multi-scale image patch.

본 발명의 실시예에 따른 S200 단계는 입력된 영상 화소의 영상 패치 셀과의 공유 영역에 대한 점유율을 고려하여, 영상 패치 셀에 할당되는 기울기 히스토그램을 산출하고, 이를 누적하여 기울기 히스토그램 특징 벡터를 추출한다. In step S200 according to an exemplary embodiment of the present invention, a slope histogram allocated to an image patch cell is calculated in consideration of a share of the input image pixel with respect to the image patch cell, and the slope histogram feature vector is accumulated do.

이러한 S200 단계는 전술한 본 발명의 실시예에 따른 특징 벡터 추출부(200)가 [수식 2] 내지 [수식 10]을 이용하여, 영상 패치 셀과 공유 영역을 가지는 화소(도 6에 도시된 바에 따르면, 영상 패치 셀에 전부가 포함되는 화소 영역 10, 분할 화소 영역 20a 내지 20d에 포함되는 화소 및 모서리 화소 30a 내지 30d)의 점유율을 계산하여, 영상 패치 셀에 할당되는 기울기 히스토그램을 구하는 과정과 동일하다. In step S200, the feature vector extracting unit 200 according to the embodiment of the present invention uses the [Formula 2] - [Formula 10] , The occupancy rate of the pixel region 10, the pixels included in the divided pixel regions 20a to 20d, and the edge pixels 30a to 30d, all of which are included in the image patch cell, are calculated to obtain the slope histogram assigned to the image patch cell Do.

즉, S200 단계는 영상 패치 셀의 셀 당 화소수가 정수가 아닌 경우, 영상 패치 셀의 변에 의하여 분할되는 화소의 공유 영역에 대한 점유율을 계산하고, 영상 패치 셀에 할당되는 기울기 히스토그램을 산출하고, 산출한 기울기 히스토그램을 누적하여 영상 패치의 기울기 히스토그램 특징 벡터를 추출한다. That is, in step S200, when the number of pixels per cell of the image patch cell is not an integer, the occupancy rate of the pixel divided by the side of the image patch cell is calculated, the slope histogram allocated to the image patch cell is calculated, The slope histogram feature vector of the image patch is extracted by accumulating the calculated slope histogram.

이 때, S200 단계는 분할되는 화소 중, 분할 화소 영역(도 6의 20a 내지 20d) 및 모서리 화소(도 6의 30a 내지 30d)의 공유 영역에 대한 점유율을 계산하며, 모서리 화소(도 6의 30a 내지 30d)의 점유율은 해당 모서리 화소와 인접한 2개의 분할 화소 영역의 점유율을 곱하여 계산한다. At this time, the step S200 calculates the occupancy rate of the divided pixels (20a to 20d in Fig. 6) and the shared pixels of the corner pixels (30a to 30d in Fig. 6) To 30d) is calculated by multiplying the occupancy rate of two adjacent pixel regions adjacent to the corresponding corner pixel.

또한, S300 단계는 영상 패치 셀의 크기 변환에 따라 불변하는 기울기 히스토그램 특징 벡터를 이용하여, 영상 내의 객체 유무 여부를 검색한다. In operation S300, an invariant slope histogram feature vector is used to search for the presence or absence of an object in the image according to the size change of the image patch cell.

본 발명의 실시예에 따른 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법은 S300 단계 이후, 동일 객체(예: 사람)에 해당하는 관심 영역을 그룹핑하는 단계(S400)와, 지역적 최적화 기법(Non-Maximum Suppression)을 이용하여 가장 신뢰도가 높은 관심 영역을 선택하는 단계(S400)를 더 포함하는 것이 바람직하다.
The fast object detection method using the size invariant feature vector according to the embodiment of the present invention includes the steps of grouping a region of interest corresponding to the same object (e.g., a person) (S400), a region- (S400) of selecting a region of highest reliability by using a region of interest (e.g., Suppression).

이제까지 본 발명의 실시 예들을 중심으로 살펴보았다. 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자는 본 발명이 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 구현될 수 있음을 이해할 수 있을 것이다. 그러므로 개시된 실시 예들은 한정적인 관점이 아니라 설명적인 관점에서 고려되어야 한다. 본 발명의 범위는 전술한 설명이 아니라 특허청구범위에 나타나 있으며, 그와 동등한 범위 내에 있는 모든 차이점은 본 발명에 포함된 것으로 해석되어야 할 것이다.
The embodiments of the present invention have been described above. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the disclosed embodiments should be considered in an illustrative rather than a restrictive sense. The scope of the present invention is defined by the appended claims rather than by the foregoing description, and all differences within the scope of equivalents thereof should be construed as being included in the present invention.

100: 영상 입력부 200: 특징 벡터 추출부
300: 객체 검출부
100: image input unit 200: feature vector extracting unit
300:

Claims (11)

영상 입력부가 획득한 영상의 화소 중, 영상 패치 셀과 공유 영역을 가지는 화소의 상기 공유 영역에 대한 점유율을 계산하여 상기 영상 패치 셀에 대한 기울기 히스토그램(HOG, Histogram of Oriented Gradient)을 산출하고, 산출 결과를 이용하여 상기 영상 패치 셀의 크기 변환에 따라 불변하는 기울기 히스토그램 특징 벡터를 추출하는 특징 벡터 추출부; 및
상기 기울기 히스토그램 특징 벡터를 이용하여 상기 영상 내의 객체를 검출하되, 상기 영상 패치 셀의 크기 변환에 따라 불변하는 상기 기울기 히스토그램 특징 벡터를 이용하여 상기 영상 내에서 다양한 크기의 객체를 검출하는 객체 검출부
를 포함하는 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치.
Calculating a share of the pixel having the image patch and the shared area among the pixels of the image acquired by the image input unit with respect to the shared area to calculate a histogram of the orientated gradient for the image patch cell, A feature vector extractor for extracting an invariant slope histogram feature vector according to a size change of the image patch cell using the result; And
An object detection unit for detecting an object in the image using the slope histogram feature vector and detecting an object of various sizes in the image using the slope histogram feature vector that is invariant in accordance with the size change of the image patch cell,
And a size invariant feature vector.
제1항에 있어서, 상기 특징 벡터 추출부는
상기 영상 패치 셀의 셀 당 화소수가 정수가 아닌 경우, 상기 영상 패치 셀의 영역에 적어도 일부가 포함되는 화소의 상기 공유 영역에 대한 점유율을 계산하는 것
인 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치.
The apparatus of claim 1, wherein the feature vector extractor
Calculating the occupancy rate of the pixel including at least a part of the area of the image patch cell with respect to the shared area when the number of pixels per cell of the image patch cell is not an integer
Fast Object Detection System Using Pinyin Invariant Feature Vector.
제1항에 있어서, 상기 특징 벡터 추출부는
상기 영상 패치 셀을 이루는 선분인 변에 의하여 분할되는 화소 중 상기 영상 패치 셀의 영역에 포함되는 부분의 점유율을 계산하고, 상기 영상 패치 셀의 영역에 할당되는 기울기 히스토그램을 누적하여, 영상 패치의 기울기 히스토그램 특징 벡터를 추출하는 것
인 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치.
The apparatus of claim 1, wherein the feature vector extractor
Calculating an occupancy rate of a portion included in an area of the image patch cell among the pixels divided by sides of the image patch cell, accumulating a slope histogram allocated to the area of the image patch cell, Extracting a histogram feature vector
Fast Object Detection System Using Pinyin Invariant Feature Vector.
제3항에 있어서, 상기 특징 벡터 추출부는
상기 영상 패치 셀의 변 중 동일한 하나의 변에 의하여 분할되는 화소의 집합인 분할 화소 영역 중 상기 영상 패치 셀의 영역에 포함되는 부분의 점유율을 계산하는 것
인 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치.
4. The apparatus of claim 3, wherein the feature vector extractor
Calculating the occupancy rate of a portion included in the region of the image patch cell among the divided pixel regions that are a set of pixels divided by the same side of the side of the image patch cell
Fast Object Detection System Using Pinyin Invariant Feature Vector.
제4항에 있어서, 상기 특징 벡터 추출부는
상기 분할되는 화소 중, 상기 영상 패치 셀의 꼭지점을 포함하고 상기 영상 패치 셀의 두 개의 변에 의하여 분할되는 모서리 화소의 상기 공유 영역에 대한 점유율을 계산하되, 상기 모서리 화소의 공유 영역에 대한 점유율은 상기 두 개의 변 각각에 의하여 분할되는 분할 화소 영역의 점유율을 곱하여 계산하는 것
인 크기 불변 특징 벡터를 이용한 고속 객체 검출 장치.
5. The apparatus of claim 4, wherein the feature vector extracting unit
Wherein the occupancy rate of the edge pixel to the shared area is calculated from the edge pixel including the vertex of the image patch cell and divided by two sides of the image patch cell among the divided pixels, By multiplying the occupancy rate of the divided pixel region divided by the two sides
Fast Object Detection System Using Pinyin Invariant Feature Vector.
삭제delete (a) 입력된 영상의 화소 중, 영상 패치 셀과 공유 영역을 가지는 화소의 상기 공유 영역에 대한 점유율을 고려하여 상기 영상 패치 셀에 대한 기울기 히스토그램을 산출하고, 산출 결과를 이용하여 상기 영상 패치 셀의 크기 변환에 따라 불변하는 기울기 히스토그램 특징 벡터를 추출하는 단계; 및
(b) 상기 기울기 히스토그램 특징 벡터를 이용하여 상기 영상 내의 객체를 검출하되, 상기 영상 패치 셀의 크기 변환에 따라 불변하는 상기 기울기 히스토그램 특징 벡터를 이용하여 상기 영상 내에서 다양한 크기의 객체를 검색하는 단계
를 포함하는 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법.
(a) calculating a slope histogram for the image patch cell by taking into account the occupancy rate of a pixel having the image patch cache and the shared area among the pixels of the input image to the shared area, Extracting an invariant slope histogram feature vector according to a magnitude transformation of the histogram feature vector; And
(b) detecting an object in the image using the slope histogram feature vector, and searching for objects of various sizes in the image using the slope histogram feature vector that is invariant in accordance with the size change of the image patch cell
And a size invariant feature vector.
제7항에 있어서, 상기 (a) 단계는
상기 영상 패치 셀의 셀 당 화소수가 정수가 아닌 경우, 상기 영상 패치 셀의 변에 의하여 분할되는 화소의 상기 공유 영역에 대한 점유율을 계산하고, 상기 영상 패치 셀에 할당되는 기울기 히스토그램을 누적하여 영상 패치의 기울기 히스토그램 특징 벡터를 추출하는 것
인 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법.
8. The method of claim 7, wherein step (a)
Calculating an occupancy rate of a pixel divided by sides of the image patch cell when the number of pixels per cell of the image patch cell is not an integer, accumulating a slope histogram allocated to the image patch cell, Extracting the slope histogram feature vector
A Fast Object Detection Method Using In - Size Invariant Feature Vector.
제8항에 있어서, 상기 (a) 단계는
상기 영상 패치 셀을 이루는 변 중 동일한 하나의 변에 의하여 분할되는 화소의 집합인 분할 화소 영역의 상기 공유 영역에 대한 점유율을 계산하는 것
인 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법.
9. The method of claim 8, wherein step (a)
Calculating a share of the divided pixel region, which is a set of pixels divided by the same side of the side of the image patch cell, to the shared region
A Fast Object Detection Method Using In - Size Invariant Feature Vector.
제9항에 있어서, 상기 (a) 단계는
상기 분할되는 화소 중, 상기 영상 패치 셀의 꼭지점을 포함하고 상기 영상 패치 셀의 변 중 두 개의 변에 의하여 분할되는 모서리 화소의 상기 공유 영역에 대한 점유율을 계산하되, 상기 모서리 화소의 공유 영역에 대한 점유율은 상기 두 개의 변 각각에 의하여 분할되는 분할 화소 영역의 점유율을 곱하여 계산하는 것
인 크기 불변 특징 벡터를 이용한 고속 객체 검출 방법.
10. The method of claim 9, wherein step (a)
Calculating a share of a corner pixel including a vertex of the image patch cell and divided by two sides of the image patch cell among the divided pixels, for a shared area of the edge pixel, The occupancy rate is calculated by multiplying the occupancy rate of the divided pixel region divided by the two sides
A Fast Object Detection Method Using In - Size Invariant Feature Vector.
삭제delete
KR1020140069450A 2014-06-09 2014-06-09 Apparatus and method for fast object detection using scale invariant feature vector KR101582983B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020140069450A KR101582983B1 (en) 2014-06-09 2014-06-09 Apparatus and method for fast object detection using scale invariant feature vector

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020140069450A KR101582983B1 (en) 2014-06-09 2014-06-09 Apparatus and method for fast object detection using scale invariant feature vector

Publications (2)

Publication Number Publication Date
KR20150141021A KR20150141021A (en) 2015-12-17
KR101582983B1 true KR101582983B1 (en) 2016-01-06

Family

ID=55080959

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020140069450A KR101582983B1 (en) 2014-06-09 2014-06-09 Apparatus and method for fast object detection using scale invariant feature vector

Country Status (1)

Country Link
KR (1) KR101582983B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10445924B2 (en) 2016-11-14 2019-10-15 Samsung Electronics Co., Ltd. Method and device for processing DVS events

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108846843A (en) * 2018-04-03 2018-11-20 南昌奇眸科技有限公司 A kind of image characteristic extracting method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011013838A (en) 2009-06-30 2011-01-20 Sumitomo Electric Ind Ltd Mobile object detection device, mobile object detection method and computer program
JP2013250796A (en) 2012-05-31 2013-12-12 Sumitomo Electric Ind Ltd Number plate detection device, number plate detection method, and computer program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011013838A (en) 2009-06-30 2011-01-20 Sumitomo Electric Ind Ltd Mobile object detection device, mobile object detection method and computer program
JP2013250796A (en) 2012-05-31 2013-12-12 Sumitomo Electric Ind Ltd Number plate detection device, number plate detection method, and computer program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
정준용, 정병만, 이규원, 한국정보통신학회, 한국정보통신학회논문지, 2012.4, 제16권 제4호, 812-820 (총9페이지)*

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10445924B2 (en) 2016-11-14 2019-10-15 Samsung Electronics Co., Ltd. Method and device for processing DVS events

Also Published As

Publication number Publication date
KR20150141021A (en) 2015-12-17

Similar Documents

Publication Publication Date Title
Ahmad et al. Object detection through modified YOLO neural network
CN107358149B (en) Human body posture detection method and device
US10395103B2 (en) Object detection method, object detection apparatus, and program
US10872262B2 (en) Information processing apparatus and information processing method for detecting position of object
EP2579184B1 (en) Mobile apparatus and method of controlling the same
JP6345147B2 (en) Method for detecting an object in a pair of stereo images
JP5916134B2 (en) Object detection method and object detection apparatus using the method
EP3032462B1 (en) Method and apparatus for tracking object, and non-transitory computer-readable recording medium
US9443137B2 (en) Apparatus and method for detecting body parts
EP2587451A1 (en) Moving-object detection device
JP5936561B2 (en) Object classification based on appearance and context in images
CN102194102B (en) Method and device for classifying a traffic sign
US20190370982A1 (en) Movement learning device, skill discriminating device, and skill discriminating system
US20110103652A1 (en) Image processing apparatus and image processing method
KR20130058286A (en) Pedestrian detection method of pedestrian detection device
CN105740751A (en) Object detection and identification method and system
EP3410396B1 (en) Moving object tracking apparatus, moving object tracking method, and computer-readable medium
Peker Comparison of tensorflow object detection networks for licence plate localization
KR101582983B1 (en) Apparatus and method for fast object detection using scale invariant feature vector
WO2011099072A1 (en) Pattern discrimination device
CN109726621A (en) Pedestrian detection method, device and equipment
KR101407070B1 (en) Method of extracting feature for human detection and apparatus for performing the same
Arigbabu et al. Gender recognition on real world faces based on shape representation and neural network
JP2017033556A (en) Image processing method and electronic apparatus
JP2013164643A (en) Image recognition device, image recognition method, and image recognition program

Legal Events

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

Payment date: 20180918

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20190924

Year of fee payment: 5