-
aam
用AAM算法进行人脸特征点的标定,即对人脸的眼睛,眉毛,嘴巴,鼻子及脸的轮廓进行标记,此代码标记了68个特征点。(AAM algorithm for facial feature points calibration, calibration of this code is the 68 feature points, see the instance document.)
- 2012-10-16 16:12:43下载
- 积分:1
-
cluster
用高斯混合模型进行数据聚类分析的matlab 程序。(Set of files for analysis of Gaussian mixture models for data set clustering etc.)
- 2009-05-06 05:54:01下载
- 积分:1
-
Tsharing_Thieh
实现了Thien在他的文章《secret image sharing》中提出的(r,n)门限秘密图像分存方案。
(Thien in his article " secret image sharing" (r, n) Door Threshold Secret Image Sharing Scheme.)
- 2012-07-26 22:35:42下载
- 积分: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
-
underwater-image-enhance
新的水下图像对比度增强和分割算法(实现对比度的增强和图像分割,内容包括:新的水下图像对比度增强算法、水下图像的分割算法--2008a)(The new underwater image contrast enhancement and segmentation algorithm (implemented contrast enhancement and image segmentation, including: new underwater image contrast enhancement algorithms, underwater image segmentation algorithm- 2008a))
- 2013-12-28 11:00:20下载
- 积分:1
-
covmatrix
用于matlab图像处理,计算向量均值C,协方差m。
[C,m]=covmatrix(X)(Calculate vector mean C, covariance M.)
- 2019-04-15 21:42:53下载
- 积分:1
-
junhenghua
首先读入图像,转化成hsi彩色空间,然后只对亮度I分量作直方图均衡化,最后合成三个分量返回到RGB图,但是这种方法容易使颜色失真,失去了部分图像细节。(First read in the image, into the hsi color space, and then only on the brightness I component for histogram equalization, the final synthesis of the three components of return to RGB chart, but this method is easy to make color distortion, loss of part of image detail.
)
- 2012-03-16 23:53:15下载
- 积分:1
-
AdaBoost_TrainData
这份代码是使用haar+adoboost做人脸检测用的,文件中还包括其他的特征选择,特征提取的算法,对于想做人脸检测这一块的朋友,可以下载来研究。(This code is used haar+adoboost human face detection, the document also includes other feature selection, feature extraction algorithm for face detection which one wants a friend, you can download to study.)
- 2020-09-13 10:27:58下载
- 积分:1
-
a-weihted-blind-SR
利用加权矩阵的盲超分辨率方法重建出一幅高分辨率的图像(The weighted matrix method of blind super-resolution reconstruction of a high-resolution image)
- 2011-08-12 15:35:59下载
- 积分:1
-
general_hough_transform_shape_detection
说明: 根据:一种可识别破碎图形的特殊广义Hough变换方法 论文,在matlab上做的实验源码,有模版生成,广义哈夫变换代码(In accordance with: A broken identifiable graphics special generalized Hough transform methods papers, in matlab to do experiments on the source, there are template generation, generalized Hough transform code)
- 2008-09-08 17:51:51下载
- 积分:1