image thumbnail

updated 3 months ago

Sobel filter of predefined size by Jan Motl

The function returns Sobel filter of predefined size. (edge, sobel, image processing)

sobelkernel(size, varargin)

image thumbnail

updated 10 months ago

Locally Adaptive Kernel Density Estimation by Hideaki Shimazaki

Kernel density estimation with bandwidths locally adapted to data. (statistics, bandwidth, kernel)

sshist(x,N)

sskernel(x,tin,W)

ssvkernel(x,tin)

image thumbnail

updated 11 months ago

Kernel Density Estimation by Hideaki Shimazaki

Fast kernel density estimation with an automatic bandwidth selection. (kernel, optimization, bandwidth)

sskernel(x,tin,W)

image thumbnail

updated 1 year ago

Kernel Regression with Variable Window Width by Fernando Duarte

Gaussian kernel regression and local linear Gaussian kernel regression with variable window width (kernel, kernel smoothing, kernel regression)

r=ksr_vw(x,y,k,N)

r=ksrlin_vw(x,y,k,N)

image thumbnail

updated 1 year ago

Kernel k-means by Mo Chen

kernel k-means algorithm (kernel, kmeans, clustering)

knkmeans(K,init)

spread(X, label)

image thumbnail

updated 2 years ago

NVCC cuda compiler wraper by Dirk-Jan Kroon

Compile cuda kernels in Matlab, like nvcc('example.cu') (cuda, kernel, cuda kernel)

nvcc(varargin)

image thumbnail

updated almost 3 years ago

Regression by Arnout Tilgenkamp

Non parametric regression using kernels to estimate density function of residuals. (regression, parametric, nonparametric)

KLMHR2(X,y)

KMLHR(B,X,y)

image thumbnail

updated 3 years ago

imgaussian by Dirk-Jan Kroon

Fast Gaussian filtering of 1D, 2D greyscale / color image or 3D image volume. (2d, filter, filtering)

I=imgaussian(I,sigma,siz)

image thumbnail

updated 4 years ago

Find Optimal Kernel by Matthew Nelson

Find optimal causal filter kernel that convolves with one time series to approximate another (psychology, wiener, filter)

k=FindOptKern(InSig,OutSig,MaxnLags)

TestFindOptKern.m

image thumbnail

updated almost 5 years ago

2D Gabor Wavelets by Zhi Chai

Create and show 2D Gabor Wavelets (gabor, 2d gabor wavelets, kernel)

GaborWavelet (R, C, Kmax, f, u, v, Delt2);

GaborExample.m

Contact us