-
旋转图像的源代码
旋转图像的源代码-rotating images of the source code
- 2022-03-19 15:59:52下载
- 积分:1
-
数字图像处理程序,用Visual C++开发,实现图像细化的功能
数字图像处理程序,用Visual C++开发,实现图像细化的功能-Digital image processing procedures, using Visual C++ Development, the realization of the functions of image thinning
- 2022-07-03 20:47:22下载
- 积分:1
-
JAVA图像处理
这是找的一个小程序略作修改用于测试学习,一个简单的界面,可载入图片,修改图片,二值化处理
- 2022-06-15 19:49:32下载
- 积分:1
-
该RAR包含了指纹识别的相关资料,以及发展趋势,和参考方案...
该RAR包含了指纹识别的相关资料,以及发展趋势,和参考方案-The RAR contains the fingerprint of the relevant information, as well as the development trends, and reference programs
- 2022-04-18 11:46:42下载
- 积分:1
-
《Vis u a l C+ + 面向对象与可视化程序设计》――清华大学计算机基础教育课程系列教材...
《Vis u a l C+ + 面向对象与可视化程序设计》――清华大学计算机基础教育课程系列教材- Vis ual C++ Object-oriented programming and visualization - Tsinghua University Computer Basic Education Curriculum textbook series
- 2022-03-24 01:55:22下载
- 积分: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
-
interface procedures done well
界面程序,做得不错-interface procedures done well
- 2022-02-04 21:00:11下载
- 积分:1
-
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。...
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。-screen capture is actually Capturing the Screen procedures and the principles of access to the desktop handle, the creation of canvas, for the final bitmap storage.
- 2022-12-10 10:55:02下载
- 积分:1
-
MFC in the use of VTK for image rendering, the novice is a good research referen...
MFC中运用VTK进行图像的渲染,对新手来说是个不错的研究参考资料-MFC in the use of VTK for image rendering, the novice is a good research references
- 2022-01-28 05:12:35下载
- 积分:1
-
自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。...
自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
- 2022-01-22 06:41:24下载
- 积分:1