16 July 2020 0 4K Report

Hallo,

This is my first time using CUDA C++, so I have idea but I am not sure if it's correct.

I am working on high resolution imaging microscopy, so I want to extract the SPF spots from image microscopy in parallel. The spots here are the sub regions.

To do this, I want to transfer an image to device,an image is taken as a grid divided in (11x11) pixels blocks, that's mean each block is sub regions.

Any helpful hints would be appreciated.

Similar questions and discussions