-
vb图形处理,流程图处理,执行流程图,测试流程图
vb图形处理,流程图处理,执行流程图,测试流程图-flowchart vb
- 2022-03-10 05:46:37下载
- 积分:1
-
贪吃蛇游戏
资源描述应用背景嗨,我是一个学生在信息。我必须找到一个程序来进行修正和改进。我选择了一个蛇游戏。规则:•吃紫色的广场,以获得痛苦,直到你吃自己。你吃的东西越多,蛇越长,它就不吃它自己。控制:•箭头键缺陷修正/改进:游戏不冻结几秒时,蛇死了。听起来已经完全重新设计。看(对齐、字体、反走样…)原文: ;http://www.codeproject.com/articles/151917/a-simple-snake-game-engerek
- 2022-06-18 20:57:57下载
- 积分:1
-
这是一个利用椭圆函数ellipse( )修改上例的画“小眼睛“的程序。
这是一个利用椭圆函数ellipse( )修改上例的画“小眼睛“的程序。- This is () revises on the example picture using elliptic
function ellipse "the small eye" the procedure.
- 2022-02-25 14:05:23下载
- 积分:1
-
/* Program name: drawing .. c function: to display the image rendering capabilit...
/* 程序名:drawing..c
功能:展示OpenCV的图像绘制功能-/* Program name: drawing .. c function: to display the image rendering capabilities OpenCV
- 2022-08-05 09:26:01下载
- 积分:1
-
intel performance library of ipp sample code, in multi
intel的ipp性能库的示例代码,在多核平台下可以充分利用多核的性能实现人脸识别-intel performance library of ipp sample code, in multi-core platform can take full advantage of multi-core performance to achieve face recognition
- 2022-07-04 08:48:23下载
- 积分:1
-
提出了一种新的皮肤分割和人脸特征提取方法…
提出一种新的非线性变换的彩色空间 ″″, 利用次高斯概率分布函数拟合皮肤色度信息, 得到候选区
YC C
r b
域。为了排除候选区域中的非人脸, 首先根据均值和方差信息分割出候选区域中的纹理特征信息, 再通过多尺度
)
(
信息定位眼睛, 然后根据人脸特征的几
形态边缘检测算子检测候选区域的边缘, 利用 边缘方向
PCA PCAED
( )
何形状信息定位其他特征 鼻、嘴 , 通过这些几何特征信息对肤色分割得到的候选区域进行验证, 最终得到正确
的人脸区域。利用3 个实验数据集测试该算法, 并与其它相应的算法相比较, 提出的非线性彩色空间对于肤色分
割具有很好的效果, 且对光照和姿态具有良好的不变性。另外, 利用 信息和几何特征信息检测人脸特征
PCAED
具有很高的定位精度, 定位检测率优于其他方法。实验结果表明, 该算法具有定位准确率高, 漏检率和误检率低
等特点。-
A novel approach for skin segmentation and facial feature extraction is proposed
The proposed skin segmentation is a method for integrating the chrominance components of
″″ . ″″
r b r b
nonlinear YC C color model The chrominance components of nonlinear YC C color space
,
are modeled using a subgaussian probability density function and then the face skin is seg
. ,
mented based on this function In order to authenticate the face candidate regions firstly tex
ture information in face candidate regions is segmented using mean and variance of luminance
,
- 2023-07-24 06:40:03下载
- 积分:1
-
VB6 OpenGL过剩使用演示
VB6 opengl 中 glut 函数使用演示-VB6 opengl glut use demo
- 2023-01-25 01:55:04下载
- 积分:1
-
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形...
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access t
- 2022-03-05 21:42:30下载
- 积分:1
-
《神经网络模式识别及其实现》书中的源代码,从第三章到第九章。...
《神经网络模式识别及其实现》书中的源代码,从第三章到第九章。
- 2022-03-23 13:43:01下载
- 积分:1
-
You can not have program for reading CAD,but you can open all kinds of files mad...
你不可能有的CAD读写程序,主要用于打开CAD产生的各种文件,如:dwg,dwf等,可以提取图章信息-You can not have program for reading CAD,but you can open all kinds of files made by CAD, such as dwg,dwf etc. you get the information of picture
- 2022-01-21 03:57:09下载
- 积分:1