-
vc designed to achieve a "marginal fill" algorithm example
vc设计的一个实现“边缘填充”算法的例子-vc designed to achieve a "marginal fill" algorithm example
- 2022-09-27 14:05:02下载
- 积分:1
-
图像处理代码,包括二值化,灰度化,几何变化等
图像处理代码,包括二值化,灰度化,几何变化等-image processing code, including binary, gray, and geometric changes
- 2022-03-19 15:36:58下载
- 积分: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++编译的程序,可以实现用,以供大家学习交流之用图像处理算法-This is a C++ compiler to use the procedure, you can achieve using Canny edge extraction operator for the exchange of U.S. study purposes.
- 2022-04-11 08:58:12下载
- 积分:1
-
用C做的TC界面程序
用C做的TC界面程序-do with the C interface procedures TC
- 2023-09-06 05:55:03下载
- 积分:1
-
一个很好的查看文件二进制内容的软件,对于学习各种文件的存储格式和压缩方式很有帮助...
一个很好的查看文件二进制内容的软件,对于学习各种文件的存储格式和压缩方式很有帮助-a good look binary content of the document software, learning all kinds of file storage format and compression helpful
- 2022-04-09 20:11:48下载
- 积分:1
-
how to convert the data file to bmp
how to convert the data file to bmp
- 2022-10-09 17:50:02下载
- 积分:1
-
主要是一些图像处理的源码,包括高斯图像生成,目标的标记和提取,高斯曲面拟合和一个高通滤波器...
主要是一些图像处理的源码,包括高斯图像生成,目标的标记和提取,高斯曲面拟合和一个高通滤波器-Mainly deal with the source image, including Gaussian image generation, the goal marking and extraction, surface fitting, and a Gaussian high-pass filter
- 2022-02-02 07:51:35下载
- 积分:1
-
特技表演的技术基础,包括:扫描、移动、百叶窗、架,…
- 2022-02-14 22:42:28下载
- 积分:1
-
Gonzalez, the second version of the course exercises answer
冈萨雷斯第二版本的数字图像处理课程所有习题答案-Gonzalez, the second version of the course exercises answer
- 2022-12-13 13:55:03下载
- 积分:1