On line 62, of the refered code, there's the following code: https://github.com/ddantas/visiongl/blob/165f8def0375f15f42576dd912c5488266b9dd07/src/CL_ND/vglClNdErode.cl#L62 But `pin` does not exists. Maybe it should be pmin, making the line be: ` pmin = min(pmin, img_input[conv_coord]); `
On line 62, of the refered code, there's the following code:
visiongl/src/CL_ND/vglClNdErode.cl
Line 62 in 165f8de
But
pindoes not exists. Maybe it should be pmin, making the line be:pmin = min(pmin, img_input[conv_coord]);