Author | Message |
---|---|
hmodi
Posts: 27
|
Posted 22:18 May 27, 2011 |
Question: 1)
[0,0] [0,0] [0,0]
So when we remove the dynamic block again we compare each block for the content? |
eykang
Posts: 95
|
Posted 07:44 May 30, 2011 |
1) Based on the mv information only, it is possible that a certain block with mv (0,0) corresponds to a part of moving object or a certain block with mv non-(0,0), e.g. color changes due to light, corresponds to a part of static background. No further processing is required in this case, Allow your program to be erroneous if this happens. 2) This is a program design question. The term "Closest" defines where to search. You can search the whole image but is it necessary when you are interested in finding the closest block? 3) The query image is selected from IDB2.
|