-
计算机图形学,利用中点算法,DDA算法,Bresenham算法…
计算机图形学,利用中点算法、DDA算法、Bresenham算法完成直线的生成。-Computer graphics, using the midpoint algorithm, DDA algorithm, Bresenham algorithm to complete the generation of a straight line.
- 2022-01-21 03:53:35下载
- 积分:1
-
Multi Kinect v2 Sensor Activity Recognition for Elderly Care
在每个房间安装一个Kinect, 检测老年人一天的活动,让老年人能有更有信心单独生活
- 2022-06-17 09:33:11下载
- 积分:1
-
vtk的小例子,希望对大家有用!
vtk的小例子,希望对大家有用!-vtk small examples, we hope to useful!
- 2022-08-11 08:05:56下载
- 积分:1
-
读GML的Java的源代码
读GML的Java的源代码 -reading GML Java source code
- 2022-03-21 07:21:48下载
- 积分:1
-
基于USB摄像头的图像处理 1
该软件利用笔记本电脑自带USB摄像头,实现图像的底片模式输出,很适合刚入门做视频图像的同学学习。
- 2022-03-17 22:31:24下载
- 积分: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
-
3次样条插值的c++实现 主要针对图形应用而写,对函数已经给出详细的注释,只需要按照插值过程调用函数即可
3次样条插值的c++实现 主要针对图形应用而写,对函数已经给出详细的注释,只需要按照插值过程调用函数即可-3rd spline interpolation c achieve targeted at graphics applications written to function has been given detailed notes, only the need to process called interpolation function can be
- 2022-03-21 12:09:51下载
- 积分:1
-
本程序是用自适应遗传算法进行图像增强,其思想来自《计算机学报》发表的论文。...
本程序是用自适应遗传算法进行图像增强,其思想来自《计算机学报》发表的论文。-This program is self-adaptive genetic algorithm image enhancement, their thoughts from the " Journal of Computers," published papers.
- 2022-01-28 01:11:24下载
- 积分:1
-
digital image processing templates, as well as detailed source address, with TC...
数字图像处理的教案,以及详细的处理源程序,用TC设计,可作为数字图像处理的参考资料。-digital image processing templates, as well as detailed source address, with TC design, digital image processing reference.
- 2022-11-19 06:05:05下载
- 积分:1
-
目的
purpose
applies median filter to gray-scale PGM image
compile
gcc -g -o median_pgm median_pgm.c -lpgm -lpbm -lm -purpose median filter applies to gray- Chongqing le PGM image compile gcc-g-o median median_pgm _pgm.c- lpgm- lpbm- lm
- 2022-02-11 14:33:42下载
- 积分:1