Parallel-Banding-Algorithm-plus
Parallel-Banding-Algorithm-plus copied to clipboard
Compute the exact Euclidean Distance Transform and Voronoi Diagram for 2D and 3D binary images using the GPU.
Results
1
Parallel-Banding-Algorithm-plus issues
Sort by
recently updated
recently updated
newest added
I fix the code as follow: ` // Input parameters int width = 512; int height = 512; int depth = 256; //int fboSize = 1024; int nVertices = 100;...