What functions are compatible with GPU Image Processing?
6 次查看(过去 30 天)
显示 更早的评论
I am runnning a series of functions from the Image Processing Toolbox to clean up my images of background. I am trying to count cells across thousands of images that are really tightly packed together. I am running into a computation time problem. I can convert most of the functions to analyze the images on the gpu but some are not compatible. I begin having problems when I convert the image to a binary image. I am using the following functions
im2bw(); dwdist(); watershed(); imextededmin(); imimposemin();
Is there an equivalent to these functions that can be processed in the GPU?
Best,
Ryan
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GPU Computing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!