登录
首页 » 图形图像 » a face image detection system code, the use of C language

a face image detection system code, the use of C language

于 2022-03-18 发布 文件大小:84.95 kB
0 157
下载积分: 2 下载次数: 1

代码说明:

一个人脸图像的检测系统代码,使用C++语言编写-a face image detection system code, the use of C language

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

发表评论

0 个回复

  • 实现绘图功能,包括线 型,线宽,以及线的颜色,同时绘制点,直线,矩形,椭圆,圆,多边形等各个图形。
    2023-07-07 20:00:11下载
    积分:1
  • BarCode条码生成程序-VS2013-Unicode-MFC-完整工程包
    BarCode条形码生成程序-VS2013-Unicode-MFC-完整工程包,windows8.1+VS2013编译通过支持Code39,Code93,Code128A,Code128B,Code128C,CodeI2of5,CodeEan13
    2023-02-21 12:50:04下载
    积分:1
  • Realize a kind of image translation operation, input image, x translation and y...
    实现了一种图像的平移操作,输入为图像,x平移量和y平移量。-Realize a kind of image translation operation, input image, x translation and y translation volume.
    2022-01-27 18:10:58下载
    积分:1
  • STL文件浏览器.读入STL文件可进行3D变换.
    STL文件浏览器.读入STL图形文件可进行3D变换.-STL file browser. Reading into the STL graphics files can be 3D transformation.
    2022-03-19 02:05:42下载
    积分:1
  • 这是个绘制三次贝塞尔曲线的小程序,源码附上,供大家参考
    这是个绘制三次贝塞尔曲线的小程序,源码附上,供大家参考-This is a Bezier curve drawing three small procedures, the source code attached for your reference
    2023-01-02 20:35:08下载
    积分:1
  • 光线跟踪
       首先确定眼睛的位置和视线方向。然后确定从眼睛出发通过每个象素中心的光线方程。通过该光线求光线与场景中物体的最近交点。   若有交点,首先产生阴影测试光线,它是连接交点与光源的光线,然后计算该交点与光源间是否有阻挡物,如果没有则计算该点的Phong模型分量,若有阻挡物则不计算。若交点处的场景为反射表面,则产生反射光线,将此光线继续与场景求交。若交点处的场景具有透明性,则产生透射光线,将此光线继续与场景求交。   若无交点,则返回默认值。   最后将颜色填入相应象素中。   递归结束条件:   1.递归深度:预先设定一个递归深度值   2.光亮度值:如果反射或折射光线的光亮度贡献太小,可以忽略不计,则停止递归   本系统选择VS2008平台开发,采用MFC单文档结构作为系统的整体架构。其中,Object类为场景中物体的基类,从中派生出两个子类:Plane类和Sphere类,分别表示平面类和球面类。   Colour结构表示颜色,包含r,g,b三个颜色分量。   Material结构表示场景中物体的材质属性,包含,,三个分量,分别表示物体的漫反射系数、镜面反射系数和折射系数。   Vect结构表示场景中的点坐标。   Ray类表示光线或光源,当它表示光线时,它包含原点origin和单位方向向量dir;当它表示光源时,它还包含了光源颜色colour。   Hit类表示交点类,它包含交点处的法向量normal,交点所处的物体表面surface,交点系数t。   Scene类表示场景类,它包含物体指针数组objects,光源指针数组lights,场景物体个数nObjectCount,场景光源个数nLightCount。   CSceneLightDlg类为场景光源配置对话框,它里面显示了当前场景中的所有光源,用户可以在对话框中继续添加光源。   CSceneObjectDlg类为场景物体配置对话框,它里面显示了当前场景中的所有物体,用户可以在该对话框中继续添加物体。   CScenePictureDlg类为照片配置对话框,它里面显示当前人眼的位置、照片的大小、位置和分辨率。用户可以对该设置进行修改。   CRayTraceView类为框架的视图类,负责图片的显示。我在其中包含了一个Scene对象,光线跟踪的具体实
    2022-03-19 03:38:04下载
    积分:1
  • Log滤波器完整源码,编得不错
    Log滤波器完整源码,编得不错-Log source filter integrity, of being good
    2022-07-06 13:37:18下载
    积分:1
  • 制作流程的完整源码,可以制作各种流程,愿意与大家一起分享。...
    制作流程图的完整源码,可以制作各种流程图,愿意与大家一起分享。-Production flow chart for the complete source code, you can create a variety of flow charts, willing to share with everyone.
    2023-04-07 02:00:03下载
    积分:1
  • 使用双缓冲技术,实现降低的抖动,很有用的哟!
    使用双缓冲技术,实现降低图像的抖动,很有用的哟!-The use of double buffering technology, realize to reduce image jitter, yo useful!
    2022-03-22 17:42:34下载
    积分:1
  • 本文讨论了一个随机的
    This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then the system reliability can be calculated in terms of such points. One computer example is shown to illustrate the solution procedure.-This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum#ow of the network is not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then the system reliability can be calculated in terms of such points. One computer example is shown to illustrate the solution procedure.
    2022-09-22 09:45:03下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载