-
新建一个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
-
经过前期的数字图像处理以及检索的技术研究之后,可以根据图像的数据格式、显示方式等特点决定采用哪种框架。...
经过前期的数字图像处理以及检索的技术研究之后,可以根据图像的数据格式、显示方式等特点决定采用哪种框架。-digital image processing and retrieval of technical studies, according to the image data formats, displays the characteristics determine what framework.
- 2023-06-20 14:40:04下载
- 积分:1
-
一款非常漂亮3Dmax工厂场景素材,想要的就来下载
一款非常漂亮3Dmax工厂场景素材,想要的就来下载-3D scenes material Factory
- 2022-01-26 07:43:45下载
- 积分:1
-
图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!...
图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!-image correlation coefficient is a measure of two images of the code directly through selected regional correlation coefficient calculated!
- 2022-10-12 01:50:03下载
- 积分:1
-
3ds爆裂
A 3DS Explode
- 2022-02-01 05:20:11下载
- 积分:1
-
这个绘制直线,折线,圆饼图的软件是我比较喜欢的一个,实在是值得学习!...
这个绘制直线,折线,圆饼图的软件是我比较喜欢的一个,实在是值得学习!
- 2023-07-12 00:05:03下载
- 积分:1
-
一个将bmp转化成jpg格式的源代码,转换时选择容量较小的bmp图片...
一个将bmp转化成jpg格式的源代码,转换时选择容量较小的bmp图片-one of bmp jpg format into the source code, change the choice of the smaller capacity bmp Photo
- 2022-07-24 20:25:28下载
- 积分:1
-
在Assece数据库中添加和显示图象,方便为人员添加头像照片等
在Assece数据库中添加和显示图象,方便为人员添加头像照片等-in addition Assece database and display images, add staff to facilitate a portrait photographs
- 2022-03-16 16:41:41下载
- 积分:1
-
一个非常Cool的图像编辑软件,支持在图像中画椭圆、矩形、锥体、圆柱、不规则曲线,支持输入文本,使用橡皮擦,图像区域填充。
一个非常Cool的图像编辑软件,支持在图像中画椭圆、矩形、锥体、圆柱、不规则曲线,支持输入文本,使用橡皮擦,图像区域填充。- Extremely Cool image editing software, supports in the picture
the picture ellipse, the rectangle, the cone, the column, the
irregular curve, supports the input text, uses the eraser, the picture
region packing.
- 2022-05-21 12:12:18下载
- 积分:1
-
去除彩色图像中的阴影,以便于图像分割,物体识别以及跟踪...
去除彩色图像中的阴影,以便于图像分割,物体识别以及跟踪-To remove the shadow of color images in order to facilitate the image segmentation, object recognition and tracking
- 2022-09-12 14:30:02下载
- 积分:1