CsCsongor / subPixelEdgeDetect

An image edge detector is described which produces chained edge points with sub-pixel accuracy.The method incorporates the main ideas of the classic Canny and Devernay algorithms. Theanalysis shows that a slight modification to the original formulation improves the sub-pixelaccuracy of the edge points.
54 stars 24 forks source link

function cu_chain_edge_points has some problems #1

Open wolfgold opened 2 years ago

wolfgold commented 2 years ago

chain memory prev and next in GPU is Multiple accessed. the process will get false value before set new value

cainiaocq commented 2 months ago

chain memory prev and next in GPU is Multiple accessed. the process will get false value before set new value

Regarding this issue, have you resolved it?