Skip to content

code error in vglClNdErode.cl kernel #14

Description

@arturxz

On line 62, of the refered code, there's the following code:

pin = min(pmin, img_input[conv_coord]);

But pin does not exists. Maybe it should be pmin, making the line be:
pmin = min(pmin, img_input[conv_coord]);

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