WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

formula of gaussian curvature filter? #11

@Rongnian

Description

@Rongnian

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions