Refine by Content Type

Refine by Category

Refine by Time Frame

image thumbnail

updated 23 days 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 30 days 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 1 year ago

Weeks' Method for Numerical Laplace transform inversion with GPU acceleration by Patrick Kano

Implementation of the Weeks method for numerical Laplace transform inversion with GPU acceleration. (mathematics, laplace transform, jacket)

[Invertf,sigmaP,bP,RelTotalError,AbsTotalError,AbsTruncateE...

[Invertf,sigmaP,bP,RelTotalError,AbsTotalError,AbsTruncateE...

acunumweeks(varargin)

image thumbnail

updated 2 years ago

A CUDA accelerated Beam Propagation Method [BPM] Solver using the Parallel Computing Toolbox by Patrick Kano

A beam propagation method solver using the CUDA capabilities in the parallel computing toolbox. (mathematics, optics, cuda)

CUDAparaxbpm(CUDAswitch, PLOTswitch, BetaSwitch, Nx, Ny, Le...

FunEfieldinit(MeshX, MeshY, Nx, Ny, LengthX, LengthY)

FunPlotSim(zidx, PosZ, MeshX, MeshY, nMatrix, Efield, Meshk...

image thumbnail

updated almost 4 years ago

NVIDIA CUDA-based bilinear (2D) interpolation by Gerald Buchgraber

Incredible speed boost in comparison to the Matlab implementation. (interp2) (bilinear, interpolation, cuda)

nvmex(varargin)

nvmex_helper(varargin)

testcudainterp2()

image thumbnail

updated almost 4 years ago

GPU Perona - Malik Anisotropic Diffusion by Roberto Gallea

GPU version of the anisostropic diffusion filter by Perona and Malik, created using mex and CUDA. (diffusion, gpu, cuda)

Contact us