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

What is the meaning of kernel_x? #4

Open
Woolseyyy opened this issue Aug 23, 2018 · 0 comments
Open

What is the meaning of kernel_x? #4

Woolseyyy opened this issue Aug 23, 2018 · 0 comments

Comments

@Woolseyyy
Copy link

I don't understand the contribution of kernel_x, kernel_y_left and kernel_y_right in energy forwarding computing.
According to the paper, output(row, col) = energy(row, col) + min(output(row-1, col-1), output(row-1, col), output(row-1, col+1)).
What is kernel_x, kernel_y_left and kernel_y_right for?

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

No branches or pull requests

1 participant