搜索资源列表
arithmetic.encoding
- 算术编码的应用实例matlab版本 1.可以对字符进行算术编码 2.开头不必制定字符串的大小 3.编码精度高,达到小数点8位以上 4.以函数的形式给出,易于调用和移值实现 5.显示界面人机交互较出色 -arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the beginning de
tuxiangyunsuan
- 图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切
med
- matlab中值平滑处理,主要是用5点平滑和3点平滑实现-matlab median smoothing was used in 5-point smoothing and 3 points to achieve smooth
RGB2LabAndLab2RGB
- % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The e
MATLAB_Medical_Image_Process_Experiments
- MATLAB医学影像处理实验(内含14个原代码及教学的说明) (1)Plot a sine function using MATLAB, and write the data into a file (2)Read data from a file, plot a SINC function, and append the result back to the same file (3)Plot a Gaussian distribution using MATLAB (4)Fo
Fivepoint
- 一个老外用matlab 编写的5点法图像相对定向程序,是目前最新的算法实现。-5 point to prepare for a foreigner relative orientation program
src
- 背景减除的完整算法,《A Statistical Approach for Real-time Robust Background Subtraction and Shadow Detection》作者源代码-The "src" folder contains all of the source code. To run the program, follow these simple steps: 1. Start MATLAB and ensure the "src" fold
Lab2RGB
- Lab2RGB takes L, a, and b double matrices, or an M x N x 3 double image, and returns an image in the RGB color space. Values for L are in the range [0,100] while a* and b* are roughly in the range [-110,110]. If 3 outputs are specified, the
kdtree
- k-d树的matlab程序,包含了KDTREE, KDTREEIDX and KDRANGEQUERY functions。提供了两个Demo scr ipts(kdtree_demo.m & kdrange_demo.m),很实用- This distribution contains the KDTREE, KDTREEIDX and KDRANGEQUERY functions. Included are the source code files in kdtree/s
Easy_PS
- 用matlab实现的一个图像处理的简易Photoshop,主函数名为:Easy_DIP_byCmQ.m将整个解压,设为工作目录即可运行(含GUI)。包含图1形空间点变换,2图像空间模块变换,3滤波,4形态处理,5图像检测和分割,6傅里叶变换,7图像剪切和缩放等功能。-Using matlab to achieve a simple Photoshop image processing, the main function called: Easy_DIP_byCmQ.m entire decom
atrshalframework
- matlab检测直线交点源程序在matlab6,5下已调试通过 不错的-Matlab detection line intersect point source in matlab6, have been debug through good under 5
31366184
- matlab检测直线交点源程序在matlab6,5下已调试通过 不错的-Matlab detection line intersect point source in matlab6, have been debug through good under 5
bbenunderhave
- matlab检测直线交点源程序在matlab6,5下已调试通过 不错的-Matlab detection line intersect point source in matlab6, have been debug through good under 5
hough,gabor,Radon,headata,wdcbm2()
- 1.从图像中识别几何形状的基本方法;基本原理是在于利用点与线的对偶性,将原始图像空间给定的曲线通过曲线表达形式变为参数空间的一个点,这样就把原始图像中给定的检测问题转化为寻找参数空间的峰值问题。 2.基于Gabor变换的人眼检测MATLAB实现。 3.基于Radon的车牌矫正方法。 4.基于模型函数headata产生不同大小的头模型数据。 5.基于函数wdcbm2()设置图像分层阈值压缩参数,实现图像压缩(The basic method of identifying geometry