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

formula of gaussian curvature filter? #11

Open
Rongnian opened this issue Jan 29, 2021 · 0 comments
Open

formula of gaussian curvature filter? #11

Rongnian opened this issue Jan 29, 2021 · 0 comments

Comments

@Rongnian
Copy link

Dear Dr. Yuanhao Gong,
Thanks for your code. But I have a question about the GC filter. In your thesis, Algorithm 11 (also Algorithm 1 in the TIP paper) defines the projection distance of Pg as:
d5=U(i-1,j) + U(i,j-1) - U(i-1,j-1) - U(i,j)
However, in your code it becomes
d5=[U(i-1,j) + U(i,j-1) + U(i-1,j-1)]/3 - U(i,j)
I think these two formulas are different, but which one is correct?

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