image thumbnail

updated 7 days ago

Calculation of CT MTF and NPS using the ACR accreditation phantom by Saul

This code enables measurements of CT MTF and NPS from images of an ACR accreditation phantom. (computed tomography, ct, modulation transfer f...)

SliceBrowser(varargin)

mtfcalc.m

npscalc.m

image thumbnail

updated 1 month ago

Trainable COSFIRE filters for keypoint detection and pattern recognition by George Azzopardi

A COSFIRE filter is used to detect features of interest. (feature detection, trainable, feature)

COSFIRE_Application(trainingImage,testingImage)

Gabor(img, lambda, aspectratio, bandwidth, orientation, shi...

Parameters

image thumbnail

updated 1 month ago

ECC image alignment algorithm (image registration) by Georgios Evangelidis

This is a Matlab implementation of the ECC image alignment (image registration) algorithm. (enhanced correlation ..., image processing, subpixel accuracy)

ecc(image, template, levels, noi, transform, delta_p_init)

image_jacobian(gx, gy, jac, nop)

spatial_interp(in, warp, str, transform, nx, ny)

image thumbnail

updated 2 months ago

JPEG-based computing by Boris

This is a function to test a JPEG-based encoding/decoding algorithm (demo, image processing, compression)

entropy_cod( input_matrix, n)

get_quantization( q )

huffman_cod( input_matrix)

image thumbnail

updated 7 months ago

2-dimensional Filter Design using McClellan transformation by Iman

This function can be used to design 2D lowpass, highpass, bandpass, bandstop filters. (signal processing, image processing, filter design)

ChebyshevPoly(n)

Dig_Filter.m

Filter_Design_2D_McClellan.m

image thumbnail

updated 7 months ago

Animation *.wav to *.avi spectrum animation generator. by Héctor Corte

This script takes an audio file in *.wav and converts it into an *.avi animation using its spectrum. (signal processing, data exploration, image processing)

wav2mov.m

image thumbnail

updated 8 months ago

Gabor Filetr GUI by Nikolay S.

Design apply and learn the Gabor Filter via GUI. (gui, image enhancement, filter bank)

Gabor Filter GUI

GaborFilterDesighnNik(varargin)

image thumbnail

updated 8 months ago

Can you hear the Image? Tool that allows you to transform image into audible sounds by Uri Dubin

This demo transforms image spatial information to sounds. It helps blind to "see" the image. (image processing, signal processing)

SOI_SoundsOfImages(varargin)

image thumbnail

updated 8 months ago

Local binary patterns by Nikolay S.

Calculates image LBP (Local binary patterns). (feature detection, lbp, segmentation)

efficientLBP(inImg, filtDims, isEfficent)

snailMatIndex.m

image thumbnail

updated 10 months ago

Envelope Detction for Signal Analysis by Santhana Raj

Computes the envelope of the signal by two methods: 1.LPF method 2.Hilbert Transform (envelope detection, amplitude modulation, signal processing)

y=envelope(signal,Fs)

image thumbnail

updated 10 months ago

Harmonic Wavelet For Wavelet transform by Santhana Raj

Computes the Harmonic wavelet and outputs in the form similar to other wavelets (signal processing, image processing, wavelet transform)

[out1,out3]=harmonic(LB,UB,N,option)

image thumbnail

updated 11 months ago

Morphological Analysis for Bearing Fault detection by Santhana Raj

Applies the selected morphological operators on the signal. (signal processing, image processing, morphological operato...)

morph_analysis(sig,fault_fr,rpm)

image thumbnail

updated 1 year ago

Vessel branch segmentation by Hiroshi Kawaguchi

Segment the vessel branches from dynamic image of fluorescent microscopy (image processing, gui, microscopy)

VesselBranchSegmentation

[appTime, mask]=VBSvesselMask(vimg)

[map sepTime]=VBSregionMerge(appTimeImg)

image thumbnail

updated 1 year ago

Bregman Cookbook by Jerome Gilles

This toolbox provides signal/image/3D processing based on Bregman Iterations (bregman, l1, sparse)

R=AddCurveletArray(A,B)

R=AddFrameletArray(A,B)

R=ShrinkComplexCurvelet(A,tau)

image thumbnail

updated 1 year ago

2-D FIR filter Design by YUBIN MA

Chebycheve Polynomial, McClellan Transformation & 2-D FIR filter Design (image processing, mathematics, simulation)

df6.m

image thumbnail

updated 1 year ago

face recognition by Arjun j s

face recogntion technology. (image processing)

Face_Recognition(varargin)

HGPP_image(a)

LGPP_block(Probe_Re,Probe_Im,p,q);

image thumbnail

updated almost 2 years ago

Demos from "Computer Vision with MATLAB" webinar by Bruce Tannenbaum

Demo files for the "Computer Vision with MATLAB" webinar held on April 19, 2011. (computer vision, video processing, image processing)

FeatureBasedRegistration.m

StereoDisparityMap.m

TextureClassification.m

image thumbnail

updated 2 years ago

Motion Detection by Harsha Vardhan

Motion Detection using videos recorded still camera (cricket, camera, motion detection)

motion(A,B)

motio.m

image thumbnail

updated 2 years ago

Gabor filtering on an image by Deepak Kumar Rout

Application of gabor filter on image (gabor filter, i am not understand, what is the goal of t...)

gb=gabor_fn(sigma,theta,lambda,psi,gamma)

gabor_program.m

image thumbnail

updated almost 3 years ago

Compare with hand coding and auto code generation of HDL by Akemi

You can confirm difference betwwen hand writing code and auto generation code. (aerospace, automotive, communications)

CommSys_DS_MS_cntl

CommSys_DS_cntl

FRAME_SYNC_cntl

image thumbnail

updated 3 years ago

fourier descriptor by michael scheinfeild

describe shape using fourier coefficients (ifft, image processing, shape classification)

[new_indeces]=find_close_indeces(im_in)

make_fft_sec(image_edged,ncoef)

test_fourier.m

image thumbnail

updated 3 years ago

Effect of Range Reduction in Video/Image Compression by Fitzgerald Archibald

Range reduction demonstration using JPEG codecs. (image processing, signal processing)

ssim_index(img1, img2, K, window, L)

rangeReductionDemo.m

image thumbnail

updated 3 years ago

Speckle Size via Autocorrelation by Joel

Outputs the size of speckles in an image that has a **uniform background**. (autocorrelation, autocovariance, speckle)

SpeckleSize( SpeckleRGB )

image thumbnail

updated 4 years ago

spiht algoritm based image compression by kranthi kumar

matlab program for developing spiht algorithm must be much better than jpeg version in all cases. (demo, image processing, signal processing)

image thumbnail

updated 10 years ago

Simple DIP demos by Tan Chin Luh

Simple DIP demo using MATLAB 6.1, Image Processing Toolbox and NN Toolbox. (tutorial, example, template matching)

[complete_rivets,incomplete_rivets]=project(x)

[pic_NNinput]=crop5box(x,thresh)

about(varargin)

image thumbnail

updated almost 11 years ago

IMUI by Kotaimen Cao

Image Processing Toolbox Utilities (gui, display, annotation)

imui(varargin)

imuiPref(varargin)

imuiResize(varargin)

Contact us