-
网络上流传的图像细化算法只有一种,效果也不是很好,这是本人辛苦搜罗来的另外四种图像细化算法,供大家尝试研究...
网络上流传的图像细化算法只有一种,效果也不是很好,这是本人辛苦搜罗来的另外四种图像细化算法,供大家尝试研究-The network popular image thinning algorithm only one, the effect is not very good, this is my hard work to collect the other four types of image thinning algorithm for the U.S. tries to study the
- 2023-07-22 15:25: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++环境下,实现画圆,方便实用,简洁快速
在C++环境下,实现画圆,方便实用,简洁快速-In the C++ environment, fulfilling the Circle, convenient and practical, simple and fast
- 2022-02-04 16:24:01下载
- 积分:1
-
VTK5.8.0 CMake编译包
编译好的VTK文件夹 需要注意的是,不要忘记系统环境变量的配置。 还有就是qvtkwidgetplugin.lib和qvtkwidgetplugin .dll (在压缩包的VTKlibvtk-5.8)要考到XX:Qt4.8.5pluginsdesigner
- 2022-08-09 17:30:01下载
- 积分:1
-
a fractal image amplification procedures.
一个分形图象的放大程序。-a fractal image amplification procedures.
- 2023-08-11 02:45:03下载
- 积分:1
-
A function of better CAD drawing program, for trade
一个功能较为完善的CAD绘图程序,对于从事相关开发人员有一定帮助-A function of better CAD drawing program, for trade-related assist developers must have
- 2022-03-18 09:22:18下载
- 积分:1
-
系统辨识的输入信号为一个周期的M序列,从 中分离出并显示a1 、a2、 b1、 b2,画出输出观测值z的经线图形,并显示坐标网格...
系统辨识的输入信号为一个周期的M序列,从 中分离出并显示a1 、a2、 b1、 b2,画出输出观测值z的经线图形,并显示坐标网格-system identification of the input signal for a period of the M sequence, isolated from the show and a1, a2, b1, b2, paint output observation z warp graphics, and display Grid
- 2022-03-26 19:26:05下载
- 积分:1
-
java3D实现不同灯光的照射效果,场景中同时有阴影出现
java3D实现不同灯光的照射效果,场景中同时有阴影出现-java3D to achieve the different effects of light exposure, the scene at the same time to cast a shadow appears
- 2022-03-12 20:40:20下载
- 积分:1
-
基于图像对的三维重建
基于图像对的三维重建,利用sift和区域增长算法的稠密匹配以达到三维重建的目的
- 2022-12-31 11:40:03下载
- 积分:1
-
对256色图像进行维纳滤波处理,适用于bmp图像,程序解压后,就可以引入vc环境调试运行...
对256色图像进行维纳滤波处理,适用于bmp图像,程序解压后,就可以引入vc环境调试运行-256 color images of the Wiener filter treatment for bmp images, decompression procedures, you can run the debug environment to introduce vc
- 2022-06-28 14:12:51下载
- 积分:1