image thumbnail

updated 3 months ago

MATLAB for CUDA Programmers by Daniel Armyr

This is the code used during the MATLAB for CUDA Programmers webinar (gpu, parallel computing to..., image processing)

whitebalance(imageData)

whitebalance(imageData)

whitebalance(imageData)

image thumbnail

updated 3 months ago

Color-balance demo with GPU computing by Kye Taylor

Use GPU in MATLAB to perform white-balance operation to input image. (graphical processing ..., gpu, high performance comp...)

whitebalance(imageData)

whitebalance_cuda(imageData)

whitebalance_gpu(imageData)

image thumbnail

updated 11 months ago

2D and 3D Symmetric Registration using CUDA by Henry Davidge

Vanilla and Symmetric Non-Rigid Registration in 2D and 3D, parallelized using CUDA (registration, image processing, medical imaging)

register2(img1,img2,rho,lambda,maxIter,varargin)

register2Symmetric(img1,img2, rho, lambda, lambda2, maxIter...

register3(img1,img2,rho,lambda,maxIter,varargin)

image thumbnail

updated 1 year ago

GPU-accelerated 3D Stationary Wavelet-based Frame by Alp

3D Stationary wavelet-based transform using GPU-accelerated separable convolution (signal processing, image processing)

swt16dec3_GPU(x, level, waveletName)

swt16rec3_GPU(dec_full, level, waveletName)

conv3DGPU.m

image thumbnail

updated 1 year ago

Cell Segmentation and Tracking by Fanny

This program opens a GUI, segments and tracks cells from videos using the parallelization toolbox. (cell segmentation, parallelization, is it possible to hav...)

ANtiffread(filename, indices)

AddMum.m

Black_PRO()

image thumbnail

updated 6 years ago

Quantitative High-Throughput Gene Expression Imaging by Sam Roberts

Image Processing for Quantitative Gene Expression Analysis of Drosophila Embryo Images (image processing, bioinformatics, gene expression)

Quantitative High-Throughput Gene Expression Imaging

flyproc(im)

dctflyexdemo.m

Contact us