Pol del Aguila Pla

Results 3 comments of Pol del Aguila Pla

Hi @m4rs-mt. Thank you :+1: My goal is to implement a histogram for `float32` images. For that, I was trying to reuse the existing sample code for histograms. In order...

For a beginner like me it is very very hard to understand which implementation of the histogram is present in ILGPU. Is it something efficient as described [here](https://developer.download.nvidia.com/compute/cuda/1.1-Beta/x86_website/projects/histogram64/doc/histogram.pdf), for example?...

Managed to implement Otsu's algorithm for thresholding on Float32 images using the fastest GPU -> CPU -> GPU strategy and leveraging the ILGPU.Algorithms to reduce, histogram, etc. Feel free to...