搜索资源列表
FaceDetection_Based_on_a_New_Nonlinear_Color_Space
- 提出一种新的非线性变换的彩色空间 ″″, 利用次高斯概率分布函数拟合皮肤色度信息, 得到候选区 YC C r b 域。为了排除候选区域中的非人脸, 首先根据均值和方差信息分割出候选区域中的纹理特征信息, 再通过多尺度 ) ( 信息定位眼睛, 然后根据人脸特征的几 形态边缘检测算子检测候选区域的边缘, 利用 边缘方向 PCA PCAED ( ) 何形状信息定位其他特征 鼻、嘴 , 通过这些几何特征信息对肤色分割得到的候选区域进行验证, 最终得到正确 的人
tmOutLine
- 五种边缘检测算子的实现,函数具有很好的通用性,凡是能够得到只想图像像素区指针的情况都可以使用。 配合我上传的那个opentrim使用更好,这是一个bmp全色深操作类,里边还集成了一些其他的机器视觉算法。 对图像进行高斯——拉普拉斯算子的边缘检测 对图像进行拉普拉斯算子的边缘检测 对图像进行罗伯特交叉算子的边缘检测 对图像进行蒲瑞维特算子的边缘检测 对图像进行索贝尔算子的边缘检测-5 kinds of edge detection operator to achieve
Identification-for-OFDM
- 一种新的OFDM信号盲识别算法,利用多载波OFDM信号在时域上的近高斯性,提取信号特征参数Q作为分类特征-A new algorithm for the identification of Orthogonal Frequency Division Multiplexing(OFDM)signal is proposed.The feature parameter a is used to discriminate OFDM signal because of their asymptot
Prehandle
- 图像的预处理算法,包括光线补偿,高斯平滑,均衡直方图,灰度化,可以查看每一步的处理结果-Image preprocessing algorithm, including the light compensation, Gaussian smoothing, balanced histogram, grayscale, you can see every step of the process the results
Face-RecognitionMATLAB-CODE
- 在YCbCr色彩空间中建立肤色分布的高斯模型,得到肤色概率似然图像,在最佳动态阈值选取算法下完成肤色区域的分割。-YCbCr color space to establish the color distribution of the Gaussian model, color probability likelihood image, skin color region segmentation is completed in the best dynamic threshold select
MixGauss-CPP
- 高斯混合背景建模的C++表示,现在用opencv的比较多,用c++写更能体现算法思想-Gaussian mixture background modeling C++ representation
envirmnment_algorithm
- 非常不错的非线性非高斯环境下的粒子滤波程序进化算法(Very good nonlinear non-gaussian environment evolution algorithm of particle filter program)
face-Bayes-GaussianNB
- 用贝叶斯中的高斯类库实现人脸识别,结合PCA算法实现(Face recognition using the Gauss class library in Bayes, combined with PCA algorithm)