搜索资源列表
图像的小波变换源代码
- 运用小波变换将图像从空间域转换到频率域
图像的纹理识别方法
- 图像的纹理识别方法
使用距离变换和分水岭算法分割图像的Matlab程序
- 使用距离变换和分水岭算法分割图像的Matlab程序
图像的读入、显示与放大缩小图像的存储(MFC)
- 图像的读入、显示与放大缩小图像的存储(MFC),适合初学者
图像的纹理分析和相关性
- 分析图象中的能量及熵、相关性等参数-image analysis of the energy and entropy, related parameters
Visual C++ 实现数字化图像的分割1
- Visual C++ 实现数字化图像的分割_好文章和代码-Visual C digital image segmentation _ excellent article and code
VC编程实现数字图像的边缘检测
- VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
模式识别——数字图像的纹理分析应用实例
- 模式识别——数字图像的纹理分析应用实例。《VC模式识别》源码。-pattern recognition-- digital image texture analysis application examples. "VC pattern recognition" source.
用sa进行光谱图像的特征提取的matlab程序
- 用sa进行光谱图像的特征提取的matlab程序,该算法比用其他方法在性能方面高%15-with spectral images of the Matlab feature extraction procedure, the algorithm than other methods in high-performance
第12章 图像的纹理分析方法
- 图像的纹理分析方法(从图像、图形融合的思想出发 ,介绍了基于图像分析的表面形状恢复及纹理 三维特征获取方法,并将其应用于图形建模和纹理映射.首先利用不同视点下的遮挡 边缘序列,并结合其它视觉信息的分析,获取了表面点的三维几何坐标,实现了基于 图像分析的表面形状绘制.接着利用阴影分析方法,提取纹理图像的表面起伏特征, 将该特征结合像素点的颜色属性,进行图形纹理映射,实现了基于图像特征分析的图 形纹理生成.实验结果证明了
1.3 图像的边缘检测
- 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan
图像的叠加
- 这是一个很好的图像叠加程序,通过它可以实现任意图像的叠加,可显示叠加之后的效果(This is a good image overlay program, through which you can achieve any image overlay, you can display the effect after the superposition)
matlab图像的加减乘除法运算
- matlab图像的加减乘除法运算用于图像的各类运算(The calculation method of add, subtract, multiply and divide matlab images)
图像的彩色合成
- 图像的彩色合成源码,需在matlab使用(Image color synthesis source code, need to use in MATLAB)
1.4图像的斑点检测
- 1.3 图像的边缘检测,检测图像周边,详细说明(1.3 edge detection of image, detection image peripheral,Detailed instructions)
1.2图像的矩特征
- 1.4图像的斑点检测,本节详细介绍斑点的检测技术(1.4 spot detection of the image. This section details spot detection technology)
图像的彩色变换,RGB?HSL
- 图像的彩色变换,RGB?HSL,用全色波段代替I分量。只涉及对RAW流式文件的读写(Color image transform, RGB HSL, with panchromatic component instead of I. Reading and writing about RAW flow files only)
Shape_程序计算图像的七个不变矩
- Shape_程序计算图像的七个不变矩(The content is the seven invariant moments of the Shape_ program to calculate the image.)
图像的熵
- 图像的熵,图像的一阶矩,图像的二阶矩,图像的差熵(The entropy of the image, the first moment of the image, the two moment of the image and the difference entropy of the image)
实验7_图像的颜色空间变换
- 图像的颜色空间变换,将图片图分解为红、绿、蓝三种基色。(Image color space transformation, the picture is divided into red, green, blue three basic colors.)