Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errata: errors in optical flow equation (p. 470) #78

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Errata: errors in optical flow equation (p. 470) #78

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I spotted two errors in the book regarding the residual error equation (Optical 
flow, p 470)

The double summation currently has this expression (I(x,y) - J(x+dx+dy))^2, but 
I think this should be (I(x,y) - J(x+dx, y+dy))^2  (two parameters are needed 
to find a location in J, not one)

Also, in the line below it says that there is a window of size (wx, wy), but 
since the summation goes from x=ux-wx to x=ux+wx, the window is actually of 
size 2*wx, 2*wy

HTH

Original issue reported on code.google.com by [email protected] on 11 Jul 2013 at 11:29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant