-
基于静态图像的人脸识别系统,由武汉大学计算机学院开发,功能齐全,值得学习....
基于静态图像的人脸识别系统,由武汉大学计算机学院开发,功能齐全,值得学习.-Based on the static image of Face Recognition System, Computer Science from Wuhan University development, full-featured, it is worth learning.
- 2022-02-06 07:25:12下载
- 积分:1
-
三角网格的简化代码,速度很快
三角网格的简化代码,速度很快-triangular mesh simplification of the code, very fast
- 2022-11-14 18:20:03下载
- 积分: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
-
C++读写BMPJPG图像的方法,非常清晰的程序解释,清楚,可转移
C++读写BMPJPG图像的方法,非常清晰的程序解释,清楚,可转移
- 2023-01-11 06:55:03下载
- 积分:1
-
cohen
cohen-sutherland线裁减算法实现-cohen-sutherland line reduction algorithm
- 2023-06-26 21:45:04下载
- 积分:1
-
//程序说明: //该函数用来对图像进行直方图均衡。
//程序说明: //该函数用来对图像进行直方图均衡。-//procedures :// This function used to image histogram equalization.
- 2022-03-25 17:13:57下载
- 积分:1
-
天气云图显示要vtk库
天气云图显示要vtk库-this code supplies the main function of visualize the weather picture,and the libary files are devided from the vtk.
- 2023-08-07 21:30:03下载
- 积分:1
-
GDI的交互绘图操作实现算法
GDI的交互绘图操作实现算法-GDI interactive mapping algorithm operation
- 2022-06-11 20:18:01下载
- 积分:1
-
工程制图例子
工程制图例子-Example of engineer drawing
- 2022-11-26 21:20:03下载
- 积分:1
-
实现播放功能,用户通过VC可以实现简单的播放功能.
实现播放功能,用户通过VC可以实现简单的播放功能.-The realization of playback, the user can be achieved through the VC simple playback.
- 2022-02-13 13:30:04下载
- 积分:1