Sunday, April 1, 2012

Midpoint presentation

Here is the slides for midpoint presentation.
http://dl.dropbox.com/u/70433681/MidpointPresentation.pptx

•Progress so far 
        –Gradients computed
           Got some bugs when accumulating gradients for each block of cells. (Bugs fixed but descriptors not verified)
Steps to detect logo
Sample and compute overlapping HOG features for reference image. (Codebook, offsets from center position are also saved)
Sample and compute overlapping HOG features for target image.
For each HOG descriptor in target image, find k closest matches and vote corresponding center position.
Center candidates above threshold are considered as detected logo center.
The above steps are repeated for different scales.

1 comment:

  1. When you do your performance analysis, break it down per step so we know where the bottlenecks and improvements are.

    ReplyDelete