当前位置:
首页
资源下载

搜索资源 - find histogram in matlab
搜索资源列表
-
1下载:
程序实现Matlab下爬山法(hill-climbing)方法,用于彩色图像分割。-mage is first converted to CIE lab color space and the 3d color histogram is generated. Hill-climbing algorithm is used to find the local maximums in lab histogram, which is used to automatically decide the c
-
-
0下载:
this was my homework in the lesson "digital image processing" it compares my histogram programm with the matlab s original function imhist. i uploaded whole the material but you can find it completely in "ö dev1 rg.docx" my whole homework.-this w
-
-
0下载:
This Matlab code was developed for skin pixel detection in general imagery.
Non-parametric histogram-based models were trained using manually annotated
skin and non-skin pixels. A total of 14,985,845 skin pixels and 304,844,751
non-skin pixels
-
-
0下载:
1 SIFT 发展历程
SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。
2 SIFT 主要思想
SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。
3 SIFT算法的主要特点:
a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。
b) 独特性(Distinctive
-
-
1下载:
《数字图像处理》课程Matlab项目框架
已测试,可适用于Matlab8.0及以后版本
Project 1.
实践主要内容:
1) 实现直方图均衡化. (3分)
读入一幅图像, 进行直方图统计, 求图像的均值和二阶矩.
2) 实现直方图规定化.
读入两幅图像, 分别进行直方图统计, 以其中一个为规定化直方图实现另一图像的直
方图规定化.-" Digital Image Processing" course the Matla
-
-
0下载:
本文主要对当今热门的基于内容的图像检索技术进行了研究,重点对它的算法进行研究。在半年的时间里,通过查阅很多相关的资料,并认真学习了基于内容的图像检索的基本理论,特别是深入研究了颜色直方图理论和累加直方图算法,最后在MATLAB平台下编程实现此系统,该系统可以实现基本图像检索的功能,根据用户输入的样本图像来与图像库中的图像进行特征匹配,然后找出与样本图像距离比较小的若干幅图像,并按照图像之间的距离由小到大的顺序显示给用户。-This paper focuses on today' s mos
-
-
1下载:
算法步骤:
(1) 计算图像直方图,灰度级为Ns,图像的平均灰度值为Tc;
(2) 分别计算第一个灰度级和其余灰度级的信息熵并求和,前两个灰度级和其余灰度级的信息熵并求和,以此类推计算Ns个和;
(3) 找到H在Tc附近最大值的位置Tenf即为阈值;
(4) 图像中大于阈值的像素置1,其余置0而实现二值分割。
算法的核心:信息熵越大越有不确定性,分割出的图片越好。(Algorithm steps:
(1) the histogram of the image is calcula
-