搜索资源列表
基本图像分割实例
- P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数 -P0801 : Call text image segmentation P0802 : adhesion character segmentation P0803 : Character Recogn
hsnh
- 函数逼近,通过拟合进行数值分析运算,拟合函数图像。-function approximation, by fitting numerical analysis operations function fitting image.
HS
- 函数绘图程序 VB 编写 可以绘制初高中 函数图像 支持颜色,精度修改 鼠标执针定位
Romber_Draw
- 采用Romberg积分方法,对给出的函数进行积分,同时画出积分函数图像。
MyPaint
- 用Visual C++实现的绘制函数图像的程序。给定任意函数表达式,可直观显示该函数图像。-Visual C achievable image mapping function procedures. Given arbitrary function expression, visual images showed that the function.
labhuffman1
- mathmatic程序 这是一个用MATHMATIC 做出来的关于:HUFFMANR的函数图像的程序,有一定的参考价值.-mathmatic This is a procedure used MATHMATIC done on : HUFFMANR function of the image process, a certain reference value.
MATLAB图像处理命令
- matlab图像处理命令,集中了matlab图像处理函数,对初学者很由帮助.-Matlab image processing orders, concentrated Matlab image processing function, right from the very beginners to help.
基于MATLAB的储粮害虫图像处理方法
- 摘要:在对粮虫图像处理过程中,介绍了Matlab图像处理工具箱中的函数,给出了图像处理与分析的技术实现, 边缘检测及轮廓提取, 通过形态学方法进行图像特征抽取与分析,达到了比较好的效果.-Abstract : In the right grain pest image processing, introduced the Matlab toolbox image processing functions, given image processing and analysis technolog
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
Matlab图像处理程序集.rar
- Matlab中图像处理相关函数的应用实例,内有程序列表及介绍
用matlab编写的实现Lagrange插值函数
- 用matlab编写的实现Lagrange插值函数和三次样条插值函数,输入值为x向量和对应的y向量,输出函数图像,Matlab prepared with the realization of Lagrange interpolation function and cubic spline interpolation function, type the value of x vector and the corresponding y vector, the output function of
exp2_cor
- 计算正弦信号加噪声的相关函数。系数b 决定余弦相关函数在噪声指数型相关函数中的“比重”。T为正弦信号周期。正弦信号加相关噪声的相关函数图像为一个指数函数和一个余弦函数叠加的波形。-Calculated sinusoidal signal plus noise correlation function. Coefficient b determine the cosine correlation function in the noise correlation function of expon
kernelbasedmoothing
- 基于核函数回归方法的图像去噪,图像平滑。对于图像领域的研究者有很大作用-Kernel regression method based on image denoising, image smoothing. Researchers in the field for the image plays a significant role
smooth
- 基于高斯函数的平滑滤波,是一种图像分割的自适应FKCN方法。包含了原始文献。-Smoothing based on Gaussian function, is a method of image segmentation adaptive FKCN. Contains the original article.
湍流图像退化模型
- 基于大气湍流退化模型模拟的水下湍流退化模型,对于研究水下的图像复原有很重要的作用。不管是研究退化还是复原在进行模拟建模处理时有一个准确的点扩散函数才能完胜。
图像处理基本算法源码
- c++平台编写的图像处理基本算法源码,所有的处理函数都有。(C++ platform prepared by the basic algorithm for image processing source code, all the processing functions are.)
图像旋转matlab
- 基于matlab的图像旋转,非直接调用函数的图像旋转(Matlab based image rotation, not directly call the function of the image rotation)
图像的复原
- 对图像进行滤波、加噪,对图像进行模糊、复原处理,另有点扩散函数与光学转换函数间的互化。(The image is filtered and noisy, the image is blurred and restored, and the point diffusion function is interchanged with the optical conversion function.)
基于蚁群算法的图像边缘检测 MATLAB源程序
- 基于蚁群算法的图像边缘检测,包含四种核函数,下载之后可直接运行(Image edge detection based on ant colony algorithm, including four kernel functions, which can run directly after downloading)
彩色图像处理
- 掌握常见的几种颜色模型及各种颜色空间之间的相互转换。 掌握彩色图像处理的方法,如彩色图像增强、彩色图像复原、彩色图像检测与分割等。 了解伪彩色处理方法的原理及应用。 实验内容: 使用cat函数生成CMY彩色图像; 读入一幅RGB图像,将其分别转换到HSV、YCbCr空间并显示; 使用grayslice函数对一幅灰度图像进行伪彩色增强。