WO2005036887A1 - 動きベクトル探索方法、動きベクトル探索装置および動きベクトル探索プログラム - Google Patents
動きベクトル探索方法、動きベクトル探索装置および動きベクトル探索プログラム Download PDFInfo
- Publication number
- WO2005036887A1 WO2005036887A1 PCT/JP2004/015452 JP2004015452W WO2005036887A1 WO 2005036887 A1 WO2005036887 A1 WO 2005036887A1 JP 2004015452 W JP2004015452 W JP 2004015452W WO 2005036887 A1 WO2005036887 A1 WO 2005036887A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- motion vector
- search
- search range
- value
- program
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
- H04N19/56—Motion estimation with initialisation of the vector search, e.g. estimating a good candidate to initiate a search
Definitions
- Motion vector search method Description Motion vector search method, motion vector search device, and motion vector search program
- the present invention relates to a motion compensated prediction coding technique, and more particularly to a motion vector search method, a motion vector search device, and a motion vector search program.
- an encoding method using correlation between image frames is generally used to increase encoding efficiency.
- a coding method using correlation between image frames is called motion compensation predictive coding, and is used in Moving Picture Experts Group (MPEG) and the like.
- motion-compensated prediction coding video motion information between frames (motion vector) and the difference image (prediction error) between the predicted image generated by the motion vector and the frame being encoded are encoded. . If the correlation between the image frames is large, the prediction error is small, the amount of information to be coded can be small, and the compression ratio can be improved.
- motion-compensated prediction coding a frame is generally divided into blocks of a fixed size such as 16 ⁇ 16 pixels, and a motion vector is assigned to each of the divided blocks. Specifically, among the frames that have already been encoded (reference frames), the location where the correlation is the largest for each block is searched, and the difference between the blocks is calculated and encoded.
- the process of searching for a place where the correlation becomes large is called motion vector search.
- the magnitude of the correlation can be evaluated by summing the differences of each pixel in the block between the reference frame and the frame being encoded.
- the motion vector search process it is optional to search for an area of the frame. If a narrow range is searched, the amount of computation required for the search can be reduced, but when a video with large motion is input, an appropriate motion vector cannot be detected, resulting in low coding efficiency. I will drop it. On the other hand, if a wide range is searched, it is possible to perform appropriate motion compensation prediction for a video with a large amount of motion, and the encoding efficiency is improved. Therefore, it is desirable to adaptively switch the search range according to the magnitude of the motion in the video.
- the motion vector search device described in Literature 1 includes a motion vector detection circuit, a motion vector memory, a search range determiner, and a search range selector.
- the conventional motion vector search device having such a configuration operates as follows. That is, histograms of a plurality of previously detected motion vectors stored in the motion vector memory are measured, and an appropriate search range is determined by the search range determiner according to the measured histograms.
- the search range selector has finite types of search ranges, and one search range is selected according to the determination by the search range determiner.
- the motion vectors of every other block are obtained first. Next, the value of this motion vector is used to determine the search range of the motion vector search in the remaining blocks.
- the histogram of the motion vector obtained in the past must be constantly measured, so that there is a problem that an extra operation amount is required to obtain the search range. there were.
- only a limited number of types of search ranges are finally prepared, and the selected search range may not be optimal.
- the present invention has been made in view of the above problems, and has as its object to determine a search range with a small amount of computation, and to provide a new motion vector search method capable of searching for a motion vector within an appropriate search range , Devices and programs.
- a first invention for solving the above problems is a motion vector search device for searching for a motion vector in coding of a moving image, a means for storing the detected motion vector, Means for determining a search range from the size of the motion vector, and performing a motion vector search process using the value calculated from the value of the motion vector of the surrounding blocks as the search range. .
- the means for determining the search range determines, as the search range, an integral multiple of the magnitude of the motion vector in the peripheral block for which the search has been completed. Means.
- the means for determining the search range includes means for determining a search range based on a maximum value of motion vectors of a plurality of surrounding blocks. It is characterized by being.
- a fourth invention for solving the above-mentioned problems is the invention according to any one of the first to third inventions, wherein the means for determining the search range includes: If the size of the search range is large, the search range is determined to be inappropriate, and a means for setting the search range to a predetermined value is further provided.
- a fifth aspect of the present invention for solving the above-mentioned problems is a method according to any one of the first to fourth aspects, further comprising means for shifting a center of the search area to a position of a motion vector of an adjacent block and performing a search. It is characterized by having.
- the means for determining the search range sets a maximum value and a minimum value of the search range in advance.
- the apparatus further includes means for determining the maximum value or the minimum value as the search range.
- a seventh aspect of the present invention for solving the above-mentioned problems is the invention according to any one of the first to sixth aspects, wherein the means for determining the search range includes an operation of an adjacent block already searched. It is characterized in that it is a means for determining a constant multiple of the absolute value of each of the horizontal and vertical components of the motion vector as a search range using the values of the motion vector.
- An eighth invention for solving the above problem is a video encoding device, comprising: means for storing a detected motion vector; and means for determining a search range from the size of the motion vector of a peripheral block for which search has been completed. And a motion vector search device that performs a motion vector search process using a value calculated from a motion vector value of a surrounding block as a search range.
- a ninth invention for solving the above-mentioned problems is the ninth invention according to the eighth invention, wherein the means for determining the search range determines an integer multiple of the magnitude of a motion vector in a peripheral block for which search has been completed as the search range. Means.
- the means for determining the search range includes a step of determining the search range based on a maximum value of a motion vector of a plurality of surrounding blocks. It is a means for determining.
- the means for determining the search range includes a prediction error obtained in the process of determining the search range.
- the search range is a means for setting the search range to a predetermined value.
- the motion vector search device shifts a center of a search area to a position of a motion vector of an adjacent block. And means for performing a search.
- the means for determining the search range includes setting a maximum value and a minimum value of the search range in advance. If the calculated search range exceeds the maximum value or the minimum value, the apparatus further includes means for determining the maximum value or the minimum value as the search range.
- a fourteenth invention for solving the above-mentioned problems is the invention according to any one of the eighth to thirteenth inventions, wherein the means for determining the search range includes a motion vector value of an adjacent block already searched for. It is characterized in that it is means for determining a constant multiple of the absolute value of each of the horizontal and vertical components of the motion vector as a search range.
- a fifteenth invention for solving the above-mentioned problems is a method of searching for a motion vector in video coding, wherein the detected motion vector is stored, and a motion vector of a peripheral block for which the search has been completed. The search range is determined from the size of the motion vector, and the motion vector search process is performed using the value calculated from the value of the motion vector of the surrounding block as the search range.
- a sixteenth invention for solving the above-mentioned problems is characterized in that, in the above-mentioned fifteenth invention, the search range is determined to be an integral multiple of the size of the motion vector in the peripheral block for which the search has been completed.
- a seventeenth invention for solving the above-mentioned problems is characterized in that in the above-mentioned fifteenth or sixteenth invention, the search range is determined based on the maximum value of the motion vectors of a plurality of surrounding blocks.
- An eighteenth invention for solving the above-mentioned problems is the invention according to any one of the fifteenth to seventeenth inventions, wherein in the process of determining the search range, if the obtained prediction error value becomes large, the search range Is determined to be inappropriate, and the search range is set to a predetermined value.
- a nineteenth invention for solving the above-mentioned problems is the invention according to any one of the first to fifth inventions, wherein the search range is determined from the size of the motion vector of the peripheral block for which the search has been completed, and the search area is determined. The search is performed by shifting the center of the search to the position of the motion vector of the adjacent block.
- a maximum value and a minimum value of a search range are set in advance, and the calculated search range is If the maximum value or the minimum value is exceeded, the maximum value or the minimum value is determined as a search range.
- a twenty-first invention for solving the above-mentioned problems is the invention according to any one of the fifteenth to twenty-fifth inventions, wherein the horizontal and vertical motion vectors are determined by using a motion vector value of an adjacent block already searched for. It is characterized in that a constant times the absolute value of each component is determined as a search range.
- a twenty-second invention for solving the above-mentioned problems is characterized in that video encoding is performed using the motion vector search method according to any one of the above-mentioned fifteenth invention and the twenty-first invention.
- a twenty-third invention for solving the above-mentioned problems is a computer system that executes a motion vector search in video coding, comprising: a target image buffer for storing a target image data; and a reference for storing a reference image.
- An image buffer a motion vector memory for storing motion vectors
- a program memory for storing a program consisting of instructions for causing a computer to perform a motion vector search in video coding in the evening, and executing the program
- a program control processor wherein the program controls the program control processor to use a value calculated based on a value of a motion vector of a peripheral block stored in a motion vector memory as a search range. The search is performed.
- the program provides the program control processor with an integral multiple of a size of a motion vector in a peripheral block having been searched. It is characterized in that it is determined as a search range. ⁇
- a twenty-fifth invention for solving the above-mentioned problems is the twenty-third invention or the twenty-fourth invention, wherein the program is provided to the program control processor based on a maximum value of a moving vector of a plurality of peripheral blocks.
- the search range is determined.
- a twenty-sixth invention for solving the above-mentioned problems is the invention according to any one of the twenty-third to the twenty-fifth inventions, wherein the program searches the program control processor when the obtained prediction error value increases.
- the search range is determined to be inappropriate, and the search range is set to a predetermined value.
- a twenty-seventh invention for solving the above-mentioned problems is the invention according to any one of the twenty-third to the twenty-sixth inventions, wherein the program causes the program control processor to set a center of a search area to a motion vector of an adjacent block. It is characterized by performing a search by shifting to a position.
- a twenty-eighth invention for solving the above-mentioned problems is the invention according to any one of the twenty-third to the twenty-seventh inventions, wherein the program searches the program control processor when a value of the obtained prediction error increases.
- the search range is determined to be inappropriate, and the search range is set to a predetermined value.
- the twenty-ninth invention for solving the above-mentioned problems is the invention of any one of the above-mentioned twenty-third to twenty-eighth aspects.
- the program control processor determines the maximum value or the minimum value as the search range. It is characterized by making it.
- a thirtieth invention for solving the above-mentioned problems is the invention according to any one of the twenty-third to the twenty-ninth inventions, wherein the program provides the program control processor with a value of a motion vector of an adjacent block already searched for.
- the method is characterized in that a constant multiple of the absolute value of each of the horizontal and vertical components of the motion vector is determined as the search range.
- a thirty-first invention for solving the above problems is a motion vector search program for controlling a computer and searching for a motion vector in video coding, wherein the motion vector search program includes: It is characterized by executing a function to determine the search range from the size of the motion vector of the surrounding block where the search is completed, and a function to perform the motion vector search processing in the determined search range.
- the motion vector search program causes the computer to calculate an integral multiple of the size of a motion vector in a peripheral block for which search has been completed.
- a function of determining a search range is executed.
- a thirty-third invention for solving the above-mentioned problems is the above-mentioned thirty-first or thirty-second invention, wherein the motion vector search program causes the computer to perform a motion vector search based on a maximum value of motion vectors of a plurality of surrounding blocks. And a function of determining a search range.
- the motion vector search program is obtained by the computer in a process of determining a search range.
- the search range is not appropriate, and a function of setting the search range to a predetermined value is executed.
- a thirty-fifth invention for solving the above-mentioned problems is the invention according to any one of the thirty-first to thirty-fourth inventions, wherein the motion vector search program causes the computer to move a center of a search area to a motion vector of an adjacent block. It is characterized in that it shifts to the position and executes the search function.
- the motion vector search program sets a maximum value and a minimum value of a search range in the computer in advance. In addition, when the calculated search range exceeds the maximum value or the minimum value, a function of determining the maximum value or the minimum value as the search range is executed.
- a thirty-seventh invention for solving the above-mentioned problems is the invention according to any one of the thirty-first to thirty-sixth inventions, wherein the motion vector search program is configured to provide the computer with a motion vector of an adjacent block that has already been searched.
- the feature is to execute a function to determine the search range using a multiple of the absolute value of each of the horizontal and vertical components of the motion vector using the value.
- FIG. 1 is a block diagram showing a conventional example of a motion vector search method for adaptively changing a search range.
- FIG. 2 is a block diagram showing the configuration of the first embodiment of the present invention.
- FIG. 3 is a flowchart showing the operation of the first embodiment of the present invention.
- FIG. 4 is a diagram showing a specific example of the operation of the second embodiment of the present invention.
- FIG. 5 is a flowchart showing the operation of the third embodiment of the present invention.
- FIG. 6 is a flowchart showing the operation of the fourth embodiment of the present invention.
- FIG. 7 is a block diagram showing a computer system which is an embodiment of the motion vector search device according to the present invention.
- FIG. 8 is a diagram illustrating a specific operation of the first embodiment of the present invention. BEST MODE FOR CARRYING OUT THE INVENTION
- a motion vector search device of the present invention includes a motion vector search processing unit that searches for a motion vector, a motion vector memory that stores the obtained motion vector, and a search range calculation processing unit that determines a search range. Have.
- the search range calculation processing unit retrieves the motion vector of the adjacent block already obtained from the motion vector memory, and determines an appropriate search range based on the value of the motion vector of the adjacent block. Determine the enclosure.
- the object of the present invention can be achieved by employing such a configuration and determining the search range in the motion vector search.
- a motion vector search device includes a current frame buffer 201 for storing data of a frame being encoded, and a reference frame buffer for storing a reference frame. 202, a motion search processing unit 203 for performing a motion vector search process, a motion vector memory 204 for storing the obtained motion vector, and a search range calculation for determining a search range And a processing unit 205.
- the pointer is set to the earlier block of the current frame buffer 201 (step A 1 in FIG. 3).
- step A2 it is checked whether or not the currently pointed block is the first block of the frame.
- the horizontal search range X is set to the initial value X0
- the vertical search range Y is set to the initial value Y0 (step A3). It is assumed that the initial values X0 and Y0 are set in advance.
- the motion vector (x, y) of the block on the left is stored in the motion vector memory 204 (step A4).
- the horizontal search range X is set to a value a times the absolute value abs (x) of the motion vector horizontal component X of the block on the left (step A5).
- a is an arbitrary positive number.
- the value of X is clipped so that it falls between the maximum horizontal search range Xmax and the minimum horizontal search range Xmin (step A6). If the value of X exceeds the maximum horizontal search range Xmax or the minimum horizontal search range Xmin, the value of X is defined as the maximum horizontal search range Xmax or the minimum horizontal search range Xmin.
- the values of the maximum horizontal search range Xmax and the minimum horizontal search range Xmin are set in advance. Let's say.
- the vertical search range Y is set to a value b times the absolute value abs (y) of the vertical component y of the motion vector of the block on the left (step A7).
- b is an arbitrary positive number.
- the value of Y is clipped so that it falls between the horizontal maximum search range Ymax and the horizontal minimum search range Ymin (step A8). If the value of Y exceeds the maximum horizontal search range Ymax or the minimum horizontal search range Ymin, the value of Y is defined as the maximum horizontal search range Ymax or the minimum horizontal search range Ymin.
- the values of the vertical maximum search range Ymax and the vertical minimum search range Ymin shall be set in advance.
- a motion vector search is performed with the search range being ( ⁇ X, soil Y) pixels (step A9).
- step A10 the motion vector obtained in step A9 is stored in the motion vector memory 204 (step A10).
- step A1 2 If there is a block for which motion vector search has not been performed yet, the pointer is moved to the next block (step A1 2), and the process returns to step A2 to continue the motion vector search process. If all blocks have been processed, the motion vector search processing for that frame ends.
- the search range is obtained based on the value of the motion vector of the adjacent block, an appropriate search range can be determined with a small amount of calculation.
- the search range obtained by the method of the present embodiment has a high correlation with the actual motion of the video.
- the search range is determined by using the horizontal component and the vertical component of the motion vector of the adjacent block independently. Therefore, not only the size (area) of the search range but also its shape can be adaptively changed according to the motion in the video. For example, if an adjacent block has a motion vector that is long in the horizontal direction, the search range also has a shape that is long in the horizontal direction.
- a motion vector search device according to a second embodiment of the present invention will be described with reference to FIG.
- the search range calculation processing unit 205 As shown in FIG. Two or more blocks are extracted from a plurality of adjacent blocks for which the motion vector has already been determined, and the maximum value of the absolute value of each of the horizontal and vertical components of the motion vector of each block is used in Example 1
- the search range is determined by multiplying by a times and b times.
- a and b are arbitrary positive numbers.
- the search range is determined from the motion vectors of the four blocks on the left, upper left, upper, and upper right.
- a motion vector search device according to a third embodiment of the present invention will be described.
- the search range calculation processing unit 205 searches the search range when the prediction error obtained in the process of determining the search range becomes larger than a preset threshold.
- a preset threshold An example in which the search range is determined to be inappropriate and the search range is returned to the initial value will be described.
- the operation of the third embodiment will be described in detail with reference to the flowchart of FIG.
- the pointer is set to the first block of the current frame buffer (step Bl in Fig. 5).
- step B2 it is checked whether the block pointed to is the first block of the frame.
- the horizontal search range X is set to the initial value X0
- the vertical search range Y is set to the initial value Y0 (step B3).
- Initial values X0 and Y0 are assumed to be set in advance. If it is not the first block, the value of the minimum prediction error obtained in the motion vector search of the immediately preceding block is compared with the threshold Th (step B4).
- the threshold value Th is a preset value.
- the search range is returned to the initial value in step B3.
- the motion vector of the block on the left adjacent to the motion vector stored in the motion vector memory 20 is read (step B5).
- the horizontal search range X is set to the value a times the absolute value abs (x) of the motion vector horizontal component X of the immediately preceding block (step B6).
- a is an arbitrary positive number.
- the value of X is clipped so as to fall between the maximum horizontal search range Xmax and the minimum horizontal search range Xmin (step B7). If the value of X exceeds the maximum horizontal search range Xmax or the minimum horizontal search range Xmin, the value of X is defined as the horizontal maximum search range Xmax or the minimum horizontal search range Xmin.
- the values of the horizontal maximum search range Xmax and the horizontal minimum search range Xmin are assumed to be set in advance.
- the vertical search range Y is set to b times the absolute value abs (y) of the vertical component y of the motion vector of the block on the left (step B8).
- b is an arbitrary positive number.
- the value of Y is clipped so that it falls between the horizontal maximum search range Ymax and the horizontal minimum search range Ymin (step B9).
- the values of the vertical maximum search range Ymax and the vertical minimum search range Ymin are already set.
- Y If the value of ⁇ exceeds the maximum horizontal search range Ymax or the minimum horizontal search range Ymin, the value of Y shall be the maximum horizontal search range Ymax or the minimum horizontal search range Ymin. It is also assumed that the values of the vertical maximum search range Ymax and the vertical minimum search range Ymin are set in advance.
- a motion vector search is performed with the search range being ( ⁇ X, soil Y) pixels (step B 10).
- step B12 the prediction error obtained as a result of the motion vector search performed in step A10 is stored in a memory (step B12).
- step B13 It is checked whether the motion vector search processing has been completed for all blocks in the frame.
- step B14 the pointer is moved to the next block (step B14), and the process returns to step B2 to continue the vector search processing. If all blocks have been processed, the motion vector search processing for that frame ends.
- the search range is determined by using the maximum value of the absolute value of the motion vector of a plurality of surrounding blocks as in the second embodiment described above, so that the left adjacent Even when the correlation between motion vectors between blocks is small, it is possible to determine an appropriate search range.
- a motion vector search device When the correlation between motions between blocks is high, it is possible to detect correct motion in a narrower search range by shifting the center position of the search range of the motion vector search to the position indicated by the motion vector of an adjacent block. And the amount of calculation can be further reduced. Therefore, in the embodiment of Love 4, an example will be described in which, when the correlation between the motions between the blocks is high, the center position of the search range of the motion vector search is shifted to the position indicated by the motion vector of the adjacent block.
- the pointer is set to the first block of the current frame buffer (step C 1 in FIG. 6).
- step C2 it is checked whether or not the currently pointed block is the first block of the frame.
- the horizontal search range X is set to an initial value ⁇
- the vertical search range ⁇ is set to an initial value ⁇ 0 (step C 3).
- Initial values X0 and Y0 are assumed to be set in advance.
- step C4 the motion vector of the block on the left that is stored in the motion vector memory 204 is read.
- the horizontal search range X is set to a value a times the absolute value abs (x) of the horizontal motion vector component X of the block on the left (step C5).
- a is an arbitrary positive number.
- the value of X is clipped so as to fall between the maximum horizontal search range Xmax and the minimum horizontal search range Xmin (step C6). If the value of X exceeds the maximum horizontal search range Xmax or the minimum horizontal search range Xmin, the value of X is defined as the horizontal maximum search range Xmax or the horizontal minimum search range Xmin.
- the values of the horizontal maximum search range Xmax and the horizontal minimum search range Xmin are assumed to be set in advance.
- the vertical search range Y is set to a value b times the absolute value abs (y) of the vertical component y of the motion vector of the block on the left (step C7).
- b is an arbitrary positive number.
- the value of Y is clipped so that it falls between the horizontal maximum search range Ymax and the horizontal minimum search range Ymin (step C8). If the value of Y exceeds the maximum horizontal search range Ymax or the minimum horizontal search range Ymin, the value of Y is defined as the maximum horizontal search range Ymax or the minimum horizontal search range Ymin.
- vertical maximum The values of the search range Ymax and the minimum vertical search range Ymin are set in advance.
- the search center is set to the position shifted by the motion vector (x, y) of the block on the left from the current block position (step C9), and the search range is set to ( ⁇ X, soil Y) pixels. Perform a vector search (step C 10).
- step C11 the motion vector obtained in step A10 is stored in the motion vector memory for storage (step C11).
- step C12 It is checked whether the motion vector search processing has been completed for all the blocks in the frame.
- step C13 the pointer is moved to the next block (step C13), and the process returns to step C2 to continue the vector search process. If all blocks have been processed, the motion vector search processing for that frame ends.
- the motion vector search is performed by moving the center of the search range to the position indicated by the motion vector of the adjacent block. This makes it possible to detect a correct motion in a narrower search range when the correlation between motion vectors between blocks is large.
- the search range is determined by using the maximum value of the absolute value of the motion vector of a plurality of surrounding blocks, thereby improving search accuracy. It becomes possible. Similarly, the search accuracy can be improved by returning the search range to the initial value in the middle of the frame as in the third embodiment.
- a motion vector search device according to a fifth embodiment of the present invention will be described.
- FIG. 7 is a block diagram showing a computer system.
- This computer system is equipped with a program control processor 701.
- the program control processor 701 is connected to a program memory 702 that stores necessary programs and a motion vector memory 713. ing.
- the program memory 720 in addition to the main program for executing the motion vector search according to the present invention, the above-described motion search processing section 7 14 and search range calculation processing ⁇ 15 7 15 A program module to be realized is stored.
- the program control processor 701 executes the motion vector search according to the present invention.
- the first effect is that motion vector search can be performed at high speed.
- the reason is that the search range is switched appropriately, and the search is performed in a narrow search range for images with small motion.
- the second effect is that the search range can be quickly determined.
- the reason is that the search range is determined using only the size of the motion vector of the adjacent block.
- the third effect is that a motion vector search can be performed with an appropriate search range shape. The reason is that the search range is determined according to the horizontal and vertical size of the motion vector of the adjacent block.
- the fourth effect is that the coding efficiency of the motion vector is improved.
- the reason is that the search range is determined from the motion vectors of adjacent blocks, so that the dispersion of vectors between adjacent blocks is reduced, and the vector difference between adjacent blocks is reduced. This is because the coding efficiency of a motion vector in which a difference between adjacent blocks is coded is improved.
- the present invention can be applied to an application in which an arbitrary pixel group in a certain frame in a video is located in which part in another frame.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Image Analysis (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
Claims
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005514685A JPWO2005036887A1 (ja) | 2003-10-14 | 2004-10-13 | 動きベクトル探索方法、動きベクトル探索装置および動きベクトル探索プログラム |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003354203 | 2003-10-14 | ||
JP2003-354203 | 2003-10-14 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2005036887A1 true WO2005036887A1 (ja) | 2005-04-21 |
Family
ID=34431181
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2004/015452 WO2005036887A1 (ja) | 2003-10-14 | 2004-10-13 | 動きベクトル探索方法、動きベクトル探索装置および動きベクトル探索プログラム |
Country Status (2)
Country | Link |
---|---|
JP (1) | JPWO2005036887A1 (ja) |
WO (1) | WO2005036887A1 (ja) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1932366A2 (en) * | 2005-09-16 | 2008-06-18 | Sony Electronics, Inc. | Adaptive motion search range |
JP2011151509A (ja) * | 2010-01-20 | 2011-08-04 | Hitachi Kokusai Electric Inc | 画像処理装置 |
WO2012121234A1 (ja) * | 2011-03-09 | 2012-09-13 | 日本電信電話株式会社 | 映像符号化装置、映像符号化方法および映像符号化プログラム |
JP2013165340A (ja) * | 2012-02-09 | 2013-08-22 | Sony Corp | 画像処理装置と画像処理方法 |
JP2013172350A (ja) * | 2012-02-21 | 2013-09-02 | Fujitsu Ltd | 動画像符号化装置及び動画像符号化方法 |
WO2018190207A1 (ja) * | 2017-04-13 | 2018-10-18 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ | 符号化装置、復号装置、符号化方法及び復号方法 |
US10911770B2 (en) | 2017-04-13 | 2021-02-02 | Panasonic Intellectual Property Corporation Of America | Encoder, decoder, encoding method, and decoding method for selecting the best candidate motion vector |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04150284A (ja) * | 1990-10-09 | 1992-05-22 | Olympus Optical Co Ltd | 動ベクトル検出方法およびその装置 |
JPH06205389A (ja) * | 1992-12-29 | 1994-07-22 | Casio Comput Co Ltd | 動きベクトル検出装置及び動きベクトル検出方法 |
JP2003244707A (ja) * | 2002-01-26 | 2003-08-29 | Lg Electronics Inc | 動きベクトル検索領域の適応的決定方法 |
-
2004
- 2004-10-13 WO PCT/JP2004/015452 patent/WO2005036887A1/ja active Application Filing
- 2004-10-13 JP JP2005514685A patent/JPWO2005036887A1/ja active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04150284A (ja) * | 1990-10-09 | 1992-05-22 | Olympus Optical Co Ltd | 動ベクトル検出方法およびその装置 |
JPH06205389A (ja) * | 1992-12-29 | 1994-07-22 | Casio Comput Co Ltd | 動きベクトル検出装置及び動きベクトル検出方法 |
JP2003244707A (ja) * | 2002-01-26 | 2003-08-29 | Lg Electronics Inc | 動きベクトル検索領域の適応的決定方法 |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1932366A2 (en) * | 2005-09-16 | 2008-06-18 | Sony Electronics, Inc. | Adaptive motion search range |
EP1932366A4 (en) * | 2005-09-16 | 2011-03-16 | Sony Electronics Inc | ADAPTIVE-TYPE MOTION SEARCH RANGE |
JP2011151509A (ja) * | 2010-01-20 | 2011-08-04 | Hitachi Kokusai Electric Inc | 画像処理装置 |
JP5613319B2 (ja) * | 2011-03-09 | 2014-10-22 | 日本電信電話株式会社 | 映像符号化装置、映像符号化方法および映像符号化プログラム |
WO2012121234A1 (ja) * | 2011-03-09 | 2012-09-13 | 日本電信電話株式会社 | 映像符号化装置、映像符号化方法および映像符号化プログラム |
RU2551473C2 (ru) * | 2011-03-09 | 2015-05-27 | Ниппон Телеграф Энд Телефон Корпорейшн | Устройство кодирования видео, способ кодирования видео и программа кодирования видео |
US9445089B2 (en) | 2011-03-09 | 2016-09-13 | Nippon Telegraph And Telephone Corporation | Video encoding device, video encoding method and video encoding program |
JP2013165340A (ja) * | 2012-02-09 | 2013-08-22 | Sony Corp | 画像処理装置と画像処理方法 |
JP2013172350A (ja) * | 2012-02-21 | 2013-09-02 | Fujitsu Ltd | 動画像符号化装置及び動画像符号化方法 |
WO2018190207A1 (ja) * | 2017-04-13 | 2018-10-18 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ | 符号化装置、復号装置、符号化方法及び復号方法 |
US10911770B2 (en) | 2017-04-13 | 2021-02-02 | Panasonic Intellectual Property Corporation Of America | Encoder, decoder, encoding method, and decoding method for selecting the best candidate motion vector |
US11425409B2 (en) | 2017-04-13 | 2022-08-23 | Panasonic Intellectual Property Corporation Of America | Encoder, decoder, encoding method, and decoding method |
US11653018B2 (en) | 2017-04-13 | 2023-05-16 | Panasonic Intellectual Property Corporation Of America | Encoder, decoder, encoding method, and decoding method |
US11895316B2 (en) | 2017-04-13 | 2024-02-06 | Panasonic Intellectual Property Corporation Of America | Encoder, decoder, encoding method, and decoding method |
Also Published As
Publication number | Publication date |
---|---|
JPWO2005036887A1 (ja) | 2006-12-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0896300B1 (en) | Device and method for motion vector detection | |
US20070098075A1 (en) | Motion vector estimating device and motion vector estimating method | |
CN1106768C (zh) | 用于检测运动矢量的方法和装置 | |
US20080170125A1 (en) | Method to Stabilize Digital Video Motion | |
WO2009034492A2 (en) | Method, apparatus, and system for line-based motion compensation in video image data | |
US20050226333A1 (en) | Motion vector detecting device and method thereof | |
US20060008008A1 (en) | Method of multi-resolution based motion estimation and recording medium storing program to implement the method | |
US20070195881A1 (en) | Motion vector calculation apparatus | |
US7599436B2 (en) | Method of determining search region of motion vector and motion vector detection apparatus | |
US20060251171A1 (en) | Image coding device and image coding method | |
US8379725B2 (en) | Motion-vector searching method and motion-vector searching apparatus | |
US20120008685A1 (en) | Image coding device and image coding method | |
KR20070074781A (ko) | 프레임율 변환장치 | |
WO2005036887A1 (ja) | 動きベクトル探索方法、動きベクトル探索装置および動きベクトル探索プログラム | |
Auberger et al. | Digital video stabilization architecture for low cost devices | |
US6671321B1 (en) | Motion vector detection device and motion vector detection method | |
WO2004064403A1 (en) | Efficient predictive image parameter estimation | |
JPH0923422A (ja) | 画像符号化復号化方法 | |
US7852939B2 (en) | Motion vector detection method and device of the same | |
US8184706B2 (en) | Moving picture coding apparatus and method with decimation of pictures | |
JP5197374B2 (ja) | 動き推定 | |
KR20030025058A (ko) | 완전 탐색블록 정합회로 및 완전 탐색블록 정합방법 | |
JP3094893B2 (ja) | 動画像符号化装置 | |
JPH11113003A (ja) | 動きベクトル検出装置および動きベクトル検出方法 | |
JPH0614316A (ja) | 動きベクトル検出装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 2005514685 Country of ref document: JP |
|
DPEN | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101) | ||
122 | Ep: pct application non-entry in european phase |