登录
首页 » c++ » 人脸检测

人脸检测

于 2022-09-30 发布 文件大小:1.04 kB
0 34
下载积分: 2 下载次数: 1

代码说明:

先按顺序运行子程序一次,即从按钮1到12。

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

发表评论

0 个回复

  • 遥控循迹避障小车
    基于51单片机的遥控循迹蔽障小车,采用红外传感器完成循迹功能,SR04超声波传感器完成距离检测,避障以及跟随的功能。并自带上位机软件,实时观测距离以及其他数据量。
    2023-03-28 23:40:03下载
    积分:1
  • NRF51822_Reader-2014-10-12
    nrf51822 2.4g模块+uart+radio收发(nrf51822 2.4g+ uart+ radio transceiver module)
    2014-10-27 09:45:07下载
    积分:1
  • CChartDll
    CChart,国产精品数据可视化控件,基于Win32API,功能强大。网上已有系列教程,使用异常简单。(CChart, made quality data visualization controls, based on Win32API, and powerful. Existing series of tutorials online, very simple to use.)
    2013-09-27 21:33:33下载
    积分:1
  • C#结合数据库生成饼形图表
    C#结合数据库生成饼形图表,这种图表是常见的数据统计图表,饼形图、柱状图等使用十分广泛,本程序演示了C#从数据库中读取出数据,然后交给饼形图生成模块,加载数据生成饼形图表。   //清空背景色   g.Clear(Color.White);   Pen pen1 = new Pen(Color.Red);   Brush brush1 = new SolidBrush(Color.PowderBlue);   Brush brush2 = new SolidBrush(Color.Blue);   Brush brush3 = new SolidBrush(Color.Wheat);   Brush brush4 = new SolidBrush(Color.Orange);   Font font1 = new Font("Courier New", 16, FontStyle.Bold);   Font font2 = new Font("Courier New", 8);   g.FillRectangle(brush1, 0, 0, width, height); //绘制背景图   g.DrawString("公司员工年龄比例饼形图", font1, brush2, new Point(80, 20)); //书写标题   int piex = 100, piey = 60, piew = 200, pieh = 200;   //20-25岁员工在圆中分配的角度   float angle1 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man20to25));   //26-30岁员工在圆中分配的角度   float angle2 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man26to30));   //31-40岁员工在圆中分配的角度   float angle3 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man31to40));   g.FillPie(brush2
    2022-04-12 00:35:45下载
    积分:1
  • 串口调试助手源代码
    串口调试源代码,这是我用得最多的串口调试工具,源代码用Visual c++6.0编写,代码有很好的学习参考价值,值得推荐~
    2023-05-08 10:40:03下载
    积分:1
  • Tsr
    DVB 能完整的解析出TS流文件中的PAT,PMT,NIT,CAT信息,并且能兼容188和204的TS流文件(DVB can be a complete parse out the TS stream file in the PAT, PMT, NIT, CAT information, and can be compatible with the 188 and 204 of the TS stream file)
    2020-11-21 15:09:35下载
    积分:1
  • C语言实现的DFT
    用C语言实现的离散傅里叶变换(DFT)的经典算法!比较实用!(C language classic of the discrete Fourier transform (DFT) algorithm! More practical!)
    2012-12-20 20:11:01下载
    积分:1
  • Ten_Of_Sort
    7大排序算法,冒泡法,快速排序算法,选择排序算法,直接插入排序算法,堆排序算法,希尔排序算法(7 large sorting algorithm bubble, rapid sorting algorithm, sorting algorithm, direct insertion sort algorithm, heap sort algorithm, Hill sorting algorithm)
    2015-09-08 15:23:02下载
    积分:1
  • C语言程序 FDC2214采集
    说明:  这是一个FDC2214电容传感器模块读取采集电容信号的程序模块,使用的C语言程序,板子是STM32F14系列(This is a program module of FDC2214 capacitance sensor module to read and collect capacitance signals. It uses C language program. The board is STM32F14 series.)
    2020-06-18 01:00:01下载
    积分:1
  • ad8370
    可以通过stm32控制ad8370的增益(Control the gain of AD8370 with stm32)
    2020-06-23 02:00:02下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载