-
三维地形绘制--四叉树递归算法 .比较具有参考价值,值得借鉴...
三维地形绘制--四叉树递归算法 .比较具有参考价值,值得借鉴-Three-dimensional topographical map- quadtree recursive algorithm. Compared with the reference value, it is worth drawing
- 2023-08-15 12:20:04下载
- 积分:1
-
图像编辑,用不同颜色绘制图像,实现保存,编辑打开等功能...
图像编辑,用不同颜色绘制图像,实现保存,编辑打开等功能-Image editing, using different colors draw the image, to achieve preservation, editing and other functions to open
- 2022-01-26 01:30:25下载
- 积分:1
-
自适应Canny算子边缘检测技术,介绍高低阈值比例的选值,提出高低阈值比例对图像的影响。...
自适应Canny算子边缘检测技术,介绍高低阈值比例的选值,提出高低阈值比例对图像的影响。-Adaptive operator Canny edge detection technology, introduce the proportion of high and low threshold values of the election, the proportion of high and low thresholds for the impact of the image.
- 2022-10-28 01:45:03下载
- 积分:1
-
本程序代码是计算机图形学的必备基础
本程序代码是计算机图形学的必备基础-computer graphics is the essential foundation
- 2022-05-17 23:07:36下载
- 积分: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
-
Gobar transform
一个基于gobar变换算法进行指纹识别的程序实现-Gobar transform-based fingerprint recognition algorithm procedures realize
- 2023-08-09 19:40:04下载
- 积分:1
-
使用QT和Coin3D开发的入门材料!帮助大家快速入门
使用QT和Coin3D开发的入门材料!帮助大家快速入门-Developed using the QT and Coin3D entry materials! To help you quick start
- 2022-04-19 04:03:21下载
- 积分:1
-
对数极坐标变换
代码应用三个函数实现图像从直角坐标系到对数极坐标的转换,可以自己输入变换尺度,变换方法,变换图形等参数。
- 2022-01-28 04:39:30下载
- 积分:1
-
Median filter matlab program for simple image processing, image processing
中值滤波的matlab程序,用于图像的简单处理,图像处理基础-Median filter matlab program for simple image processing, image processing-based
- 2022-01-22 13:40:46下载
- 积分:1
-
详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点...
详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点-detailed document indicates that the procedures used to prepare Matlab, linked with vc++ compiler compiler which, procedures purposes : to identify more arbitrary deformation within the pixel point
- 2022-03-13 13:50:33下载
- 积分:1