Skip to content

Bug in code? #1

Description

@samkho

Hello.

In src/main/java/com/ocr/thinning/ZhangSuen.java, lines 37 and 99, you have:

P[1] = data[0];

I believe these are typos and that instead, you meant to write:

P[1] = data1[0];

Cheers.

-- sam

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions