搜索资源列表
bicubic
- bicubic interpolation without using cubic command
circle
- Matlab里面没有提供直接以半径和圆心位置画圆的程序,该程序可以实现此功能,命令格式为:circle(radius,x0,y0, color )-Matlab which does not provide the location directly in the center circle radius and the program, the program can achieve this functionality, the command format is: circle (radi
mean filter
- meanfilter use the matlab mex function. conbine the c code and matlab code. so you should mex -setup in matlab command window. and mex meanfilter.c then execute the meanfilter.m to run it.
jbfill
- This function will fill a region with a color between the two vectors provided using the Matlab fill command
matlab-tuxiangmingling
- matlab 的图像处理命令大全,非常适合初学者使用。-matlab image processing command Daquan, very suitable for beginners to use.
polyfit
- MATLAB,多项式函数拟合,使用polyfit命令,可以拟合出二维图形。-MATLAB, polynomial fitting function, use the polyfit command, you can fit a two-dimensional graphics.
plotyy
- MATLAB中使用plotyy命令,绘制二维函数曲线图。-Use the plotyy command MATLAB, drawing two-dimensional function curves.
compression
- Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: