-
wavefusypca
小波融合pca,采用特征级的融合,用于人脸识别。(Wavelet fusion pca, using Feature-level fusion for face recognition.)
- 2010-02-20 11:45:19下载
- 积分:1
-
7428
屏幕差异传输优化例程,程序结合易语言扩展界面支持库和数据操作支持库,调用API函数实现屏幕图像传送的差异优化。(Screen difference transmission optimization routines, programs combining easy language support library expansion interface and data manipulation support library , call the API function to differentiate screen image transfer optimization.)
- 2016-01-14 09:37:38下载
- 积分:1
-
mulscal_edge
用matlab实现多尺度边缘检测。。。。。。。。。。。。。(Using matlab to achieve multi-scale edge detection. . . . . . . . . . . . .)
- 2013-06-13 10:28:39下载
- 积分:1
-
bmp2ico
BMP,ICO,JPG等图片格式转换,按照例子可以任意格式转换(BMP, ICO, JPG and other image format conversion, according to examples can be converted to any format.)
- 2018-08-16 11:06:12下载
- 积分:1
-
Canny
本压缩包有canny算子的源程序代码和测试图片。(The archive has canny operator of the source code and test images.)
- 2008-07-24 11:22:50下载
- 积分:1
-
histogram
根据冈萨雷斯数字图像处理中做的,使用matlab进行直方图的均衡化以及直方图匹配程序,附带原图像(According to Gonzalez, digital image processing to do, the use of matlab to histogram equalization and histogram matching program, with the original image)
- 2010-01-25 18:53:02下载
- 积分:1
-
NMF-of-beta-divergence
这是著名的“Algorithmes de factorisation en matrices non-négatives fondée sur la beta-divergence”这篇文章算法的matlab源代码(This is the famous article " Algorithmes de factorisation en matrices non-ngatives fonde sur la beta-divergence" algorithm matlab source code)
- 2013-04-08 15:33:20下载
- 积分:1
-
8bitTo16
将某一8位的raw格式图转换为16位的raw格式图 并可输出raw格式图的灰度值至相应文件(.txt文件) 生成的新图用PS打开时与原图基本一致.(It can converted an 8-bit raw format, to an 16-bit raw format and can output raw format diagram of the gray value to the corresponding map file (. Txt files) .The new plan to open with PS are basically consistent with the Original.)
- 2010-03-01 16:23:04下载
- 积分:1
-
EDLines 快速直线检测算子
EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤:
(1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声;
(2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向;
(3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大;
(4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。
(Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out
the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary
edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a
set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of
the other edge detectors requires urther processing to generate potential object boundaries, which may not even be
possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
- 2021-03-22 16:29:16下载
- 积分:1
-
cuckoo
说明: 布谷鸟搜索(Cuckoo Search,缩写 CS),也叫杜鹃搜索,是由剑桥大学杨新社(音译自:Xin-She Yang)教授和S.戴布(S.Deb)于2009年提出的一种新兴启发算法。(Cuckoo search, also known as cuckoo search, is a new heuristic algorithm proposed by Professor Xin She Yang of Cambridge University and S. DEB in 2009.)
- 2020-12-29 11:14:20下载
- 积分:1