搜索资源列表
Hoschek fit
- hoschek 方法用于曲线拟合 在Hoschekfit 文件中输入数据,拟合曲线段数,拟合误差,最大迭代次数就可以-curve fitting method for the Hoschekfit document input data, the number of curve fitting, fitting error, the largest number of iteration can
3dSimplifier
- 一个浙江大学教授写的三维网格简化的源代码,用的是能量误差算法!-a professor of Zhejiang University wrote 3D mesh simplification of the source code, using the energy error algorithm!
imagecompare
- 图像匹配(可选精度+序贯相似(图像误差-Image Matching (optional sequential similar accuracy (Image Error
Floyd-Steinberg
- Floyd-Steinberg算法的源代码.要注意的是,误差传播有时会引起流水效应,即误差不断向下,向右累加传播。解决的办法是:奇数行从左到右传播,偶数行从右到左传播。-Floyd-Steinberg algorithm source code. It should be noted, Error Propagation sometimes causes water effects, that is, constant downward error, right cumulative sprea
ComputeDistanceError
- 这是一个关于三维图像数据距离误差程序的源代码,希望对大家有用。-This is a three-dimensional image of the data from the error's source code, we hope that the right useful.
bayeserr
- 该文件为一个用matlab 编写的bayes分类的误差分析程序,比较经典,只得相关开发人员参考 -one of the documents used for the preparation of the Matlab bayes classification error analysis procedures, more classic, only related to the development of reference
estimate_function
- 几个关于图像质量评价的函数。包括psnr峰值信噪比,均方误差rms,正则均方误差nmse等。可用于去噪图像和压缩图像的质量评价-several image quality evaluation of the function. Including psnr PSNR, mean square error rms, it is mean-square error nmse other. Images can be used for de-noising and compression of ima
MFCBandFilter
- 一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考 功能:1 固定带通滤波 2 可变带通滤波 3 噪声删除 4 输入输出误差计算 实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分 Filter.h:头文件,定义了CFilterApp 类 Filter.cpp:利用MFC的函数实现了CFilterApp Filter.rc:资源文件,包括对话框和图标的说明-use a
zhudianfa
- 利用逐点法绘制出图形,图形的绘制其实都是由折线组成的,只是每条折线的误差太小了,肉眼根本分辨不出来-use of the point-by-point drawing graphics, the graphics are actually drawn from the composition of the dogleg, only broken each of error is too small, the human eye can not be seen
pda.rar
- 运用pda对两目标跟踪,并显示误差分析。有pda的各项参数详细实例,Pda using the two-target tracking, and display the error analysis. There pda detailed examples of the parameters
ImageDitherdata
- 讨论了数字半色调技术中的Floyd-Steinberg误差扩散抖动算法,并给出了源程序和实例,就该算法进行了详细讨论。-Discussion of the digital halftone technology in the Floyd-Steinberg error diffusion dithering algorithm, and gives the source code and examples on the algorithm discussed in detail.
jiaozheng
- 这是一个阵列校正的程序,通过计算协方差矩阵,利用矩阵元素间的关系计算出阵列的幅相误差-This is an array of calibration procedures, by calculating the covariance matrix, the relationship between the matrix elements of the array to calculate the amplitude and phase errors
TDLMS
- 图像处理中应用非常广泛的二维最小均方误差算法(TDLMS)。绝对好用!-Image Processing is widely used two-dimensional MMSE algorithm (TDLMS). Absolute ease of use!
halftoningToolbox1_1
- 单色及彩色半色调图像处理,图像误差扩散处理实现及评价处理-Halftone monochrome and color image processing, image error diffusion processing and evaluation of processing
pingjia
- 图像处理效果评价,评价指标包括峰值信噪比,熵,以及均方误差,具体公式请参考相关文献-photo
selfadaptingthreshold
- 含KSW,最小偏态法;信息熵迭代法;最小误差法的m文件,是我做课题时选择阈值分割方法时自己编的。-Containing KSW, the smallest skewness method information entropy method the smallest error of law m file, I choose to do so when the subject of methods of threshold segmentation of own.
tt
- 软阈值去噪,能很好的计算出信噪比和均方误差-softhreshoding denoising ,can figure out signal to noise and mean square error
errordiffusion
- 误差扩散简单代码,自己手动写的,仅供参考。-Simple error diffusion code, written in their manual for reference purposes only.
二维最小均方误差TDLMS(主要用于小目标跟踪)
- 二维最小均方误差背景预测算法TDLMS,常用于目标检测,经实测,效果较好(Two dimensional minimum mean square error background prediction algorithm TDLMS, commonly used in target detection, measured, the effect is better)
均方误差MSE和峰值信噪比PSNR
- 利用MATLAB语言对图像进行处理,计算其均方误差MSE和峰值信噪比PSNR。