-
C Builder Open GL programming source library
用C++ Builder进行Open GL编程的源程序库-C Builder Open GL programming source library
- 2022-03-01 07:18:32下载
- 积分:1
-
人脸检测代码。算法都是基本的。程序也有较大局限性,不过作为参考还是有价值的。...
人脸检测代码。算法都是基本的。程序也有较大局限性,不过作为参考还是有价值的。-face detection code. Algorithms are basic. Procedures also have been quite limited, but as a reference or value.
- 2022-04-06 21:02:25下载
- 积分:1
-
计算图像直方图的统计特征,包括平均值、方差…
计算图像直方图的统计特征,包括均值,方差,熵,三阶矩等。-image histogram calculated the statistical characteristics, including mean, variance, entropy, such as third-order moments.
- 2022-03-23 02:53:35下载
- 积分:1
-
language used to write the source code for the graphics! !
用c语言写的各种图形学的源代码-language used to write the source code for the graphics! !
- 2022-10-21 20:45:03下载
- 积分:1
-
opengl场景管理程序源代码,来自www.physdev.com
opengl场景管理程序源代码,来自www.physdev.com-opengl scene management program source code, from www.physdev.com
- 2022-03-01 23:07:31下载
- 积分:1
-
csgl development of the examples. Includes nehe, red book
csgl开发的例子.里面包括nehe,red book-csgl development of the examples. Includes nehe, red book
- 2022-03-16 13:11:40下载
- 积分:1
-
Digital image processing practical code, including gray
数字图像处理实习代码 包括转换灰度和滤波处理-Digital image processing practical code, including gray-scale conversion and filtering deal
- 2022-04-29 09:19:34下载
- 积分:1
-
用VB编出的可以使窗体和图片透明
用VB编出的可以使窗体和图片透明-VB series can make out the forms and pictures transparent
- 2022-07-04 12:46:45下载
- 积分:1
-
画图板java实现功能很强大
java实现的画图板,很强大,功能比较强大,支持缩放,移动,旋转,保存文件,导入已画好的图形文件,支持橡皮插功能,支持画直线,圆,椭圆,矩形,任意多边形等各种图形,画面美观,操作简便,可以学到很多有用的东西,新手必备
- 2022-02-01 18:07:08下载
- 积分: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