-
显示和输入报表的源程序
显示和输入报表的源程序-display and entry statements of the source
- 2023-01-25 20:15:03下载
- 积分:1
-
opengl 的C++源程序代码实例
可直接运行 没有错误
opengl 的C++源程序代码实例
可直接运行 没有错误-opengl the C++ source code examples can be run without error
- 2022-03-24 06:41:18下载
- 积分:1
-
Abstract
We present a component
Abstract
We present a component-based, trainable system for detecting
frontal and near-frontal views of faces in still gray
images. The system consists of a two-level hierarchy of Support
Vector Machine (SVM) classifiers. On the first level,
component classifiers independently detect components of
a face. On the second level, a single classifier checks if the
geometrical configuration of the detected components in the
image matches a geometrical model of a face. We propose
a method for automatically learning components by using
3-D head models. This approach has the advantage that
no manual interaction is required for choosing and extracting
components. Experiments show that the componentbased
system is significantly more robust against rotations
in depth than a comparable system trained on whole face
patterns.
- 2023-05-01 18:35:08下载
- 积分:1
-
基于Visual C++的MFC绘图程序
基于Visual C++的MFC画图程序-Based on Visual C++ Paint program in MFC
- 2022-03-24 16:17:32下载
- 积分:1
-
联机手写数字识别,可以运行的 (2005
联机手写数字识别,可以运行的 (2005-1-14,VC,69KB,下载1-online handwritten numeral recognition, can run (2005-1-14, VC, 69KB download a
- 2022-06-01 17:30:19下载
- 积分:1
-
利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别...
利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recognition
- 2022-03-10 08:06:38下载
- 积分: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
-
一个把系统颜色转换成实际颜色的c++代码
一个把系统颜色转换成实际颜色的c++代码-a color conversion into actual color code c
- 2022-04-01 20:03:14下载
- 积分:1
-
实数域内的图象扩散滤波程序,用MATLAB语言编写
实数域内的图象扩散滤波程序,用MATLAB语言编写-real image of the region proliferation filtering procedures, using MATLAB language
- 2022-05-14 13:29:06下载
- 积分:1
-
Which is related to image processing functions have full, including the contour...
里面是有关 图像处理的,功能比较全,包括轮廓检测 ,等等 含图像处理的常用算法-Which is related to image processing functions have full, including the contour detection, and so on with the common image processing algorithms
- 2022-01-26 00:35:34下载
- 积分:1