WO2014175481A1 - Method for generating descriptor and hardware appartus implementing same - Google Patents

Method for generating descriptor and hardware appartus implementing same Download PDF

Info

Publication number
WO2014175481A1
WO2014175481A1 PCT/KR2013/003521 KR2013003521W WO2014175481A1 WO 2014175481 A1 WO2014175481 A1 WO 2014175481A1 KR 2013003521 W KR2013003521 W KR 2013003521W WO 2014175481 A1 WO2014175481 A1 WO 2014175481A1
Authority
WO
WIPO (PCT)
Prior art keywords
descriptor
points
feature point
region
interest
Prior art date
Application number
PCT/KR2013/003521
Other languages
French (fr)
Korean (ko)
Inventor
최병호
이상설
황영배
장성준
김정호
Original Assignee
전자부품연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 전자부품연구원 filed Critical 전자부품연구원
Priority to PCT/KR2013/003521 priority Critical patent/WO2014175481A1/en
Publication of WO2014175481A1 publication Critical patent/WO2014175481A1/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/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
    • 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]

Definitions

  • the present invention relates to a method for generating a descriptor and a hardware device for implementing the same.
  • a hardware structure design technique for generating a descriptor of Speeded Up Robust Features (SURF) which is an algorithm for object extraction using an input image. It is about.
  • the Speeded Up Robust Feature (SURF) algorithm extracts feature points and descriptors of an object.
  • Fast-Hessian detectors are used to extract feature points that are resistant to size changes, and the extracted feature points are given descriptors that are resistant to rotational changes.
  • the conventional SURF algorithm generates a descriptor by dividing the peripheral region of the feature point into 16 regions based on the main direction in order to give a strong descriptor to the rotational change.
  • the SURF algorithm determines the size of the surrounding area to be sampled using the scale information extracted from the feature points and the size of the principal component.
  • the coordinates for rotating the rectangle to generate the descriptor are calculated using the main direction of the feature point.
  • the pixel that is the center of the calculation does not have a constant pattern, but the calculation is performed at non-uniform intervals according to the rotation.
  • FIG. 1 illustrates an integrated image point necessary for generating a descriptor in the related art
  • FIG. 2 illustrates an integrated image point for a conventional haar-wavelet response operation
  • FIG. 3 illustrates a conventional memory. An illustration of patching.
  • the horizontal axis represents a pixel address in the x-axis direction of the integrated image
  • the vertical axis represents a pixel address in the y-axis direction of the integrated image
  • the integrated image point P1 is obtained by approximating the integral image point required by the calculation based on the origin of the feature point. Therefore, the integrated image point P1 is a value that changes depending on the origin of the feature point and the amount of rotation of the main axis. Therefore, as shown in FIG. 1, the integrated image point P1 is not uniform.
  • FIG. 2 shows the integral image point required for one ha-wavelet calculation.
  • peripheral point P3 when the peripheral point P3 performs memory patching three times in the x-axis direction, all of the peripheral points P3 arranged in the y-axis direction may be acquired.
  • the descriptor generation unit reads the integrated image point in the y-axis direction by applying an address value in the x-axis direction in which the integrated image point is desired to be obtained from the memory in which the integrated image is stored. That is, the operation of storing the necessary data by reading a large amount of integrated image points in the y-axis direction according to one address value in the x-axis direction is memory patching.
  • the memory patch can be performed only after the calculation of each accumulated image point. Therefore, the accumulated image points are unpredictable and cannot be memory patched in advance. This delays the processing speed of the memory.
  • an aspect of the present invention is to provide a method and an apparatus capable of reducing the number of times of memory patching for acquiring data of an integrated image required for a descriptor operation.
  • a descriptor generation method is a method in which a hardware device generates a descriptor based on a feature point of an image, setting a region of interest in which integral image points are evenly disposed around the feature point, and memory patching. Calculating all of the integrated image points disposed in the ROI, selecting integral image points included in a descriptor generation region among the integrated image points, and generating a descriptor based on the selected integrated image points It includes a step.
  • the ROI in the form of a circle may be set based on the origin of the feature point.
  • the operation of calculating a point of interest based on integrated image points acquired through memory patching in one basic unit may be repeated to calculate all integrated image points disposed in the ROI.
  • the descriptor generation region includes a plurality of regions consisting of l and k determined through the following equation,
  • Sample X and sample Y are coordinate values indicated by the candidate points
  • x and y represent the coordinates of the origin of the feature point
  • co si are cosine values (cos ( ⁇ )) corresponding to the inclination ( ⁇ ) of the main axis
  • each represents a sine value (sin ( ⁇ ))
  • Scal represents scale information of a feature point
  • l determines a horizontal region of the descriptor generating region
  • k determines a vertical region of the descriptor generating region.
  • a hardware device is a hardware device for calculating a feature point and a descriptor of an image, an integrated image memory for storing an integrated image for the image, a feature point extracting unit for extracting the feature point based on the integrated image, And setting a region of interest in which integral image points are evenly disposed around the feature point, and performing memory patching to calculate all of the integral image points disposed in the region of interest from the integral image memory, and among the integrated image points.
  • a descriptor generator configured to select integral image points included in the descriptor generation area and generate a descriptor based on the selected integrated image points.
  • a region of interest in a circular shape is set based on the origin of the feature point, and the feature point obtained from the feature point extractor is located within the region of interest based on scale information from which the feature point is extracted, the origin of the feature point, and the principal axis direction of the feature point Descriptor generation area can be determined.
  • the descriptor generation region is determined based on coordinate values of all candidate points disposed in the ROI acquired through the memory patching, origin coordinates of the feature point, slope of a main axis, and scale information of the feature point, and the candidate point. By determining whether each of the coordinate values is included in the descriptor generation region, points of interest necessary for generating the descriptor may be selected from the candidate points.
  • the processing speed of the descriptor operation can be improved.
  • the pixel of interest that changes in accordance with the main axis direction is conventionally used, according to the embodiment of the present invention, since the fixed pixel structure is used, it is suitable for the parallel hardware structure.
  • the hardware structure of the same structure can be applied irrespective of the position of various scales and object feature points, it is possible to design a flexible hardware block.
  • the shape of the region of interest is considered as a prototype, the point of interest for the descriptor operation is reduced, and thus, the computational amount of the descriptor is reduced, thereby improving the computational processing speed of the descriptor.
  • FIG. 2 is an exemplary diagram of computing an integrated image point for a conventional haar-wavelet response operation.
  • FIG. 3 is an exemplary diagram of conventional memory patching.
  • FIG. 4 is a schematic configuration diagram of a speeded up robust feature (SURF) hardware device according to an embodiment of the present invention.
  • SURF speeded up robust feature
  • FIG. 5 illustrates components of a descriptor to which an embodiment of the present invention is applied.
  • 6 and 7 illustrate indexing of sixteen regions to which embodiments of the present invention are applied.
  • FIG. 8 is a flowchart illustrating a descriptor generation method according to an embodiment of the present invention.
  • FIG. 9 is an exemplary diagram of integral image points required when patching memory for one haar-wavelet response operation according to an embodiment of the present invention.
  • FIG. 10 illustrates a memory patching process according to an embodiment of the present invention.
  • FIG. 11 illustrates a descriptor generation region according to an embodiment of the present invention.
  • ... unit means a unit for processing at least one function or operation, which may be implemented in hardware or software or a combination of hardware and software.
  • FIG. 4 is a schematic configuration diagram of a speeded up robust feature (SURF) hardware device according to an embodiment of the present invention.
  • SURF speeded up robust feature
  • the SURF hardware device 100 includes an image storage unit 101, an integrated image generator 103, an integrated image memory 105, a feature point extractor 107, and a descriptor.
  • the generation unit 109 is included.
  • the image storage unit 101 stores the input black and white image.
  • the integrated image generator 103 generates an integrated image of the black and white image stored in the image storage unit 101 and stores the integral image in the integrated image memory 105.
  • the feature point extractor 107 generates image pyramids and extracts feature points from the generated image pyramid to represent a scale space for extracting feature points from the input black and white image.
  • the integral image used is the core of the SURF algorithm.
  • the descriptor generator 109 When the main direction of the feature point is determined, the descriptor generator 109 generates a descriptor by dividing the area around the feature point into 16 areas based on the main direction.
  • the descriptor generator 109 includes an integrated image obtained from the integrated image memory 105, an image size including height and width, origin (x, y) coordinates, and scale of feature points. Generates a descriptor by receiving SURF information.
  • the image size is obtained when the initial SURF hardware device 100 is implemented, and the SURF information is obtained from the feature point extractor 107.
  • SURF information is the origin (x, y) coordinates and scale information of a feature point determined to have a large amount of change or maintain a constant pattern when compared with the surrounding area on the integrated image.
  • the feature point depends on the threshold of the feature point extractor 107.
  • the descriptor generator 109 calculates an integrated image point necessary for generating a descriptor from feature information, that is, x, y coordinates, scale information, and main direction information, to which an integral image point of a pixel required for descriptor generation is input.
  • FIG. 5 illustrates components of a descriptor to which an embodiment of the present invention is applied.
  • the descriptor generator 109 may sample using the scale information from which the feature point P7 is extracted, the origin point (x, y) of the feature point P7 of the main axis, and the magnitude of the component of the main axis direction P9. The size of the peripheral area P11 is determined.
  • the descriptor generator 109 rotates the integrated image based on the main axis direction P9 and divides the image into 16 areas P11. Then, ⁇ dx, ⁇
  • extracted from each region P11. Create a total of 64 descriptors ( 4 ⁇ 4 ⁇ 4) using the components.
  • 6 and 7 illustrate indexing of sixteen regions to which embodiments of the present invention are applied.
  • the descriptor output order of the 16 regions is sequentially from Region 0_1 to Region_3_4, that is, Region 0_1-> Region 0_2-> Region 0_3->. -> Region 3_3-> Region 3_4
  • FIG. 8 is a flowchart illustrating a descriptor generation method according to an embodiment of the present invention
  • FIG. 9 is an integral image point required when patching a memory for one haar-wavelet response operation according to an embodiment of the present invention.
  • 10 is an exemplary diagram, and FIG. 10 illustrates a memory patching process according to an embodiment of the present invention, and FIG. 11 illustrates a descriptor generation area according to an embodiment of the present invention.
  • the descriptor generator 109 sets a region of interest (ROI) having a radius of a predetermined size around a feature point (S101), which is the ROI.
  • ROI region of interest
  • S101 feature point
  • the radius of the circle may be a value determined by the operator.
  • the integrated image points P15 are evenly distributed in the region of interest ROI P13. All of the integrated image points P15 distributed in the ROI P13 are candidate points for descriptor generation. Hereinafter, all the integrated image points P15 distributed in the region of interest ROI P13 are described as candidate points P15.
  • the descriptor generator 109 acquires candidate points P15 from the integrated image memory 105 through memory patching S103, and the method of obtaining the descriptor points P15 is the same as FIG. 10.
  • FIG. 10 illustrates a portion of candidate points P15.
  • the peripheral point in order to calculate the first point of interest 1, the second point of interest 2, and the third point of interest 3, the first point of interest 1 and the second point of interest 2, as described with reference to FIG. 2.
  • a total of eight peripheral points arranged in the left, right, and up and down directions with respect to the third point of interest 3 are required. Therefore, the peripheral point must be obtained through the basic three memory patching in the x-axis direction.
  • the candidate points P15 acquired through the first first (1) memory patching are stored in the first buffer.
  • the candidate points P15 acquired through the next second (2) memory patching are stored in the second buffer.
  • candidate points P15 obtained through the next third memory patching are stored in the third buffer.
  • the three first points of interest 1 may be calculated based on the candidate points P15 obtained through the three times of memory patching.
  • the second point of interest 2 becomes a peripheral point through the fourth (4) memory patching.
  • the candidate points P15 may be obtained. Therefore, the descriptor generator 109 may empty the first buffer and store peripheral candidate points P15 obtained through the fourth memory patching in the first buffer. In this manner, nine first points of interest 1, second points of interest 2, and third points of interest 3 may be calculated through a total of five times of memory patching.
  • the descriptor generation unit 109 determines 16 descriptor generation regions based on the feature point P7 through the values of l and k. And l, k is calculated through the following equation (1).
  • Sample X and sample Y mean coordinate values indicated by integrated image points (or candidate points) disposed in the ROI.
  • x and y represent the origin coordinates of the feature point P7.
  • co and si represent cosine values (cos ( ⁇ )) and sine values (sin ( ⁇ )) corresponding to the slope ⁇ of the main axis (P9 of FIGS. 5, 6 and 7), respectively.
  • Scal represents scale information of a feature point.
  • the region in the horizontal direction among the 16 regions is determined through the k value based on the feature point P7, and the region in the vertical direction is determined by the l value.
  • the sixteen areas P11 are 12 from the feature point 7 to the left and 12 to the right and 12 up and down, respectively, that is, l: -12 to 12, based on the feature point P7.
  • k It is classified into the range from -12 to 12.
  • the center coordinates (xs, ys) P17 of each region P11 are calculated to perform a haar-wavelet operation for each of the sixteen regions P11 to generate a descriptor.
  • the descriptor generator 109 may include candidates included in the descriptor generation area determined in step S105, that is, the 16 areas P11. The points P15 are selected (S107).
  • the selection process applies the coordinate values (Sample X, sample Y) of the candidate points (P15) to the equation (1) to determine whether the candidate points (P15) are included in the 16 areas (P11) consisting of l, k You can judge.
  • the descriptor generation unit 109 performs a descriptor generation operation based on the candidate points P15 selected in step S107 (S109).
  • step S109 a descriptor generation operation is performed using the above-described equations ( ⁇ dx, ⁇
  • a dx buffer that stores the amount of the direction component on the x-axis of the region in which the candidate points are included among the 16 areas
  • a dy buffer that stores the direction component on the y-axis
  • which stores the absolute value of the direction component of the y-axis.
  • the point of interest necessary for generating the descriptor may be obtained by distinguishing the candidate point in the ROI corresponding to the actual descriptor generating region. Therefore, since candidate points P15 are unevenly distributed in the related art, there is no problem that an operation must be performed for each candidate point P15. This allows the descriptor generator 109 to be suitable for hardware and to operate at high speed.
  • the integrated image points existing in the circular ROI required for the descriptor generation are illustrated in the pixel P19.
  • the integrated image point is represented by numbers (1, 2, 3, 4, 5, 6, 7).
  • the descriptor generator 109 performs a memory patch for each horizontal line to patch the first five lines, seven descriptor points may be calculated at a time. That is, the wavelet calculation is performed through the box P21 having the peripheral point set to 1, and the point of interest 3 located in the center is calculated. In this way, box P21 sets the peripheral points 2, 3, 4,... If set to, 7, the points of interest 1, 2, 3, 4, 5, 6, and 7 located in the center of the box P21 may be calculated. The next one line of memory patching computes nine points of interest, and each subsequent line of patch can compute 11 points of interest.
  • the embodiments of the present invention described above are not only implemented through the apparatus and the method, but may be implemented through a program for realizing a function corresponding to the configuration of the embodiments of the present invention or a recording medium on which the program is recorded.

Abstract

Disclosed are a method for generating a descriptor and a hardware apparatus implementing same. Herein, a method for generating a descriptor, which is a method for a hardware apparatus for generating a descriptor on the basis of a feature of an image, comprises the steps of: configuring a region of interest in which integral image points are uniformly arranged with the feature as the center; calculating all integral image points arranged in the region of interest by means of memory patching; selecting, from among the integral image points, integral image points included in a descriptor generation area; and generating a descriptor on the basis of the selected integral image points.

Description

서술자 생성 방법 및 이를 구현하는 하드웨어 장치Descriptor generation method and hardware device implementing the same
본 발명은 서술자 생성 방법 및 이를 구현하는 하드웨어 장치에 관한 것이다.구체적으로, 입력 영상을 이용하여 객체 추출을 위한 알고리즘인 SURF(Speeded Up Robust Features)의 서술자(descriptor)를 생성하는 하드웨어 구조 설계 기술에 관한 것이다.The present invention relates to a method for generating a descriptor and a hardware device for implementing the same. Specifically, a hardware structure design technique for generating a descriptor of Speeded Up Robust Features (SURF), which is an algorithm for object extraction using an input image. It is about.
SURF(Speeded Up Robust Feature) 알고리즘은 객체의 특징점(Feature point) 및 서술자(Descriptor)를 추출한다. 헤이시안 검출기(Fast-Hessian detector)를 이용하여 크기 변화에 강한 특징점을 추출하고, 추출된 특징점에 회전 변화에 강한 서술자를 부여한다.The Speeded Up Robust Feature (SURF) algorithm extracts feature points and descriptors of an object. Fast-Hessian detectors are used to extract feature points that are resistant to size changes, and the extracted feature points are given descriptors that are resistant to rotational changes.
이때, 종래의 SURF 알고리즘은 회전 변화에 강한 서술자를 부여하기 위해서는 주방향을 기준으로 특징점의 주변 영역을 16개 영역으로 구분해 서술자를 생성한다. SURF 알고리즘은 특징점이 추출된 스케일 정보와 주방향 성분의 크기를 이용하여 샘플링 할 주변 영역의 크기를 결정한다. 그리고 특징점의 주방향을 이용하여 서술자를 생성할 사각형을 회전시킬 좌표값을 계산하도록 되어 있다. 또한, 주축의 각도 변화에 따라 연산시 중심이 되는 픽셀이 일정한 패턴을 가지고 있는 것이 아닌 회전에 따라 균일하지 않은 간격으로 연산을 수행하게 된다.In this case, the conventional SURF algorithm generates a descriptor by dividing the peripheral region of the feature point into 16 regions based on the main direction in order to give a strong descriptor to the rotational change. The SURF algorithm determines the size of the surrounding area to be sampled using the scale information extracted from the feature points and the size of the principal component. The coordinates for rotating the rectangle to generate the descriptor are calculated using the main direction of the feature point. In addition, as the angle of the main axis changes, the pixel that is the center of the calculation does not have a constant pattern, but the calculation is performed at non-uniform intervals according to the rotation.
도 1은 종래에 서술자 생성을 위해 필요한 적분 이미지 포인트를 도시하고, 도 2는 종래에 할-웨이블릿(Haar-wavelet) 응답 연산을 위한 적분 이미지 포인트를 연산하는 예시도이며, 도 3은 종래에 메모리 패칭의 예시도이다.1 illustrates an integrated image point necessary for generating a descriptor in the related art, FIG. 2 illustrates an integrated image point for a conventional haar-wavelet response operation, and FIG. 3 illustrates a conventional memory. An illustration of patching.
도 1을 참조하면, 가로축은 적분 이미지의 x축 방향으로의 픽셀 주소를 의미하고, 세로축은 적분 이미지의 y축 방향으로의 픽셀 주소를 의미한다. Referring to FIG. 1, the horizontal axis represents a pixel address in the x-axis direction of the integrated image, and the vertical axis represents a pixel address in the y-axis direction of the integrated image.
이때, 특징점에 필요한 서술자를 연산하기 위해서는 특징점 주변의 모든 적분 이미지 포인트(P1)가 연산되어야 한다. At this time, in order to calculate the descriptor required for the feature point, all the integrated image points P1 around the feature point should be calculated.
적분 이미지 포인트(P1)는 특징점의 원점을 기준으로 연산에 의하여 필요로 하는 적분 이미지 포인트를 근사화해서 획득한다. 그러므로, 적분 이미지 포인트(P1)는 특징점의 원점 및 주축의 회전양에 따라 변화되는 값이다. 따라서, 도 1에 도시한 바와 같이 적분 이미지 포인트(P1)는 균일하지 않다. The integrated image point P1 is obtained by approximating the integral image point required by the calculation based on the origin of the feature point. Therefore, the integrated image point P1 is a value that changes depending on the origin of the feature point and the amount of rotation of the main axis. Therefore, as shown in FIG. 1, the integrated image point P1 is not uniform.
여기서, 적분 이미지 포인트(P1)들 중에서 관심 포인트를 연산하기 위해서는 도 2와 같이, 관심 포인트(P1')에 인접한 총 8개의 주변 포인트(P3)가 필요하다. 즉, 도 2는 한 개의 할-웨이블릿(Haar-wavelet) 연산시 필요로 하는 적분 이미지 포인트를 나타낸 것이다.Here, in order to calculate a point of interest among the integrated image points P1, a total of eight peripheral points P3 adjacent to the point of interest P1 ′ are required as shown in FIG. 2. That is, FIG. 2 shows the integral image point required for one ha-wavelet calculation.
이때, 주변 포인트(P3)는 x축 방향으로 3번의 메모리 패칭을 하게 되면, y축 방향에 배치된 각각의 주변 포인트(P3)를 모두 획득할 수 있다. In this case, when the peripheral point P3 performs memory patching three times in the x-axis direction, all of the peripheral points P3 arranged in the y-axis direction may be acquired.
그런데, 종래에는 도 1과 같이 적분 이미지 포인트(P1)가 균일하지 않기 때문에 도 3과 같이, 총 8개의 관심 포인트(P1')를 연산하려면, 각 관심 포인트(P1') 마다 3번씩 총 24번의 메모리 패칭이 필요하다.However, since the integrated image point P1 is not uniform as in FIG. 1, in order to calculate a total of eight points of interest P1 ′ as shown in FIG. 3, a total of 24 times for each point of interest P1 ′ is calculated. Memory patching is required.
이처럼, 서술자 생성부가 적분 이미지가 저장된 메모리에서 얻고자 하는 적분 이미지 포인트가 있는 x축 방향의 주소 값을 인가하여 y축 방향의 적분 이미지 포인트를 판독(Read)하는 것을 메모리 패치라 한다. 즉, 한 개의 x축 방향의 주소 값에 따라 y축 방향의 적분 이미지 포인트를 대량으로 판독하여 필요로 하는 데이터를 저장하는 동작이 메모리 패칭이다.As described above, the descriptor generation unit reads the integrated image point in the y-axis direction by applying an address value in the x-axis direction in which the integrated image point is desired to be obtained from the memory in which the integrated image is stored. That is, the operation of storing the necessary data by reading a large amount of integrated image points in the y-axis direction according to one address value in the x-axis direction is memory patching.
종래에는 전술한 바와 같이, 각각의 적립 이미지 포인트의 연산 후에야 메모리 패치를 할 수 있다. 그러므로, 적립 이미지 포인트가 예측 불가능하여 미리 메모리 패치를 할 수 없다. 이로 인해 메모리 처리 속도가 지연된다. Conventionally, as described above, the memory patch can be performed only after the calculation of each accumulated image point. Therefore, the accumulated image points are unpredictable and cannot be memory patched in advance. This delays the processing speed of the memory.
또한, 회전할 좌표값에 해당하는 적분 이미지 메모리를 패칭할 때, 객체의 특징점 추출 후 주축의 각도 변화에 따라 매번 메모리에 접근하여 적분 이미지를 이용해야 하므로, 고속 처리를 할 수 없다.In addition, when patching an integrated image memory corresponding to a coordinate value to be rotated, since the integrated image must be accessed every time according to the change of the angle of the main axis after the feature point extraction of the object, the integrated image cannot be processed at high speed.
이는 하드웨어 구현 시에 회전할 좌표값에 해당하는 적분 이미지 메모리를 패칭하는데 있어 매번 메모리 패칭이 필요하게 되어 고속 처리를 할 수 없는 것이다. This is because hardware patching is required every time to patch the integrated image memory corresponding to the coordinate value to be rotated in the hardware implementation, and thus high speed processing cannot be performed.
따라서, 본 발명이 이루고자 하는 기술적 과제는 서술자 연산시 필요한 적분 이미지의 데이터를 획득하기 위한 메모리 패칭 횟수를 줄일 수 있는 방법 및 그 장치를 제공하는 것이다.Accordingly, an aspect of the present invention is to provide a method and an apparatus capable of reducing the number of times of memory patching for acquiring data of an integrated image required for a descriptor operation.
본 발명의 하나의 특징에 따르면, 서술자 생성 방법은 하드웨어 장치가 영상의 특징점을 토대로 서술자를 생성하는 방법으로서, 상기 특징점을 중심으로 적분 이미지 포인트들이 균등하게 배치된 관심 영역을 설정하는 단계, 메모리 패칭을 통해 상기 관심 영역내 배치된 상기 적분 이미지 포인트들을 모두 연산하는 단계, 상기 적분 이미지 포인트 들 중에서 서술자 생성 영역에 포함되는 적분 이미지 포인트들을 선별하는 단계, 그리고 상기 선별된 적분 이미지 포인트들을 토대로 서술자를 생성하는 단계를 포함한다.According to one aspect of the present invention, a descriptor generation method is a method in which a hardware device generates a descriptor based on a feature point of an image, setting a region of interest in which integral image points are evenly disposed around the feature point, and memory patching. Calculating all of the integrated image points disposed in the ROI, selecting integral image points included in a descriptor generation region among the integrated image points, and generating a descriptor based on the selected integrated image points It includes a step.
상기 설정하는 단계는,The setting step,
상기 특징점의 원점을 기준으로 원형의 형태인 관심 영역을 설정할 수 있다.The ROI in the form of a circle may be set based on the origin of the feature point.
상기 연산하는 단계는,The calculating step,
한 번의 기본 단위의 메모리 패칭을 통해 획득한 적분 이미지 포인트들을 토대로 관심 포인트를 연산하는 동작을 반복하여 상기 관심 영역내 배치된 모든 적분 이미지 포인트들을 연산할 수 있다.The operation of calculating a point of interest based on integrated image points acquired through memory patching in one basic unit may be repeated to calculate all integrated image points disposed in the ROI.
상기 선별하는 단계는,The sorting step,
상기 메모리 패칭을 통해 획득한 상기 관심 영역내 배치된 모든 적분 이미지 포인트들을 후보 포인트들로 설정하는 단계, 상기 후보 포인트들 각각의 좌표값, 상기 특징점의 원점 좌표, 주축의 기울기 및 상기 특징점의 스케일 정보를 토대로 상기 서술자 생성 영역을 결정하는 단계, 상기 후보 포인트들 각각의 좌표값이 상기 서술자 생성 영역에 포함되는지를 판단하는 단계, 그리고 상기 서술자 생성 영역에 포함되는 후보 포인트들을 상기 서술자 생성에 필요한 관심 포인트들로 선별하는 단계를 포함할 수 있다.Setting all integrated image points disposed in the ROI acquired through the memory patching as candidate points, coordinate values of each of the candidate points, origin coordinates of the feature points, slopes of the main axes, and scale information of the feature points Determining the descriptor generation region based on the method, determining whether coordinate values of each of the candidate points are included in the descriptor generation region, and interested points necessary for generating the descriptors based on candidate points included in the descriptor generation region. Screening may include.
상기 서술자 생성 영역은 하기 수학식을 통해 결정된 l, k로 이루어진 복수의 영역을 포함하고, The descriptor generation region includes a plurality of regions consisting of l and k determined through the following equation,
상기 판단하는 단계는,The determining step,
상기 후보 포인트들 각각의 좌표를 하기 수학식에 적용하여 상기 서술자 생성 영역에 포함되는지를 판단하는 서술자 생성 방법,A descriptor generation method for determining whether the coordinates of each of the candidate points are included in the descriptor generation region by applying the following equation;
Figure PCTKR2013003521-appb-I000001
Figure PCTKR2013003521-appb-I000001
Figure PCTKR2013003521-appb-I000002
Figure PCTKR2013003521-appb-I000002
여기서, Sample X, sample Y는 상기 후보 포인트들이 나타내는 좌표값이고, x, y는 특징점의 원점 좌표를 나타내고, co, si는 주축의 기울기(θ)에 해당하는 cosine 값(cos(θ)), sine 값(sin(θ))을 각각 나타내며, Scal은 특징점의 스케일 정보를 나타내며, l은 상기 서술자 생성 영역의 가로 방향의 영역을 결정하고, k는 상기 서술자 생성 영역의 세로 방향의 영역을 결정함.Here, Sample X and sample Y are coordinate values indicated by the candidate points, x and y represent the coordinates of the origin of the feature point, co, si are cosine values (cos (θ)) corresponding to the inclination (θ) of the main axis, each represents a sine value (sin (θ)), Scal represents scale information of a feature point, l determines a horizontal region of the descriptor generating region, and k determines a vertical region of the descriptor generating region. .
본 발명의 다른 특징에 따르면, 하드웨어 장치는 영상의 특징점 및 서술자를 연산하는 하드웨어 장치로서, 상기 영상에 대한 적분 이미지를 저장하는 적분 이미지 메모리, 상기 적분 이미지를 토대로 상기 특징점을 추출하는 특징점 추출부, 그리고 상기 특징점을 중심으로 적분 이미지 포인트들이 균등하게 배치된 관심 영역을 설정하고, 메모리 패칭을 수행하여 상기 적분 이미지 메모리로부터 상기 관심 영역내 배치된 상기 적분 이미지 포인트들을 모두 연산하며 상기 적분 이미지 포인트 들 중에서 서술자 생성 영역에 포함되는 적분 이미지 포인트들을 선별하여 상기 선별된 적분 이미지 포인트들을 토대로 서술자를 생성하는 서술자 생성부를 포함한다.According to another feature of the present invention, a hardware device is a hardware device for calculating a feature point and a descriptor of an image, an integrated image memory for storing an integrated image for the image, a feature point extracting unit for extracting the feature point based on the integrated image, And setting a region of interest in which integral image points are evenly disposed around the feature point, and performing memory patching to calculate all of the integral image points disposed in the region of interest from the integral image memory, and among the integrated image points. And a descriptor generator configured to select integral image points included in the descriptor generation area and generate a descriptor based on the selected integrated image points.
상기 서술자 생성부는,The descriptor generation unit,
상기 특징점의 원점을 기준으로 원형의 형태인 관심 영역을 설정하고, 상기 특징점 추출부로부터 획득한 상기 특징점이 추출된 스케일 정보, 상기 특징점의 원점 및 상기 특징점의 주축 방향을 토대로 상기 관심 영역내에 위치한 상기 서술자 생성 영역을 결정할 수 있다.A region of interest in a circular shape is set based on the origin of the feature point, and the feature point obtained from the feature point extractor is located within the region of interest based on scale information from which the feature point is extracted, the origin of the feature point, and the principal axis direction of the feature point Descriptor generation area can be determined.
상기 서술자 생성부는, The descriptor generation unit,
상기 메모리 패칭을 통해 획득한 상기 관심 영역내 배치된 모든 후보 포인트들 각각의 좌표값, 상기 특징점의 원점 좌표, 주축의 기울기 및 상기 특징점의 스케일 정보를 토대로 상기 서술자 생성 영역을 결정하고, 상기 후보 포인트들 각각의 좌표값이 상기 서술자 생성 영역에 포함되는지를 판단하여 상기 후보 포인트들 중에서 상기 서술자 생성에 필요한 관심 포인트들을 선별할 수 있다.The descriptor generation region is determined based on coordinate values of all candidate points disposed in the ROI acquired through the memory patching, origin coordinates of the feature point, slope of a main axis, and scale information of the feature point, and the candidate point. By determining whether each of the coordinate values is included in the descriptor generation region, points of interest necessary for generating the descriptor may be selected from the candidate points.
본 발명의 실시예에 따르면, 한 번의 접근으로 연산시 필요로 하는 적분 이미지의 데이터를 대량으로 획득하여 메모리 접근 횟수를 줄이므로, 서술자 연산의 처리 속도를 향상시킬 수 있다.According to the embodiment of the present invention, since the data of the integral image required for the operation is obtained in one access in a large amount and the number of memory accesses is reduced, the processing speed of the descriptor operation can be improved.
또한, 종래에는 주축 방향에 따라 변화하는 관심 픽셀을 사용하였지만, 본 발명의 실시에에 따르면, 고정된 픽셀 구조를 사용하므로 병렬 하드웨어 구조에 적합하다.In addition, although the pixel of interest that changes in accordance with the main axis direction is conventionally used, according to the embodiment of the present invention, since the fixed pixel structure is used, it is suitable for the parallel hardware structure.
또한, 다양한 스케일 및 객체 특징점의 위치에 상관없이 동일한 구조의 하드웨어 구조를 적용할 수 있어 유연한 하드웨어 블럭 설계가 가능하다.In addition, the hardware structure of the same structure can be applied irrespective of the position of various scales and object feature points, it is possible to design a flexible hardware block.
또한, 관심 영역 형태를 원형으로 고려하므로, 서술자 연산을 위한 관심 포인트가 줄어들어 서술자의 연산량이 감소하여 서술자의 연산 처리 속도 향상을 기대할수 있다.In addition, since the shape of the region of interest is considered as a prototype, the point of interest for the descriptor operation is reduced, and thus, the computational amount of the descriptor is reduced, thereby improving the computational processing speed of the descriptor.
도 1은 종래에 서술자 생성을 위해 필요한 적분 이미지 포인트를 도시한다.1 shows an integral image point conventionally required for descriptor generation.
도 2는 종래에 할-웨이블릿(Haar-wavelet) 응답 연산을 위한 적분 이미지 포인트를 연산하는 예시도이다.2 is an exemplary diagram of computing an integrated image point for a conventional haar-wavelet response operation.
도 3은 종래에 메모리 패칭의 예시도이다. 3 is an exemplary diagram of conventional memory patching.
도 4는 본 발명의 실시예에 따른 SURF(Speeded Up Robust Feature) 하드웨어 장치의 개략적인 구성도이다. 4 is a schematic configuration diagram of a speeded up robust feature (SURF) hardware device according to an embodiment of the present invention.
도 5는 본 발명의 실시예가 적용되는 서술자의 구성요소를 도시한다.5 illustrates components of a descriptor to which an embodiment of the present invention is applied.
도 6 및 도 7은 본 발명의 실시예가 적용되는 16개의 영역의 인덱싱(indexing)을 도시한다.6 and 7 illustrate indexing of sixteen regions to which embodiments of the present invention are applied.
도 8은 본 발명의 실시예에 따른 서술자 생성 방법을 나타낸 순서도이다.8 is a flowchart illustrating a descriptor generation method according to an embodiment of the present invention.
도 9는 본 발명의 실시예에 따른 한 개의 할-웨이블릿(Haar-wavelet) 응답 연산을 위한 메모리 패치시 필요한 적분 이미지 포인트의 예시도이다.FIG. 9 is an exemplary diagram of integral image points required when patching memory for one haar-wavelet response operation according to an embodiment of the present invention.
도 10은 본 발명의 실시예에 따른 메모리 패칭 과정을 도시한다.10 illustrates a memory patching process according to an embodiment of the present invention.
도 11은 본 발명의 실시예에 따른 서술자 생성 영역을 도시한다.11 illustrates a descriptor generation region according to an embodiment of the present invention.
도 12는 본 발명의 실시예에 따른 서술자 생성시 필요한 관심 포인트를 도시한다. 12 illustrates points of interest required when generating descriptors according to an embodiment of the present invention.
아래에서는 첨부한 도면을 참고로 하여 본 발명의 실시예에 대하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 발명은 여러가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.DETAILED DESCRIPTION Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention. As those skilled in the art would realize, the described embodiments may be modified in various different ways, all without departing from the spirit or scope of the present invention. In the drawings, parts irrelevant to the description are omitted in order to clearly describe the present invention, and like reference numerals designate like parts throughout the specification.
명세서 전체에서, 어떤 부분이 어떤 구성 요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성 요소를 제외하는 것이 아니라 다른 구성 요소를 더 포함할 수 있는 것을 의미한다.Throughout the specification, when a part is said to "include" a certain component, it means that it can further include other components, except to exclude other components unless specifically stated otherwise.
또한, 명세서에 기재된 "…부", "…모듈" 의 용어는 적어도 하나의 기능이나 동작을 처리하는 단위를 의미하며, 이는 하드웨어나 소프트웨어 또는 하드웨어 및 소프트웨어의 결합으로 구현될 수 있다.In addition, the terms "… unit", "... module" described in the specification means a unit for processing at least one function or operation, which may be implemented in hardware or software or a combination of hardware and software.
이하, 도면을 참조로 하여 본 발명의 실시예에 따른 서술자 생성 방법 및 이를 구현하는 하드웨어 장치에 대하여 상세히 설명한다.Hereinafter, a descriptor generating method and a hardware device implementing the same according to an embodiment of the present invention will be described in detail with reference to the accompanying drawings.
도 4는 본 발명의 실시예에 따른 SURF(Speeded Up Robust Feature) 하드웨어 장치의 개략적인 구성도이다. 4 is a schematic configuration diagram of a speeded up robust feature (SURF) hardware device according to an embodiment of the present invention.
도 4를 참조하면, SURF 하드웨어 장치(100)는 영상 저장부(101), 적분 이미지 생성부(103), 적분 이미지 메모리(105), 특징점(Feature point) 추출부(107) 및 서술자(Descriptor) 생성부(109)를 포함한다.Referring to FIG. 4, the SURF hardware device 100 includes an image storage unit 101, an integrated image generator 103, an integrated image memory 105, a feature point extractor 107, and a descriptor. The generation unit 109 is included.
영상 저장부(101)는 입력받은 흑백 영상을 저장한다.The image storage unit 101 stores the input black and white image.
적분 이미지 생성부(103)는 영상 저장부(101)에 저장된 흑백 영상에 대한 적분 이미지(Integral Image)를 생성하여 적분 이미지 메모리(105)에 저장한다.The integrated image generator 103 generates an integrated image of the black and white image stored in the image storage unit 101 and stores the integral image in the integrated image memory 105.
특징점 추출부(107)는 입력받은 흑백 영상에 대해 특징점을 추출하는 스케일 공간(Scale space)을 표현하기 위해 이미지 피라미드(Image pyramids)를 생성하고 생성된 이미지 피라미드에서 특징점을 추출한다. 이때, 사용되는 적분 이미지(Integral image)는 SURF 알고리즘의 핵심이다.The feature point extractor 107 generates image pyramids and extracts feature points from the generated image pyramid to represent a scale space for extracting feature points from the input black and white image. At this time, the integral image used is the core of the SURF algorithm.
서술자 생성부(109)는 특징점의 주방향이 결정되면 주방향을 기준으로 특징점 주변 영역을 16개 영역으로 구분해 서술자를 생성한다. When the main direction of the feature point is determined, the descriptor generator 109 generates a descriptor by dividing the area around the feature point into 16 areas based on the main direction.
서술자 생성부(109)는 적분 이미지 메모리(105)로부터 획득한 적분 이미지, 높이(height) 및 넓이(width)를 포함하는 이미지 사이즈, 특징점의 원점(x, y) 좌표 및 스케일(scale)을 포함하는 SURF 정보를 입력받아 서술자를 생성한다.The descriptor generator 109 includes an integrated image obtained from the integrated image memory 105, an image size including height and width, origin (x, y) coordinates, and scale of feature points. Generates a descriptor by receiving SURF information.
여기서, 이미지 사이즈는 최초 SURF 하드웨어 장치(100)를 구현할 때 획득되며, SURF 정보는 특징점 추출부(107)로부터 획득된다.Here, the image size is obtained when the initial SURF hardware device 100 is implemented, and the SURF information is obtained from the feature point extractor 107.
SURF 정보는 적분 이미지 상에서 주변의 영역과 비교 했을 때 변화의 양이 많거나 일정한 패턴을 유지하고 있다고 판단되어지는 특징점의 원점(x, y) 좌표와 스케일 정보이다. 여기서, 특징점은 특징점 추출부(107)의 임계치에 따라 달라진다. SURF information is the origin (x, y) coordinates and scale information of a feature point determined to have a large amount of change or maintain a constant pattern when compared with the surrounding area on the integrated image. Here, the feature point depends on the threshold of the feature point extractor 107.
즉, 서술자 생성부(109)는 서술자 생성에 필요한 픽셀의 적분 이미지 포인트가 입력된 피쳐(Feature) 정보 즉 x, y 좌표와 스케일 정보, 주방향 정보로부터 서술자 생성에 필요한 적분 이미지 포인트를 연산한다.That is, the descriptor generator 109 calculates an integrated image point necessary for generating a descriptor from feature information, that is, x, y coordinates, scale information, and main direction information, to which an integral image point of a pixel required for descriptor generation is input.
도 5는 본 발명의 실시예가 적용되는 서술자의 구성요소를 도시한다.5 illustrates components of a descriptor to which an embodiment of the present invention is applied.
도 5를 참조하면, 서술자 생성부(109)는 특징점(P7)이 추출된 스케일 정보와 주축의 특징점(P7)의 원점(x,y), 주축 방향(P9) 성분의 크기를 이용하여 샘플링 할 주변 영역(P11)의 크기를 결정한다. Referring to FIG. 5, the descriptor generator 109 may sample using the scale information from which the feature point P7 is extracted, the origin point (x, y) of the feature point P7 of the main axis, and the magnitude of the component of the main axis direction P9. The size of the peripheral area P11 is determined.
즉, 서술자 생성부(109)는 주축 방향(P9)을 기준으로 적분 이미지를 회전시켜 16개의 영역(P11)으로 구분한다. 그리고 각 영역(P11)의 인접 화소값의 차이를 이용하여 ∑dx, ∑|dx|, ∑dy, ∑|dy|를 추출한다. 그리고 각 영역(P11)에서 추출된 ∑dx, ∑|dx|, ∑dy, ∑|dy| 성분들을 이용해 전체 64개(=4ㅧ4ㅧ4)의 서술자를 생성한다.That is, the descriptor generator 109 rotates the integrated image based on the main axis direction P9 and divides the image into 16 areas P11. Then, Σdx, Σ | dx |, Σdy, and Σ | dy | are extracted using the difference between adjacent pixel values in each region P11. And ∑dx, ∑ | dx |, ∑dy, and ∑ | dy | extracted from each region P11. Create a total of 64 descriptors (= 4 서술 4 ㅧ 4) using the components.
도 6 및 도 7은 본 발명의 실시예가 적용되는 16개의 영역의 인덱싱(indexing)을 도시한다.6 and 7 illustrate indexing of sixteen regions to which embodiments of the present invention are applied.
도 6 및 도 7을 참조하면, 16개의 영역의 서술자 출력순서는 Region 0_1 부터 Region_3_4 까지 순차적으로 즉, Region 0_1 -> Region 0_2 -> Region 0_3 -> … -> Region 3_3 -> Region 3_4으로 이루어진다. 6 and 7, the descriptor output order of the 16 regions is sequentially from Region 0_1 to Region_3_4, that is, Region 0_1-> Region 0_2-> Region 0_3->. -> Region 3_3-> Region 3_4
이때, 주축(P9)이 회전하더라도 도 7에 보인 바와 같이, 16개의 영역(P11)은 일정하게 유지된다. 즉, 특징점(P7)을 기준으로 하여 주방향(P9)이 회전하더라도 16개의 영역의 모양(P11)은 계속 유지됨을 알 수 있다.At this time, even if the main shaft P9 rotates, as shown in FIG. 7, 16 areas P11 remain constant. That is, it can be seen that the shape P11 of the sixteen regions is maintained even when the main direction P9 is rotated based on the feature point P7.
도 8은 본 발명의 실시예에 따른 서술자 생성 방법을 나타낸 순서도이고, 도 9는 본 발명의 실시예에 따른 한 개의 할-웨이블릿(Haar-wavelet) 응답 연산을 위한 메모리 패치시 필요한 적분 이미지 포인트의 예시도이며, 도 10은 본 발명의 실시예에 따른 메모리 패칭 과정을 도시하며, 도 11은 본 발명의 실시예에 따른 서술자 생성 영역을 도시한다.8 is a flowchart illustrating a descriptor generation method according to an embodiment of the present invention, and FIG. 9 is an integral image point required when patching a memory for one haar-wavelet response operation according to an embodiment of the present invention. 10 is an exemplary diagram, and FIG. 10 illustrates a memory patching process according to an embodiment of the present invention, and FIG. 11 illustrates a descriptor generation area according to an embodiment of the present invention.
먼저, 도 8을 참조하면, 서술자 생성부(109)는 특징점을 중심으로 일정한 크기의 반경을 가진 원형 형태의 관심 영역(ROI, Region of Interest)을 설정(S101)하는데, 이러한 관심 영역(ROI)은 도 9와 같다. 이때, 원형의 반경은 운용자가 결정한 값일 수 있다. First, referring to FIG. 8, the descriptor generator 109 sets a region of interest (ROI) having a radius of a predetermined size around a feature point (S101), which is the ROI. Is the same as FIG. In this case, the radius of the circle may be a value determined by the operator.
도 9를 참조하면, 관심 영역(ROI)(P13) 내에는 적분 이미지 포인트(P15)들이 균등하게 분포되어 있다. 그리고 이러한 관심 영역(ROI)(P13) 내 분포된 모든 적분 이미지 포인트(P15)들은 서술자 생성을 위한 후보 포인트들이 된다. 이하, 관심 영역(ROI)(P13) 내 분포된 모든 적분 이미지 포인트(P15)들은 후보 포인트(P15)로 기술한다.Referring to FIG. 9, the integrated image points P15 are evenly distributed in the region of interest ROI P13. All of the integrated image points P15 distributed in the ROI P13 are candidate points for descriptor generation. Hereinafter, all the integrated image points P15 distributed in the region of interest ROI P13 are described as candidate points P15.
다시, 도 8을 참조하면, 서술자 생성부(109)는 메모리 패칭(S103)을 통해 적분 이미지 메모리(105)로부터 후보 포인트(P15)들을 획득하는데, 획득하는 방식은 도 10과 같다. 여기서, 도 10은 후보 포인트(P15)들의 일부분을 도시한 것이다. Referring again to FIG. 8, the descriptor generator 109 acquires candidate points P15 from the integrated image memory 105 through memory patching S103, and the method of obtaining the descriptor points P15 is the same as FIG. 10. Here, FIG. 10 illustrates a portion of candidate points P15.
도 10을 참조하면, 임의의 후보 포인트(P15) 즉 제1 관심 포인트(1), 제2 관심 포인트(2), 제3 관심 포인트(3)를 획득하는 과정을 설명한다. Referring to FIG. 10, a process of acquiring an arbitrary candidate point P15, that is, a first point of interest 1, a second point of interest 2, and a third point of interest 3 will be described.
이때, 제1 관심 포인트(1), 제2 관심 포인트(2), 제3 관심 포인트(3)를 연산하기 위해서는 도 2에서 설명한 것처럼, 제1 관심 포인트(1), 제2 관심 포인트(2), 제3 관심 포인트(3)를 기준으로 좌우, 상하 방향에 배치된 총 8개의 주변 포인트가 필요하다. 따라서, x축 방향으로 기본 3번의 메모리 패칭을 통해 주변 포인트를 획득해야 한다.In this case, in order to calculate the first point of interest 1, the second point of interest 2, and the third point of interest 3, the first point of interest 1 and the second point of interest 2, as described with reference to FIG. 2. A total of eight peripheral points arranged in the left, right, and up and down directions with respect to the third point of interest 3 are required. Therefore, the peripheral point must be obtained through the basic three memory patching in the x-axis direction.
이때, 처음 1번째(①)의 메모리 패칭을 통해 획득한 후보 포인트(P15)들은 제1 버퍼에 저장된다. At this time, the candidate points P15 acquired through the first first (①) memory patching are stored in the first buffer.
다음 2번째(②)의 메모리 패칭을 통해 획득한 후보 포인트(P15)들은 제2 버퍼에 저장된다. The candidate points P15 acquired through the next second (2) memory patching are stored in the second buffer.
다음 다음 3번째(③)의 메모리 패칭을 통해 획득한 후보 포인트(P15)들은 제3 버퍼에 저장된다. Next, candidate points P15 obtained through the next third memory patching are stored in the third buffer.
이처럼, 3번의 메모리 패칭을 통해 획득한 후보 포인트(P15)들을 토대로 3개의 제1 관심 포인트(1)를 연산할 수 있다.As such, the three first points of interest 1 may be calculated based on the candidate points P15 obtained through the three times of memory patching.
그리고 제2 관심 포인트(2)는 2번째(②) 메모리 패칭, 3번째(③) 메모리 패칭을 통해 획득한 후보 포인트들(P15)이 주변 포인트가 되므로, 4번째(④) 메모리 패칭을 통해 주변의 후보 포인트들(P15)을 획득하면 된다. 따라서, 서술자 생성부(109)는 제1 버퍼를 비우고 제1 버퍼에 4번째 메모리 패칭을 통해 획득한 주변의 후보 포인트들(P15)을 저장한다. 이러한 방식으로 총 5번의 메모리 패칭을 통해 9개의 제1 관심 포인트(1), 제2 관심 포인트(2), 제3 관심 포인트(3)를 연산할 수 있게 되는 것이다.Since the candidate points P15 acquired through the second (②) memory patching and the third (③) memory patching become peripheral points, the second point of interest 2 becomes a peripheral point through the fourth (④) memory patching. The candidate points P15 may be obtained. Therefore, the descriptor generator 109 may empty the first buffer and store peripheral candidate points P15 obtained through the fourth memory patching in the first buffer. In this manner, nine first points of interest 1, second points of interest 2, and third points of interest 3 may be calculated through a total of five times of memory patching.
이와 같이 하면, 종래에는 하나의 적분 이미지 포인트를 연산하는데 3번의 메모리 패칭이 총 1296개에 대해 패치하기 때문에 총 3888번의 메모리 패칭 과정이 필요하던 것과 달리 37번의 메모리 패칭 과정만으로도 서술자 생성에 필요한 적분 이미지 포인트를 연산할 수 있다.In this way, since 3 memory patching patches a total of 1296 to calculate one integrated image point, an integrated image necessary for generating a descriptor is required by 37 memory patching processes, unlike a total of 3888 memory patching processes. You can compute points.
한편, 서술자 생성부(109)가 모든 후보 포인트(P15)를 획득한 후, 도 6 및 도 7에서 설명한 내용에 기초하여 관심 영역(ROI) 내에 16개의 서술자 생성 영역을 결정(S105)한다.On the other hand, after the descriptor generator 109 acquires all the candidate points P15, 16 descriptor generation regions are determined in the ROI based on the contents described with reference to FIGS. 6 and 7 (S105).
이때, 서술자 생성부(109)는 특징점(P7)을 기준으로 하는 16개의 서술자 생성 영역을 l, k의 값을 통해 결정한다. 그리고 l, k는 다음 수학식 1을 통해 연산된다. At this time, the descriptor generation unit 109 determines 16 descriptor generation regions based on the feature point P7 through the values of l and k. And l, k is calculated through the following equation (1).
수학식 1
Figure PCTKR2013003521-appb-M000001
Equation 1
Figure PCTKR2013003521-appb-M000001
Figure PCTKR2013003521-appb-I000003
Figure PCTKR2013003521-appb-I000003
여기서, Sample X, sample Y는 관심 영역(ROI)내 배치된 적분 이미지 포인트(또는 후보 포인트)가 나타내는 좌표값을 의미한다. x, y는 특징점(P7)의 원점 좌표를 나타낸다. co, si는 주축(도 5, 6, 7의 P9)의 기울기(θ)에 해당하는 cosine 값(cos(θ)), sine 값(sin(θ))을 각각 나타낸다. Scal은 특징점의 스케일 정보를 나타낸다. Here, Sample X and sample Y mean coordinate values indicated by integrated image points (or candidate points) disposed in the ROI. x and y represent the origin coordinates of the feature point P7. co and si represent cosine values (cos (θ)) and sine values (sin (θ)) corresponding to the slope θ of the main axis (P9 of FIGS. 5, 6 and 7), respectively. Scal represents scale information of a feature point.
이때, 16개의 영역 중 가로 방향의 영역은 특징점(P7)을 기준으로 k 값을 통해 결정되고, 세로 방향의 영역은 l 값에 의해 결정된다.In this case, the region in the horizontal direction among the 16 regions is determined through the k value based on the feature point P7, and the region in the vertical direction is determined by the l value.
즉, 도 11을 참조하면, 특징점(P7)을 기준으로 16개의 영역(P11)은 특징점(7)으로부터 왼쪽으로 12개, 오른쪽으로 12개 위아래로 각각 12개씩 즉, l : -12~12, k : -12~12 까지의 영역으로 분류가 된다. 그리고 각 영역(P11)의 중심 좌표(xs, ys)(P17)를 연산하여 16개의 영역(P11) 별로 할-웨이블릿(Haar-wavelet) 연산이 수행되어 결국 서술자가 생성된다. That is, referring to FIG. 11, the sixteen areas P11 are 12 from the feature point 7 to the left and 12 to the right and 12 up and down, respectively, that is, l: -12 to 12, based on the feature point P7. k: It is classified into the range from -12 to 12. The center coordinates (xs, ys) P17 of each region P11 are calculated to perform a haar-wavelet operation for each of the sixteen regions P11 to generate a descriptor.
이때, S103 단계에서 이미 관심 영역(ROI)내 후보 포인트들(P15)에 대해 획득이 되어 있으므로, 서술자 생성부(109)는 S105 단계에서 결정된 서술자 생성 영역 즉 16개의 영역(P11)내에 포함되는 후보 포인트들(P15)을 선별한다(S107).In this case, since the candidate points P15 in the ROI are already acquired in step S103, the descriptor generator 109 may include candidates included in the descriptor generation area determined in step S105, that is, the 16 areas P11. The points P15 are selected (S107).
여기서, 선별 과정은 후보 포인트들(P15)의 좌표값(Sample X, sample Y)을 수학식 1에 적용하여 후보 포인트들(P15)이 l, k로 이루어진 16개의 영역(P11)내에 포함되는지를 판단할 수 있다.Here, the selection process applies the coordinate values (Sample X, sample Y) of the candidate points (P15) to the equation (1) to determine whether the candidate points (P15) are included in the 16 areas (P11) consisting of l, k You can judge.
다음, 서술자 생성부(109)는 S107 단계에서 선별된 후보 포인트(P15)들을 토대로 서술자 생성 연산을 수행한다(S109).Next, the descriptor generation unit 109 performs a descriptor generation operation based on the candidate points P15 selected in step S107 (S109).
이때, S109 단계는 전술한 도 5의 수식(∑dx, ∑|dx|, ∑dy, ∑|dy|)을 이용하여 서술자 생성 연산이 수행된다. At this time, in step S109, a descriptor generation operation is performed using the above-described equations (Σdx, Σ | dx |, ∑dy, ∑ | dy |).
즉, 후보 포인트가 16개의 영역중 포함된 영역의 x축의 방향 성분량을 저장하는 dx 버퍼, y축의 방향성분을 저장하는 dy 버퍼, x축의 방향성분의 절대값을 저장하는 |dx| 버퍼, y축의 방향성분의 절대값을 저장하는 |dy| 버퍼에 이전의 버퍼에 저장된 값과 현재 계산된 값을 더한 값을 다시 저장한다. 따라서, 모든 후보 포인트의 연산이 끝나면 총 16 영역에 각각 dx, |dx|, dy,|dy| 버퍼에 영역의 후보 포인트로부터 연산된 값의 합이 저장되어 있으며, 저장된 값을 정규화(Normalization)를 거쳐 최종 서술자가 생성된다.That is, a dx buffer that stores the amount of the direction component on the x-axis of the region in which the candidate points are included among the 16 areas, a dy buffer that stores the direction component on the y-axis, and a | dx | Buffer, | dy | which stores the absolute value of the direction component of the y-axis. Stores the buffer again by adding the value currently stored in the previous buffer with the currently calculated value. Therefore, when all candidate points are computed, dx, | dx |, dy, | dy | The sum of the values calculated from the candidate points of the regions is stored in the buffer, and the final descriptor is generated through normalization of the stored values.
이와 같이, 본 발명의 실시예에 따르면, 관심 영역(ROI)내 후보 포인트가 실제 서술자 생성 영역에 해당하는지만 구분함으로써 서술자 생성에 필요한 관심 포인트를 획득할 수 있다. 따라서, 종래에 후보 포인트(P15)가 불균일하게 분포되어 있기 때문에 각각의 후보 포인트(P15)마다 연산을 해야 하는 문제점이 발생하지 않는다. 이로 인해 서술자 생성부(109)는 하드웨어에 적합하고 고속의 동작이 가능하게 된다.As described above, according to the exemplary embodiment of the present invention, the point of interest necessary for generating the descriptor may be obtained by distinguishing the candidate point in the ROI corresponding to the actual descriptor generating region. Therefore, since candidate points P15 are unevenly distributed in the related art, there is no problem that an operation must be performed for each candidate point P15. This allows the descriptor generator 109 to be suitable for hardware and to operate at high speed.
또한, 관심 영역(ROI)를 원형으로 둠으로써 필요없는 부분 즉 관심 영역(ROI)의 외부에 배치된 적립 이미지 포인트의 연산을 수행하지 않아 빠른 처리 속도를 가져올 수 있다. In addition, by setting the ROI in a circular shape, it is possible to bring about a fast processing speed by not performing calculation of unnecessary image points, that is, accumulated image points arranged outside the ROI.
도 12는 본 발명의 실시예에 따른 서술자 생성시 필요한 관심 포인트를 도시한다. 12 illustrates points of interest required when generating descriptors according to an embodiment of the present invention.
도 12를 참조하면, 스케일이 2 이고, 한번에 최대 11개의 적분 이미지 포인트를 연산한다고 가정했을 때, 서술자 생성에 필요한 원형 형태의 관심 영역(ROI) 내 존재하는 적분 이미지 포인트들을 픽셀(P19)에 나타낸 것이다. 이때, 적분 이미지 포인트는 숫자들(1, 2, 3, 4, 5, 6, 7)로 표시하였다.Referring to FIG. 12, assuming that the scale is 2 and a maximum of 11 integrated image points are computed at one time, the integrated image points existing in the circular ROI required for the descriptor generation are illustrated in the pixel P19. will be. At this time, the integrated image point is represented by numbers (1, 2, 3, 4, 5, 6, 7).
이때, 서술자 생성부(109)가 가로 줄별로 메모리 패치를 수행하여 최초 5개의 줄을 패치하면, 한번에 7개의 관심 포인트를 연산할 수 있다. 즉, 주변 포인트가 1로 설정된 박스(P21)를 통해 할-웨이블릿 연산이 수행되어 가운데 위치한 관심 포인트(3)가 연산된다. 이러한 방식으로 박스(P21)가 주변 포인트를 2, 3, 4,…, 7까지 설정되면, 박스(P21)의 가운데 위치한 관심 포인트(1, 2, 3, 4, 5, 6, 7)을 연산할 수 있는 것이다. 그리고 다음 한 줄의 메모리 패칭을 통해 9개의 관심 포인트를 연산하고 이후 한줄씩 패치할 때마다 11 관심 포인트를 연산이 가능하다. 이처럼, 최초 5번의 패치를 통하여 7개의 후보 포인트를 연산하고, 한번의 패치(6번째 패치)가 더이루어 지면 총 9 개의 후보 포인트를 연산하고, 또 한번의 패치(7번째 패치)가 일어나면 11 개의 후보 포인트가 연산된다. 이후에는 한번의 패치마다 11개의 후보 포인트가 연산된다. 따라서, 총 7번의 패칭이 이루어 지고 나면 총 27개의 후보포인트를 연산하게 된다. In this case, when the descriptor generator 109 performs a memory patch for each horizontal line to patch the first five lines, seven descriptor points may be calculated at a time. That is, the wavelet calculation is performed through the box P21 having the peripheral point set to 1, and the point of interest 3 located in the center is calculated. In this way, box P21 sets the peripheral points 2, 3, 4,... If set to, 7, the points of interest 1, 2, 3, 4, 5, 6, and 7 located in the center of the box P21 may be calculated. The next one line of memory patching computes nine points of interest, and each subsequent line of patch can compute 11 points of interest. In this way, seven candidate points are calculated through the first five patches, and once one patch (the sixth patch) is added, a total of nine candidate points are calculated, and another patch (the seventh patch) generates 11 Candidate points are computed. Thereafter, 11 candidate points are calculated for each patch. Therefore, after a total of seven patching is performed, a total of 27 candidate points are calculated.
이렇게 하면, 기존에 하나의 관심 포인트마다 모두 3번의 패치가 필요한 기존 방법과 비교하여 33배 이상의 속도 향상을 가져올 수 있다. This can result in a 33x speedup over the existing method, which requires three patches for every point of interest.
이상에서 설명한 본 발명의 실시예는 장치 및 방법을 통해서만 구현이 되는 것은 아니며, 본 발명의 실시예의 구성에 대응하는 기능을 실현하는 프로그램 또는 그 프로그램이 기록된 기록 매체를 통해 구현될 수도 있다.  The embodiments of the present invention described above are not only implemented through the apparatus and the method, but may be implemented through a program for realizing a function corresponding to the configuration of the embodiments of the present invention or a recording medium on which the program is recorded.
이상에서 본 발명의 실시예에 대하여 상세하게 설명하였지만 본 발명의 권리범위는 이에 한정되는 것은 아니고 다음의 청구범위에서 정의하고 있는 본 발명의 기본 개념을 이용한 당업자의 여러 변형 및 개량 형태 또한 본 발명의 권리범위에 속하는 것이다.Although the embodiments of the present invention have been described in detail above, the scope of the present invention is not limited thereto, and various modifications and improvements of those skilled in the art using the basic concepts of the present invention defined in the following claims are also provided. It belongs to the scope of rights.

Claims (8)

  1. 하드웨어 장치가 영상의 특징점을 토대로 서술자를 생성하는 방법으로서,A hardware device generates a descriptor based on an image feature point.
    상기 특징점을 중심으로 적분 이미지 포인트들이 균등하게 배치된 관심 영역을 설정하는 단계,Setting an ROI in which integral image points are evenly arranged around the feature point;
    메모리 패칭을 통해 상기 관심 영역내 배치된 상기 적분 이미지 포인트들을 모두 연산하는 단계,Computing all of the integrated image points disposed in the region of interest via memory patching,
    상기 적분 이미지 포인트 들 중에서 서술자 생성 영역에 포함되는 적분 이미지 포인트들을 선별하는 단계, 그리고Selecting integral image points included in a descriptor generation region among the integrated image points, and
    상기 선별된 적분 이미지 포인트들을 토대로 서술자를 생성하는 단계Generating a descriptor based on the selected integral image points
    를 포함하는 서술자 생성 방법.Descriptor generation method comprising a.
  2. 제1항에 있어서.The method of claim 1.
    상기 설정하는 단계는,The setting step,
    상기 특징점의 원점을 기준으로 원형의 형태인 관심 영역을 설정하는 서술자 생성 방법.Descriptor generation method for setting the ROI in the form of a circle based on the origin of the feature point.
  3. 제1항에 있어서.The method of claim 1.
    상기 연산하는 단계는,The calculating step,
    한 번의 기본 단위의 메모리 패칭을 통해 획득한 적분 이미지 포인트들을 토대로 관심 포인트를 연산하는 동작을 반복하여 상기 관심 영역내 배치된 모든 적분 이미지 포인트들을 연산하는 서술자 생성 방법.And calculating all the integral image points arranged in the ROI by repeating the operation of calculating the ROI based on the integral image points acquired through the memory patching of one basic unit.
  4. 제1항에 있어서,The method of claim 1,
    상기 선별하는 단계는,The sorting step,
    상기 메모리 패칭을 통해 획득한 상기 관심 영역내 배치된 모든 적분 이미지 포인트들을 후보 포인트들로 설정하는 단계,Setting all integrated image points disposed in the ROI acquired through the memory patching as candidate points,
    상기 후보 포인트들 각각의 좌표값, 상기 특징점의 원점 좌표, 주축의 기울기 및 상기 특징점의 스케일 정보를 토대로 상기 서술자 생성 영역을 결정하는 단계,Determining the descriptor generation region based on coordinate values of each of the candidate points, origin coordinates of the feature point, slope of a main axis, and scale information of the feature point;
    상기 후보 포인트들 각각의 좌표값이 상기 서술자 생성 영역에 포함되는지를 판단하는 단계, 그리고 Determining whether a coordinate value of each of the candidate points is included in the descriptor generation region, and
    상기 서술자 생성 영역에 포함되는 후보 포인트들을 상기 서술자 생성에 필요한 관심 포인트들로 선별하는 단계Selecting candidate points included in the descriptor generation region as interest points required for generating the descriptor;
    를 서술자 생성 방법.How to create a descriptor.
  5. 제4항에 있어서,The method of claim 4, wherein
    상기 서술자 생성 영역은 하기 수학식을 통해 결정된 l, k로 이루어진 복수의 영역을 포함하고, The descriptor generation region includes a plurality of regions consisting of l and k determined through the following equation,
    상기 판단하는 단계는,The determining step,
    상기 후보 포인트들 각각의 좌표를 하기 수학식에 적용하여 상기 서술자 생성 영역에 포함되는지를 판단하는 서술자 생성 방법,A descriptor generation method for determining whether the coordinates of each of the candidate points are included in the descriptor generation region by applying the following equation;
    Figure PCTKR2013003521-appb-I000004
    Figure PCTKR2013003521-appb-I000004
    Figure PCTKR2013003521-appb-I000005
    Figure PCTKR2013003521-appb-I000005
    여기서, Sample X, sample Y는 상기 후보 포인트들이 나타내는 좌표값이고, x, y는 특징점의 원점 좌표를 나타내고, co, si는 주축의 기울기(θ)에 해당하는 cosine 값(cos(θ)), sine 값(sin(θ))을 각각 나타내며, Scal은 특징점의 스케일 정보를 나타내며, l은 상기 서술자 생성 영역의 가로 방향의 영역을 결정하고, k는 상기 서술자 생성 영역의 세로 방향의 영역을 결정함.Here, Sample X and sample Y are coordinate values indicated by the candidate points, x and y represent the coordinates of the origin of the feature point, co, si are cosine values (cos (θ)) corresponding to the inclination (θ) of the main axis, each represents a sine value (sin (θ)), Scal represents scale information of a feature point, l determines a horizontal region of the descriptor generating region, and k determines a vertical region of the descriptor generating region. .
  6. 영상의 특징점 및 서술자를 연산하는 하드웨어 장치로서,A hardware device for calculating feature points and descriptors of an image,
    상기 영상에 대한 적분 이미지를 저장하는 적분 이미지 메모리,An integrated image memory for storing an integrated image for the image;
    상기 적분 이미지를 토대로 상기 특징점을 추출하는 특징점 추출부, 그리고A feature point extracting unit extracting the feature point based on the integrated image, and
    상기 특징점을 중심으로 적분 이미지 포인트들이 균등하게 배치된 관심 영역을 설정하고, 메모리 패칭을 수행하여 상기 적분 이미지 메모리로부터 상기 관심 영역내 배치된 상기 적분 이미지 포인트들을 모두 연산하며 상기 적분 이미지 포인트 들 중에서 서술자 생성 영역에 포함되는 적분 이미지 포인트들을 선별하여 상기 선별된 적분 이미지 포인트들을 토대로 서술자를 생성하는 서술자 생성부Set a region of interest in which integral image points are evenly arranged around the feature point, and perform memory patching to calculate all of the integral image points disposed in the region of interest from the integrated image memory, and describe the descriptors from the integral image points. Descriptor generation unit that selects integral image points included in the generation area and generates a descriptor based on the selected integrated image points
    를 포함하는 하드웨어 장치.Hardware device comprising a.
  7. 제6항에 있어서,The method of claim 6,
    상기 서술자 생성부는,The descriptor generation unit,
    상기 특징점의 원점을 기준으로 원형의 형태인 관심 영역을 설정하고, 상기 특징점 추출부로부터 획득한 상기 특징점이 추출된 스케일 정보, 상기 특징점의 원점 및 상기 특징점의 주축 방향을 토대로 상기 관심 영역내에 위치한 상기 서술자 생성 영역을 결정하는 하드웨어 장치.A region of interest in a circular shape is set based on the origin of the feature point, and the feature point obtained from the feature point extractor is located within the region of interest based on scale information from which the feature point is extracted, the origin of the feature point, and the principal axis direction of the feature point; Hardware device that determines the descriptor generation area.
  8. 제7항에 있어서,The method of claim 7, wherein
    상기 서술자 생성부는, The descriptor generation unit,
    상기 메모리 패칭을 통해 획득한 상기 관심 영역내 배치된 모든 후보 포인트들 각각의 좌표값, 상기 특징점의 원점 좌표, 주축의 기울기 및 상기 특징점의 스케일 정보를 토대로 상기 서술자 생성 영역을 결정하고, 상기 후보 포인트들 각각의 좌표값이 상기 서술자 생성 영역에 포함되는지를 판단하여 상기 후보 포인트들 중에서 상기 서술자 생성에 필요한 관심 포인트들을 선별하는 하드웨어 장치.The descriptor generation region is determined based on coordinate values of all candidate points disposed in the ROI acquired through the memory patching, origin coordinates of the feature point, slope of a main axis, and scale information of the feature point, and the candidate point. Determining whether coordinate values are included in the descriptor generation region, and selecting points of interest necessary for generating the descriptor among the candidate points.
PCT/KR2013/003521 2013-04-24 2013-04-24 Method for generating descriptor and hardware appartus implementing same WO2014175481A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2013/003521 WO2014175481A1 (en) 2013-04-24 2013-04-24 Method for generating descriptor and hardware appartus implementing same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2013/003521 WO2014175481A1 (en) 2013-04-24 2013-04-24 Method for generating descriptor and hardware appartus implementing same

Publications (1)

Publication Number Publication Date
WO2014175481A1 true WO2014175481A1 (en) 2014-10-30

Family

ID=51792038

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2013/003521 WO2014175481A1 (en) 2013-04-24 2013-04-24 Method for generating descriptor and hardware appartus implementing same

Country Status (1)

Country Link
WO (1) WO2014175481A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6111584A (en) * 1995-12-18 2000-08-29 3Dlabs Inc. Ltd. Rendering system with mini-patch retrieval from local texture storage
WO2010148539A1 (en) * 2009-06-26 2010-12-29 Intel Corporation Techniques to detect video copies
KR20110002043A (en) * 2008-04-23 2011-01-06 미쓰비시덴키 가부시키가이샤 Scale robust feature-based identifiers for image identification
KR20110091763A (en) * 2008-11-12 2011-08-12 노키아 코포레이션 Method and apparatus for representing and identifying feature descriptors utilizing a compressed histogram of gradients
KR101166722B1 (en) * 2011-03-17 2012-07-19 인하대학교 산학협력단 A method of detecting interest points and finding an image descriptor based on local variation for image retrieval and the recording medium thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6111584A (en) * 1995-12-18 2000-08-29 3Dlabs Inc. Ltd. Rendering system with mini-patch retrieval from local texture storage
KR20110002043A (en) * 2008-04-23 2011-01-06 미쓰비시덴키 가부시키가이샤 Scale robust feature-based identifiers for image identification
KR20110091763A (en) * 2008-11-12 2011-08-12 노키아 코포레이션 Method and apparatus for representing and identifying feature descriptors utilizing a compressed histogram of gradients
WO2010148539A1 (en) * 2009-06-26 2010-12-29 Intel Corporation Techniques to detect video copies
KR101166722B1 (en) * 2011-03-17 2012-07-19 인하대학교 산학협력단 A method of detecting interest points and finding an image descriptor based on local variation for image retrieval and the recording medium thereof

Similar Documents

Publication Publication Date Title
WO2022050473A1 (en) Apparatus and method for estimating camera pose
WO2015005577A1 (en) Camera pose estimation apparatus and method
WO2015182904A1 (en) Area of interest studying apparatus and method for detecting object of interest
JP7368924B2 (en) Hardware accelerator for computation of gradient oriented histograms
WO2023080455A1 (en) Method and apparatus for processing foot information
CN111709999A (en) Calibration plate, camera calibration method and device, electronic equipment and camera system
CN108647264A (en) A kind of image automatic annotation method and device based on support vector machines
WO2016114574A2 (en) Method and device for filtering texture, using patch shift
WO2022124573A1 (en) Method for evaluating similarity of website on basis of menu structure and keyword in script
CN108304578B (en) Map data processing method, medium, device and computing equipment
WO2014175481A1 (en) Method for generating descriptor and hardware appartus implementing same
WO2017003240A1 (en) Image conversion device and image conversion method therefor
WO2016159613A1 (en) Object tracking method and system for image synthesis
WO2022197044A1 (en) Bladder lesion diagnosis method using neural network, and system thereof
WO2021071258A1 (en) Mobile security image learning device and method based on artificial intelligence
WO2017007047A1 (en) Spatial depth non-uniformity compensation method and device using jittered comparison
WO2022108249A1 (en) Method, apparatus, and program for generating training data, and method for detecting foreign substance using same
WO2016006901A1 (en) Method and apparatus for extracting depth information from image
WO2019139303A1 (en) Image synthesizing method and device
WO2014171749A1 (en) Facility information input apparatus and method using smart device, and record medium recorded with program for executing same
CN110930344B (en) Target quality determination method, device and system and electronic equipment
CN111488785A (en) Rotary kiln working condition detection method based on in-kiln image
WO2021198753A1 (en) Image recognition method, apparatus, and storage medium
WO2017043942A1 (en) Method for analyzing three-dimensional specimen
KR101433927B1 (en) Method and hardware for generating descriptor

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: 13882817

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13882817

Country of ref document: EP

Kind code of ref document: A1