Skip to content

Bug in code? #1

@samkho

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions