1 / 10

Computer Vision REU Week 3

Computer Vision REU Week 3. Adam Kavanaugh. Lucas Kanade Method. Algorithm Overview Create Gaussian Kernels Convolute both images with dx and dy Gaussian Kernel Take the average of the resulting convolutions between both images in x and y direction

Download Presentation

Computer Vision REU Week 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Computer Vision REUWeek 3 Adam Kavanaugh

  2. Lucas Kanade Method • Algorithm Overview • Create Gaussian Kernels • Convolute both images with dx and dy Gaussian Kernel • Take the average of the resulting convolutions between both images in x and y direction • Convolute the images with the Gaussian Kernel • Take the difference of the Gaussians • Create the vector field of the optical flow

  3. Differences in Implementations • For Simplicity, in my conversion, I defined any matrix which is singular to have the vector position <0,0> for the field. • In MATLAB, the function pinv() is used on the matrix to be inverted. • This function is a Moore-Penrose pseudo inverse • Computed using singular value decomposition

  4. Original Testing Frames • Provided by Edward. Frame 12 Frame 13

  5. Dx and Dy Gaussian Convolutionson Image 1

  6. Average of X and Y Convolutions

  7. Convolution of Image 1 and 2 with Gaussian Kernel - =

  8. Gaussian Pyramid • Stripped down a larger version of the code • Written in C • Handles only .pgm files

  9. Other Results

  10. Topics of Interest • Applications involving optical flow • Tracking • Obstacle Detection • Object recognition • Image Mosaicing • Content based retrieval

More Related