-
recognize_face
利用灰度积分投影直接对人脸图像进行检测和眼睛定位是一种常用的算法,但是直接采用该算法会受到背
景、特征等因素的影响,识别准确率较低。提出了一种基于最大类间方差阈值和区域膨胀相结合的检测与定位算法。该算
法首先计算最大类间方差设置阈值,把灰度图像转换为二值图像并检测出人脸区域,然后通过对该人脸区域中的连通区域
进行膨胀及连通性处理,精确定位眼睛坐标。实验表明,此算法可靠,具有较好的识别效果。(face recognized)
- 2010-08-19 16:45:54下载
- 积分:1
-
HaarPSRC=Vehicle-detection
运用harr特征+SRC(稀疏表示)分类实现的一种车辆检测方法,文件中提供了训练和测试车辆图片。由于时间原因,所用haar特征没有优化,维度过高,导致滑窗框图过慢,本代码只输出效果统计数据,以供大家参考学习稀疏表示在车辆检测中的应用。(Using harr feature+SRC (sparse representation) classification to achieve a vehicle detection method, the paper provides a training and test vehicle picture. Due to time reasons, the use of haar feature is not optimized, high dimension, resulting in sliding sash figure is too slow, the effect of the code only output statistics for your reference learning sparse representation in the vehicle detection.)
- 2013-07-31 11:21:35下载
- 积分:1
-
SPIHT_Matlab
应用于图像压缩的SPIHT算法代码,此代码的步骤很清晰,我自己加了很多注释,特别好理解。(SPIHT code which is used in image compression,with many notes of my own so really easy to understand.)
- 2014-05-15 17:11:39下载
- 积分:1
-
stations
实现上海地铁一天可视化链接,你可以通过processing的程序看到一天的变化,都在里面了(you can see the change of shanghai railway all day long)
- 2018-04-20 09:32:00下载
- 积分:1
-
kmeans_svm_image_segmentation
说明: svm 图像分割 用kmeans得到两类分割的图,在显示的图像中用鼠标取点得到2*num个坐标位置的二维向量,前num个为正样本,后num各为负样本(image segmentation)
- 2010-04-25 22:32:01下载
- 积分:1
-
P_Frame
本程序可以实现MPEG-2I帧基本层编码和解码。图像大小为352*288.(This program implements the MPEG-2 I base layer frame encoding and decoding. Image size is 352* 288.)
- 2014-04-29 16:33:16下载
- 积分:1
-
28coderesources
说明: 图像处理所涉及的256转灰度,二值化等等,每个部分都是独立可执行的工程文件,很方面的代码复用(256 involved in image processing turn gray, binary, etc., are independent of each part of the project executable file, it' s code reuse)
- 2010-04-14 12:37:20下载
- 积分:1
-
video_avg33_filter
说明: 图片采用3x3均值滤波,用Verilog语言描述,输入输出分别使用外同步(Pictures are filtered with 3x3 mean and described in Verilog language. Input and output are synchronized with each other.)
- 2019-06-03 13:54:54下载
- 积分:1
-
加权平均图像融合算法
小波融合的加权平均算法,适用于初学者,很好的引入(Weighted average algorithm for wavelet fusion)
- 2021-04-17 21:38:53下载
- 积分:1
-
BilateralFiltering
Matlab程序,用于图像去噪声处理,特色是能够在去噪时保护图像边缘,是非线性滤波处理(Matlab program for the image to deal with noise, features that can protect the edge denoising is nonlinear filtering deal)
- 2008-03-02 10:41:59下载
- 积分:1