Computer, image processing, MATLAB, MATLAB code
function [yi, ypi] = sincdint(x, y, xi, c) % SINCDINT 1-D piecewise discrete sinc interpolation % SINCDINT(X,Y,XI,C) interpolates to find YI, the values of the % underlying function Y at the points in the array XI, using % piecewise discrete sinc interpolation. X and...
MATLAB, MATLAB code, Speech Recognition
LPC coefficients for three different isolated words are collected.
image processing, MATLAB, MATLAB code
Introduction Basic Matlab/Scilab Instructions (ipynb|web) Introduction to Signal Processing (ipynb|web) Introduction to Image Processing (ipynb|web) Image Approximation with Fourier and Wavelets (ipynb|web) Image Processing with Wavelets (ipynb|web) Le...
image processing, MATLAB, MATLAB code
A standalone MATLAB implementation of Local Histogram Equalization using the Bilateral Grid. http://people.csail.mit.edu/jiawen/software/lhe-1.1.zip
image processing, MATLAB code
Image segmentation techniques can be used for separating the RBC, WBC and Platelets in an image. The prime reason for segmenting the image is to define the boundaries of the blood cells enabling features to be extracted without the inclusion of extraneous material....