DeveloperPaul123 / gimage

GPU Accelerated Image Processing Library
Apache License 2.0
0 stars 0 forks source link

Non-Maximum Suppression #12

Open DeveloperPaul123 opened 8 years ago

DeveloperPaul123 commented 8 years ago

Need to use atomics to properly set values to the output in the image for non-maximum suppression.

DeveloperPaul123 commented 8 years ago

Instead of performing traditional non-maximum suppression, I will be using the zero crossing method using a second derivative (Laplacian of a Gaussian filter) kernel with a single convolution. I'll need to use the direction data to find zero crossings.

DeveloperPaul123 commented 8 years ago

See here: http://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm