登录
首页 » 算法 » Face Detect Using OPENCV

Face Detect Using OPENCV

于 2022-07-02 发布 文件大小:13.64 MB
0 103
下载积分: 2 下载次数: 1

代码说明:

应用背景基于OPENCV的人脸检测算法,能够实现基本的人脸检测,对于初学者是较好的实例,可根据具体的平台进行修改关键技术目标检测已经应用到很多领域,目前人脸检测是较为热门和成熟的话题,本代码希望通过简单实例,介绍基本的入门代码。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 蒙特卡罗 很适合学习 数学建模 和 数学应用的人
    蒙特卡罗法 很适合学习 数学建模 和 数学应用的人-Monte Carlo method is very suitable for application of mathematics and mathematical modeling of the person
    2022-06-14 11:13:24下载
    积分:1
  • 武汉大学数字图像处理代码
    武汉大学遥感信息工程学院数字图像处理的源代码,实现了raw到bmp的转换,实现了cany等边缘提取算子,可以进行伪彩色增强,进行傅里叶变换,进行变化检测,进行ISODATA,K均值聚类等等。。。
    2023-07-15 00:55:03下载
    积分:1
  • aes的原代码,在VB的环境下运行
    aes.rar - aes的原代码,在VB的环境下运行.-Orangk"aes the original code in VB environment operation
    2023-07-18 23:05:04下载
    积分:1
  • / = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
    //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理 // double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多 // 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据 // 点误差绝对值的最大值 //注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)... -//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
    2023-07-25 11:15:03下载
    积分:1
  • rgb转yuv420sp
    一个考题,参照网上一些算法,实现了3种算法,并做比较。 然后再看看还有没有更大的优化空间,比如汇编,最好用NEON。
    2022-05-07 18:18:06下载
    积分:1
  • 一款埃及学生用Matlab编的的基于PSO的PID整定程序
    一款埃及学生用Matlab编的的基于PSO的PID整定程序,使用方法详见程序注释。-Tunning of PID controllerusing Bacterial Foraging Orientec by Particle swarm optimization My work hasbeen accpepted in GECCO 2008 as Graduat Student workshop. I have used thistechique in PID tunning and i got better result thatn BG and PSO Author: WaelMansour (wael192@yahoo.com) MSc Student, Electrical Enginering Dept, Faculty ofEngineering Cairo University, Egypt
    2022-01-22 02:28:21下载
    积分:1
  • 1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
    一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。 -1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). public override double forecast (double x) prediction function, according to the results of model prediction public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the dat
    2022-01-26 07:28:21下载
    积分:1
  • tj大学研究生课程中有关最优控制的课件和例子
    tj大学研究生课程中有关最优控制的课件和例子- optimal control
    2022-06-30 11:26:22下载
    积分:1
  • 少子寿命测试
    应用背景少子寿命的计算VI,花了两天时间帮公司做的一个东西,labview是一个用于工业测试比较好的一个工具,而且上手快,我学了两个月做的东西帮公司省了一大笔费用,真的是未来发展的方向。关键技术少子寿命是公司比较关注的东西,这次能够完成这个寿命计算也是大家的鼓励和支持,没有大家的帮助我也不可能写的出这样的程序,写labview程序一定要先规划一个思路,然后慢慢去扩展,一定会写的很好。
    2023-03-13 16:35:04下载
    积分:1
  • Huffman source code. you can do text encoding.
    Huffman source code. you can do text encoding.
    2022-02-19 22:29:27下载
    积分:1
  • 696518资源总数
  • 105179会员总数
  • 5今日下载