image thumbnail

updated 1 year ago

Matrix Convolution with Sub-Pixel Resolution by Tristan Ursell

Convolve two matrices at sub-pixel resolution, using bilinear interpolation. (matrix, convolve, convolution)

matout=matoverlay(mat1,mat2,x,y)

image thumbnail

updated 2 years ago

Image Interpolation (ba_interp2) by Brian

Fast nearest, bi-linear and bi-cubic interpolation for image data (bicubic, nearest neighbour, doesnt work)

ba_interp2_test

ba_interp2(F, X, Y, method)

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 5 years ago

ResizeImageMatrix by source code

This program implements various interpolation techniques to resize 2D matrices or Image Matrices (geometric transformat..., image registration, resize)

ResizeImageMatrix(varargin)

Demo.m

image thumbnail

updated 6 years ago

Dequiv by Giampiero Campa

Digital Equivalents Library (filter design, filter analysis, digital filters)

demos

slblocks

contents.m

image thumbnail

updated 8 years ago

Inverse Bilinear Transform by Paul Eccles

Convert z-domain systems to s-domain. (sdomain, bilinear, transfer function)

ibilinear(zd, pd, kd, fs, fp, fp1)

Contact us