Motion vector detection device, apparatus for detecting motion vector and motion vector detection method

Information

  • Patent Grant
  • 8731246
  • Patent Number
    8,731,246
  • Date Filed
    Wednesday, August 31, 2011
    12 years ago
  • Date Issued
    Tuesday, May 20, 2014
    9 years ago
Abstract
A motion vector detection device includes: a matching error calculation part that calculates matching errors between a focus block and each of reference blocks; a least matching error calculation part calculating a least matching error from among the matching errors; a threshold calculation part calculating a threshold value; a correction vector calculation part calculating a correction vector from motion vectors detected in the reference blocks; and a motion vector determination part determining, as a motion vector for the focus block, a relative position vector in a block in which the relative position vector with respect to the focus block is the closest to the correction vector, the block being selected from among the reference blocks in which a difference between the plurality of matching errors and the least matching error is within the threshold value.
Description
CROSS REFERENCE TO RELATED APPLICATION

This application is based upon and claims the benefit of priority from the prior Japanese Patent Application No. 2010-196984, filed Sep. 2, 2010, the entire contents of which are incorporated herein by reference.


BACKGROUND

1. Technical Field


Embodiments described herein relate generally to a motion vector detection device, an apparatus for detecting a motion vector and a motion vector detection method.


2. Description of the Related Art


In general, in a motion search using block matching, a current frame is divided into grid blocks, and a search for a motion vector is conducted for each block. The block in which the motion vector is searched is hereinafter referred to as a focus block. Another block with which the focus block is compared is referred to as a reference block. A frame to which the reference block belongs is a reference frame. In the block matching method, one of the reference blocks with the least (smallest) matching error with respect to the focus block is searched from a reference frame, and a relative position vector between the reference block and the focus block is detected as a motion vector. In the block matching method, a sum of squared difference (SAD) or a sum of squired difference (SSD) is often used as the matching error. The current frame is one frame of a moving image data, and should be displayed as a screen at present time by a monitor, that is TV, Personal Computer and so on. In this case, the current frame is an input frame.


When a cyclically repetitive pattern is included in the input frame, small SAD values may be calculated in some reference blocks. In the block matching using the SAD values, an incorrect motion vector may be detected. And then, there is a technique to determine whether or not the focus block includes the repetitive pattern, based on pattern analysis using horizontal and vertical projection histograms for a SAD map, in which a candidate vector and the matching error are associated with each other. The technique also corrects the incorrect motion vector using an average vector of the motion vectors that have been detected from blocks around the focus block. However, because the horizontal and vertical projection histograms are used, the determination regarding whether or not the focus block includes the repetitive pattern cannot be performed for vectors in diagonal directions, and therefore accurate motion vectors cannot be detected.


One of the objects disclosed in the present application is to provide a motion vector detection device, program for the device, or a method thereof, which is configured to determine a motion vector with minimal errors.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a block diagram of a motion vector detection device according to an exemplary embodiment.



FIG. 2 is a flow diagram illustrating exemplary steps of the embodiment.



FIG. 3 is a schematic diagram representing content processed by the embodiment.



FIG. 4 is a supplementary diagram explaining a process to determine a correction vector from a past frame.



FIG. 5 illustrates a condition in which a threshold value becomes smaller as a level of variation of the matching errors decreases.



FIG. 6 is a supplementary diagram explaining a process to determine a correction vector from a current frame.



FIG. 7 illustrates an exemplary structure of a motion vector detection device.





DETAILED DESCRIPTION OF EMBODIMENTS

A motion vector detection device according to an embodiment(s) is described below.



FIG. 1 is a block diagram of a motion vector detection device according to the present embodiment.


A motion vector detection device 10 of the present embodiment includes a matching error calculation part 101 that calculates matching errors between a focus block and reference blocks, a least matching error calculation part 102 that calculates a least matching error, a threshold value calculation part 103 that calculates a threshold value, a correction vector calculation part 104 that calculates a correction vector based on a motion vector of a block in which a motion has been detected, and a motion vector determination part 105 that determines a motion vector of the focus block based on the correction vector and the threshold value.


The matching error calculation part 101 calculates a plurality of matching errors between the focus block in the current frame and each of a plurality of reference blocks provided in a reference frame. The least matching error calculation part 102 calculates the least matching error from among the matching errors determined by the matching error calculation part 101. The threshold value calculation part 103 calculates a threshold value such that the threshold value increases as the variation of the matching errors becomes greater. The correction vector calculation part 104 calculates a correction vector from one or more motion vectors detected in one or more blocks from which motion vectors were determined prior to the focus block of the current frame. The motion vector determination part 105 determines, as a motion vector for the focus block, a relative position vector in a block in which the relative position vector with respect to the focus block is the closest to the correction vector, the block being selected from among the reference blocks in which a difference between the matching errors and the least matching error is within the threshold value.



FIG. 2 is a flow diagram illustrating exemplary steps of the embodiment.


The matching error calculation part 101 determines a SAD map 107 in addition to calculating matching errors 106 between the focus block and the reference blocks (S201). The current frame 112 and the reference frame 113 are input to the matching error calculation part 101. The current frame 112 and the reference frame 113 are different frames. Cd, which is a set of the matching errors between the focus block and the reference blocks provided in the reference frame, is calculated based on following Equation 1.

Cd={D(u)|uεC}  Equation 1


In Equation 1, D(u) represents a matching error when a motion vector u is assigned to the focus block, and C represents a set of search candidate vectors. For instance, for the set C of the search candidate vectors (or vectors to be searched), a set of relative position vectors of pixels in certain areas centering around the focus block may be used. Alternatively, the motion vectors detected in blocks around the focus block, the motion vectors detected around a block in a past frame that corresponds to the focus block, and the motion vectors calculated based on a pixel unit in which the current frame and the reference frame are respectively reduced, may be used as the search candidate vectors. The past frame is the former of the current frame in time series, or should be displayed before present time by a monitor. In that case, the motion vector 110 output from the motion vector determination part 105 is further input to the matching error calculation part 101 (see 131 in FIG. 1). The matching error D(u) may be calculated, for example, based on following Equation 2:










D


(
u
)


=




x

B








I
ref



(

x
+
u

)


-


I
src



(
x
)










Equation





2







In Equation 2, B represents a set of position vectors indicating pixel positions in the focus block, Isrc represents the current frame 112, and Iref represents the reference frame 113. The matching error D(u) is not limited to a value calculated by Equation 2 but may be a value calculated by following Equation 3 or 4:










D


(
u
)


=




x

B





(



I
ref



(

x
+
u

)


-


I
src



(
x
)



)

2






Equation





3







D


(
u
)


=


1


B








x

B








I
ref



(

x
+
u

)


-


I
src



(
x
)











Equation





4







|B| in Equation 4 represents an element count of the set B of the position vectors.



FIG. 3 is a schematic diagram of the SAD map 107 output from the matching error calculation part 101. The SAD map 107 is one piece of data in which the matching error corresponds to the search candidate vector. The SAD map 107 is normally represented in three dimensional format. However, for the purpose of simplifying the explanation, the SAD map 107 is represented in two dimensional format in FIG. 3. In FIG. 3, the horizontal axis represents a relative position that a candidate searched vector indicates, and the vertical axis represents a SAD value corresponding to the relative position. The curve shown in FIG. 3 represents the calculated matching errors. The following explanations are made with reference to FIG. 3.


The least matching error calculation part 102 calculates the least matching error 108 based on the input matching errors 106 (S202). The least matching error calculation part 102 calculates the least matching error 108 (dmin), which is the least value of the elements in the set Cd of the matching errors based on following Equation 5:










d
min

=


min

d


C
d





(
d
)






Equation





5







Min( ) of Equation 5 is an operator for determining the least value.


The threshold value calculation part 103 calculates a threshold value 111 based on the input matching errors 106 (S203). The threshold value calculation part 103 first calculates a variance σd of the matching errors 106 based on following Equation 6:










σ
d

=


1



C
d









d


C
d






(

d
-

μ
d


)

2







Equation





6







μd of Equation 6 is an average value of the matching errors 106, which is calculated by following Equation 7:










μ
d

=


1



C
d









d


C
d




d






Equation





7







Next, a threshold value 111 (ε) is calculated based on following Equation 8:

ε=τσd  Equation 8


τ of Equation 8 is a constant. For example, τ may be from 0 to 1.0. By setting the threshold value proportional to the variance σd, the threshold 111 can dynamically vary in response to the variation of the matching errors 106. Therefore, erroneous detection of vectors in a region in which luminance do barely changes is prevented. For example, the SAD map for the region in which the luminance barely changes is shown in FIG. 5, in which the threshold value 111 (ε) decreases as the variation of the matching errors 106 becomes smaller. In addition, the threshold value 111 (ε) may be calculated using a difference between the maximum value and the minimum value of the matching errors in accordance with following Equation 9:

ε=τ|dmin−dmax|  Equation 9


dmax of Equation 9 is the maximum value of the matching errors, and is calculated in accordance with following Equation 10:










d
max

=


max

d


C
d





(
d
)






Equation





10







Max( ) of Equation 10 is an operator for determining the maximum value. Alternatively, the threshold value 111 (ε) may be calculated in accordance with following Equation 11:









ɛ
=

τ





i
=
1




C
d









d
i

-

d

i
+
1











Equation





11







di of Equation 11 represents the i-th element in the set Cd of the matching errors.


At S204, in which the correction vector is calculated, the motion vector 110 determined by the later-discussed motion vector determination part 105 is input to the correction vector calculation part 104, and the correction vector 109 is determined. The correction vector 109 is calculated in accordance with Equation 12. FIG. 4 illustrates positional relationships of the blocks that are referenced for determining the correction vector 109. The correction vector 109 is an average of the motion vectors 110 detected with respect to blocks 401, 402, 403 and 404 around a block 400 in a past frame 40 that corresponds to the focus block 410 in the current block 41.











u

amd





1




(
b
)


=


1




L
1



(
b
)










p



L
1



(
b
)










u

t
-
1




(
p
)








Equation





12







In Equation 12, uamd1(b) is the correction vector 109, b is a position vector of the focus block, ut-1(p) is the motion vector 110 of a position vector p, which is assigned to a block in the past frame, and L1(b) is a set of the position vectors for blocks around a block of a position vector b. L1(b), for example, may be defined with the block of the position vector b and four blocks (upper, lower, left and right side blocks) adjacent to the block of the position vector b, as represented by following Equation 13:











L
1



(
b
)


=

{

b
,

b
+

[



0





-
1




]


,

b
+

[




-
1





0



]


,

b
+

[



1




0



]


,

b
+

[



0




1



]



}





Equation





13







Because the motion vector is defined for each block, the position vector b of a block is represented by a coordinate system using the block as the minimal unit. L1(b) only needs to be around the block of the position vector b; alternatively, any eight peripheral blocks adjacent to the block of the position vector b may be available, or, for the correction vector 109, Uamd2(b) in Equation 14 may be used. That is, an average of the motion vectors 110 detected from the current frame, instead of the motion vectors in the past frame, may be used.











u

amd





2




(
b
)


=


1




L
2



(
b
)










p



L
2



(
b
)










u
t



(
p
)








Equation





14







L2(b) of Equation 14 is a set of the position vectors for blocks around the block of the position vector b. FIG. 6 illustrates an exemplary case where the motion vector for each block in a screen is calculated in raster scanning order. Each of the motion vectors of blocks 601, 602, 603 and 604, which are located on the left side, the upper left side, the upper side and the upper right side seen from the focus block 410, has already been detected. Therefore, L2(b) may be defined by following Equation 15, for example:











L
2



(
b
)


=

{


b
+

[




-
1





0



]


,

b
+

[




-
1






-
1




]


,

b
+

[



0





-
1




]


,

b
+

[



1





-
1




]



}





Equation





15







As the correction vector 109, an average vector of all motion vectors detected in the past frame may be used. Alternatively, a median vector of the motion vectors 110 detected in the past frame may be used.


At S205, the motion vector determination part 105 determines the motion vector 110 based on the least matching error 108, the threshold value 111 and the SAD map 107. The motion vector determination part 105 determines a candidate block from the reference blocks. The difference between the least matching error 108 and the matching error of the candidate block is equal to or less than the threshold value. The motion vector determination part 105 determines, as the motion vector 110 (uout) of the focus block, a candidate vector 300 with the smallest difference with respect to the correction vector 109 among the candidate vectors 300 between the candidate blocks and the focus block (see FIG. 3). The candidate vector 300 exists in a block in which the matching error becomes locally the smallest. The motion vector 110 (uout) is determined based on following Equation 16:










u
out

=



arg





min


u


C
ɛ











u
-

u
amd









Equation





16







In Equation 16, uamd is the correction vector 109 (i.e., uamd1 and uamd2) calculated by the correction vector calculation part 104, “∥ ∥” (see ∥u−uamd∥ of Equation 16, for example) is a norm for vector x, such as an L1 norm or L2 norm, and Cε is a set of the candidate vectors respectively corresponding to the candidate blocks, which is defined by following Equation 19:

Cε={u|uεC,D(u)−dmin≦ε}  Equation 17


At S206, a determination is made as to whether or not the process has completed for all blocks. If so (Yes, S206), the process ends. If not (No, S206), the process returns to S201.


As described above, the motion vector detection device according to the present embodiment selects a motion vector that is closest to a correction vector by processing the SAD map by a threshold value. As a result, errors due to effects by a shape of texture can be suppressed.


The motion vector detection device may be realized by using a general purpose computer device, for example, as basic hardware. That is, the matching error calculation part 101, the least matching error calculation part 102, the threshold calculation part 103, the correction vector calculation part 104 and the motion vector determination part 105 may be realized by executing a computer program on a processor equipped in the computer device. FIG. 7 shows such a structure. The above parts are stored in a memory 21 and executed at a central processing unit (CPU 22) as a processor that connects the memory 21 through a bus 23. In that case, the motion vector detection device may be realized by installing a computer program on the computer device in advance. Alternatively, the motion vector detection device may be stored in a storage medium, such as a compact-disc-read-only-memory (CD-ROM) or distributed via a network in the form of a computer program, and the computer program may be installed in the computer device.


While certain embodiments have been described, these embodiments have been presented by way of example only, and are not intended to limit the scope of the inventions. Indeed, the novel embodiments described herein may be embodied in a variety of other forms; furthermore, various omissions, substitutions and changes in the form of the embodiments described herein may be made without departing from the spirit of the inventions. The accompanying claims and their equivalents are intended to cover such forms or modifications as would fall within the scope and the spirit of the inventions.

Claims
  • 1. A motion vector detection device, comprising: a processor; anda memory containing a program, the program, when executed, causing the processor to function as: a matching error calculation part that calculates a plurality of matching errors between a focus block in a current frame and each of a plurality of reference blocks in a reference frame;a least matching error calculation part that calculates a least matching error from among the plurality of matching errors;a threshold calculation part that calculates a threshold value that increases as a variation of the plurality of matching errors becomes greater;a correction vector calculation part that calculates a correction vector from motion vectors detected in the other focus blocks from which motion vectors were detected prior to the focus block of the current frame; anda motion vector determination part that determines, as a motion vector for the focus block, a relative position vector in a block in which the relative position vector with respect to the focus block is the closest to the correction vector, the block being selected from among the reference blocks in which a difference between the plurality of matching errors and the least matching error is within the threshold value,wherein the matching error calculation part calculates each of the plurality of matching errors as follows:
  • 2. The motion vector detection device of claim 1, wherein the motion vector determination part determines the motion vector for the focus block among the reference blocks in which the difference between the matching errors and the least matching error is within the threshold value and in which the matching error locally becomes the smallest.
  • 3. The motion vector detection device of claim 1, wherein the correction vector calculation part calculates, as the correction vector, one of an average vector and a median vector of the motion vectors detected for the reference blocks.
  • 4. The motion vector detection device of claim 1, wherein the threshold calculation part calculates, as the threshold value, a value that is a variation of the matching errors multiplied by a constant.
  • 5. The motion vector detection device of claim 1, wherein the threshold calculation part calculates, as the threshold value, a value that a difference between the maximum value and the minimum value of the plurality of matching errors is multiplied by a constant.
  • 6. The motion vector detection device of claim 1, wherein the correction vector calculation part calculates, as the correction vector, one of an average vector and a median vector of the motion vectors in the reference blocks, the motion vectors being assigned to blocks which are around them and correspond to the focus block in a past frame, the motion vectors in the reference blocks having been calculated in the past frame, the past frame being defined as being calculated at a different time from the current frame.
  • 7. A motion vector detection device, comprising: a processor; anda memory containing a program, the program, when executed, causing the processor to function as: a matching error calculation part that calculates a plurality of matching errors between a focus block in a current frame and each of a plurality of reference blocks in a reference frame;a least matching error calculation part that calculates a least matching error from among the plurality of matching errors;a threshold calculation part that calculates a threshold value that increases as a variation of the plurality of matching errors becomes greater;a correction vector calculation part that calculates a correction vector from motion vectors detected in the other focus blocks from which motion vectors were detected prior to the focus block of the current frame; anda motion vector determination part that determines, as a motion vector for the focus block, a relative position vector in a block in which the relative position vector with respect to the focus block is the closest to the correction vector, the block being selected from among the reference blocks in which a difference between the plurality of matching errors and the least matching error is within the threshold value, whereinthe matching error calculation part calculates each of the plurality of matching errors as follows:
  • 8. An apparatus for detecting a motion vector, comprising: a processor; anda memory containing a program, the program, when executed, causing the processor to function as: a matching error calculation part that calculates a plurality of matching errors between a focus block in a current frame and each of a plurality of reference blocks in a reference frame;a least matching error calculation part that calculates a least matching error from among the plurality of matching errors;a threshold calculation part that calculates a threshold value that increases as a variation of the plurality of matching errors becomes greater;a correction vector calculation part that calculates a correction vector from motion vectors detected in the other focus blocks from which motion vectors were detected prior to the focus block of the current frame; anda motion vector determination part that determines, as a motion vector for the focus block, a relative position vector in a block in which the relative position vector with respect to the focus block is the closest to the correction vector, the block being selected from among the reference blocks in which a difference between the plurality of matching errors and the least matching error is within the threshold value,whereinthe matching error calculation part calculates each of the plurality of matching errors as follows:
  • 9. The motion vector detection device of claim 7, wherein the motion vector determination part determines the motion vector for the focus block among the reference blocks in which the difference between the matching errors and the least matching error is within the threshold value and in which the matching error locally becomes the smallest.
  • 10. The motion vector detection device of claim 7, wherein the correction vector calculation part calculates, as the correction vector, one of an average vector and a median vector of the motion vectors detected for the reference blocks.
  • 11. The motion vector detection device of claim 7, wherein the threshold calculation part calculates, as the threshold value, a value that is a variation of the matching errors multiplied by a constant.
  • 12. The motion vector detection device of claim 7, wherein the threshold calculation part calculates, as the threshold value, a value that a difference between the maximum value and the minimum value of the plurality of matching errors is multiplied by a constant.
  • 13. The motion vector detection device of claim 7, wherein the correction vector calculation part calculates, as the correction vector, one of an average vector and a median vector of the motion vectors in the reference blocks, the motion vectors being assigned to blocks which are around them and correspond to the focus block in a past frame, the motion vectors in the reference blocks having been calculated in the past frame, the past frame being defined as being calculated at a different time from the current frame.
  • 14. The apparatus of claim 8, wherein the motion vector determination part calculates the motion vector as follows:
  • 15. An apparatus for detecting a motion vector, comprising: a processor; anda memory containing a program, the program, when executed, causing the processor to function as:a matching error calculation part that calculates a plurality of matching errors between a focus block in a current frame and each of a plurality of reference blocks in a reference frame;a correction vector calculation part that calculates a correction vector from motion vectors detected in the other focus blocks from which motion vectors were detected prior to the focus block of the current frame; anda motion vector determination part that determines a motion vector for the focus block as follows:
  • 16. The apparatus of claim 15, wherein the program, when executed, further causes the processor to function as: a least matching error calculation part that calculates a least matching error from among the plurality of matching errors; anda threshold calculation part that calculates a threshold value that increases as a variation of the plurality of matching errors becomes greater; andthe one or more candidate blocks are selected based on whether a difference between the plurality of matching errors and the least matching error is within the threshold value.
  • 17. The apparatus of claim 15, wherein the motion vector determination part determines the motion vector for the focus block among the reference blocks in which the difference between the matching errors and the least matching error is within the threshold value and in which the matching error locally becomes the smallest.
  • 18. The apparatus of claim 15, wherein the correction vector calculation part calculates, as the correction vector, one of an average vector and a median vector of the motion vectors detected for the reference blocks.
  • 19. The apparatus of claim 15, wherein the threshold calculation part calculates, as the threshold value, a value that is a variation of the matching errors multiplied by a constant.
  • 20. The apparatus of claim 15, wherein the threshold calculation part calculates, as the threshold value, a value that a difference between the maximum value and the minimum value of the plurality of matching errors is multiplied by a constant.
  • 21. The apparatus of claim 15, wherein the correction vector calculation part calculates, as the correction vector, one of an average vector and a median vector of the motion vectors in the reference blocks, the motion vectors being assigned to blocks which are around them and correspond to the focus block in a past frame, the motion vectors in the reference blocks having been calculated in the past frame, the past frame being defined as being calculated at a different time from the current frame.
  • 22. The apparatus of claim 15, wherein the matching error calculation part calculates each of the plurality of matching errors as follows:
Priority Claims (1)
Number Date Country Kind
2010-196984 Sep 2010 JP national
US Referenced Citations (9)
Number Name Date Kind
6430317 Krishnamurthy et al. Aug 2002 B1
6567469 Rackett May 2003 B1
6931065 Kim Aug 2005 B2
7555166 Lee et al. Jun 2009 B2
20030053545 Lainema et al. Mar 2003 A1
20050249426 Badawy Nov 2005 A1
20100086050 Badawy Apr 2010 A1
20120057760 Yamamoto et al. Mar 2012 A1
20120128071 Celetto et al. May 2012 A1
Non-Patent Literature Citations (3)
Entry
Yamamoto et al., “High-accuracy motion estimation with 4-D recursive search block matching”, 2012 IEEE 1st Global Conference on Consumer Electronics (GCCE), Date of Conference: Oct. 2-5, 2012, pp. 625-628.
De Haan et al., True-motion estimation with 3-D recursive search block matching, IEEE Transactions on Circuits and Systems for Video Technology, Oct. 1993, vol. 3, Issue: 5, pp. 368-379, 388.
Background Art Information Sheet provided by applicants (Jan. 20, 2011) (1 page total).
Related Publications (1)
Number Date Country
20120057760 A1 Mar 2012 US