-
基于opencv的曲线拟合
图形的常用变换 镜像 轮廓 膨胀 腐蚀等处理
image.initialize();
image.erzhi();
image.mirrow();
image.change();
image.smooth();
image.canny();
image.outline();
image.minus();
image.dilate();
image.erode();
- 2022-03-01 20:26:47下载
- 积分:1
-
VC图形编程 易于学习的模型 包括许多基础的技巧
VC图形编程 易于学习的模型 包括许多基础的技巧-VC easy to learn graphical programming model includes many of the basic skills
- 2022-10-12 06:15:03下载
- 积分:1
-
Handwritten numeral recognition template matching of handwritten numeral recogni...
手写数字识别之模板匹配法
识别手写数字-Handwritten numeral recognition template matching of handwritten numeral recognition
- 2022-04-10 15:53:26下载
- 积分:1
-
很好的样条曲线绘制程序,学习绘图的可以用
很好的样条曲线绘制程序,学习绘图的可以用-good spline curves procedures, the study Mapping can be used
- 2022-04-16 22:07:31下载
- 积分:1
-
这是图形学中关于圆生成算法的源程序,是结合了老师的意见后编写的。...
这是图形学中关于圆生成算法的源程序,是结合了老师的意见后编写的。-This is the graphics on the circle of the source code generation algorithm is a combination of the views of teachers prepared.
- 2022-02-06 02:04:52下载
- 积分:1
-
This is a high
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2022-02-13 15:53:03下载
- 积分:1
-
这是一个图片在线展示及查看统计系统,功能很不错, 供大家学习参考...
这是一个图片在线展示及查看统计系统,功能很不错, 供大家学习参考-This is a display of photographs and viewing online statistical system, functions quite well, and for them to learn from reference
- 2022-06-13 04:57:45下载
- 积分:1
-
三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等...
三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等高线图形。给定zij=f(xi,yj)离散数据点,三维图形控件可以绘制出各种精美的图形。三维 图形控件包含的文件有:mesh45.ocx,olch3d32.dll,meshxyz.dll。-Three-dimensional graphics, including three-dimensional network of scientific line graphics linear three-dimensional graphics three-dimensional coordinates set filled mesh graphics fill color layers color layering Numerical Article to the top and bottom of the projector border settings background color settings graphical entities contour graphics. Given zij = f (xi, yj) of discrete data points, three-dimensional graphics can control a variety of beautifully drawn graphics. Three-dimensional graphical controls contained in the documents: mesh45.ocx, olch3d32.dll, meshxyz.dll.
- 2022-09-07 05:25:02下载
- 积分:1
-
道格拉斯
Douglas-Poiker抽稀算法(又称道格拉斯车抽稀),用于二维图形节点抽稀.-Douglas-Poiker pumped dilute algorithm (also known as Douglas cars pumping diluted), 2D graphics for pumping dilute nodes.
- 2022-01-26 02:03:38下载
- 积分:1
-
用于采集图像的C代码
mini2440(处理器s3c2440)Linux下的cmos摄像头图像采集程序
该程序实现了
1、摄像头的图像的采集,采集到的数据直接显示在LCD上。
2、拍照,即将显示的采集到的图像信息保存为16位的bmp图片。(按键1拍照并保存,拍摄的时候led1点亮1秒)
3、图片浏览。可以浏览已拍摄的照片。(在拍摄状态按下按键2,即可进入图片浏览功能, 只可以播放一遍,其他功能尚未加入)
目前存在的问题:
1、保存的图像尚存在问题:在电脑上显示的不清楚,在
ARM9上可以正常显示。
2、拍摄的图片大小受限制,只能拍摄240*320的16位图片。下一步的改进:能够拍摄常见大小 的照片,并且保存为.jpg格式。
最主要的问题是摄像采集的数据
无线电协会
- 2022-03-29 08:41:16下载
- 积分:1