-
新建一个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
-
have a role in particle physics, a wholly prepared CB
一个具有物理作用的粒子系统,全程有CB编写-have a role in particle physics, a wholly prepared CB
- 2022-01-25 20:45:29下载
- 积分:1
-
这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。...
这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。-this one OpenCV code. Through library function call, on the brink of achieving Photo contour detection and identification. For entry OpenCV of great reference value.
- 2022-08-11 08:26:20下载
- 积分:1
-
我自己写的一个程序,决没有重复啊!主要是一些基本的图像处理的算法,希望同大家交流。...
我自己写的一个程序,决没有重复啊!主要是一些基本的图像处理的算法,希望同大家交流。-I write a procedure, and must not repeat ah! Mainly some basic image processing algorithm, we hope that with the exchange.
- 2022-10-30 19:15:02下载
- 积分:1
-
Face Detection many ways, the PCA is a more effective. The code is based on the...
人脸检测的方法很多,pca是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的位置,数目,大小-Face Detection many ways, the PCA is a more effective. The code is based on the PCA method Face Detection can detect human faces in the number, size
- 2023-01-25 00:55:03下载
- 积分:1
-
基于pca的人脸识别系统的MATLAB程序,包括特征提取和识别。
基于pca的人脸识别系统的MATLAB程序,包括特征提取和识别。-Pca-based face recognition system, MATLAB procedures, including feature extraction and recognition.
- 2022-06-18 05:29:09下载
- 积分:1
-
vc 傅立叶变换
应用背景图像正交变换 , 傅立叶变换优化,在对图像进行傅里叶变换变换是复杂度为O(n^2),当n很大时 此算法可以优化关键技术采用FFT和IFFT进行傅立叶变换 ,大大缩减运行时间 节约系统资源 傅立叶定理 卷积定理
- 2022-08-06 22:14:23下载
- 积分:1
-
国外的一个关于STEREO方面的源码,C++语言编写,使用研究立体视觉和三维重建的工作者。...
国外的一个关于STEREO方面的源码,C++语言编写,使用研究立体视觉和三维重建的工作者。-abroad for a STEREO of source code, written in C, use 3D visual and three-dimensional reconstruction workers.
- 2022-11-05 05:05:02下载
- 积分:1
-
本次实验完成的小球游戏机,由6 个模块组成,分别是top 模块、vgasig模块、ball模块、mount模块(障碍物)、board模块(可动板)、contro...
本次实验完成的小球游戏机,由6 个模块组成,分别是top 模块、vgasig模块、ball模块、mount模块(障碍物)、board模块(可动板)、control模块。1. top 模块 -The experiments completed in the ball game, from six modules, namely, top module, vgasig module, ball module, mount module (obstructions), board module (movable panels), control module. 1. Top module
- 2022-02-25 01:58:21下载
- 积分:1
-
刚刚的没有带实验数据,现在带有实验数据。希望你再看一下这个块实验...
刚刚的没有带实验数据,现在带有实验数据。希望你再看一下这个块实验-Just not with the experimental data, and now with the experimental data. I hope you take a look at this block experiment
- 2022-08-15 03:27:49下载
- 积分:1