-
second decile Bezier curve drawing algorithm
二次 Bezier 曲线等分作图算法-second decile Bezier curve drawing algorithm
- 2022-03-10 06:12:24下载
- 积分:1
-
播放cif文件的核心代码,C++Builder6下完成。
播放cif文件的核心代码,C++Builder6下完成。- Broadcasts the cif document the core code, under C Builder6
completes.
- 2022-06-15 19:59:45下载
- 积分:1
-
这是一个完整的指纹识别程序,用matlab语言实现了识别指纹、比较两个指纹图像相似度等功能,并设计了用户界面,使用户方便地进行图片的提取和分析,同时直观地显示出...
这是一个完整的指纹识别程序,用matlab语言实现了识别指纹、比较两个指纹图像相似度等功能,并设计了用户界面,使用户方便地进行图片的提取和分析,同时直观地显示出比较结果。-This is a complete fingerprint recognition procedures, matlab language used to identify fingerprints, similarity compare two fingerprint images and other functions, and design a user interface that enables users to easily extract and analyze images at the same time intuitive display comparison results.
- 2022-03-25 18:30:20下载
- 积分:1
-
这是一个BMP文件的测试顺序。可以显示BMP
这是一个bmp文件的测试程序。可以显示一个bmp文件。- This is a bmp document test order. May demonstrate a bmp
document.
- 2023-06-22 20:35:04下载
- 积分:1
-
用opengl实现模型的显示和操作
通过Opengl实现三维模型的显示,支持放大缩小,旋转灯操作!!
操作方式如下:
移动:按住鼠标左键进行移动。
放大:按键盘s
缩小:按键盘w
旋转:按键盘↑键或↓键(绕X轴选择)
按键盘←键或→键(绕Y轴选择)
按键盘a键或d键(绕Z轴选择)
- 2022-01-31 03:41:18下载
- 积分:1
-
my name is zhangheng!! zhe ge dongxi hen shuang jingbenren shiyan!!
qu yu tian chong zhe ge dongxi hen shuang jingbenren shiyan-my name is zhangheng!! zhe ge dongxi hen shuang jingbenren shiyan!!
- 2022-07-12 13:02:20下载
- 积分:1
-
this small program is a simple drawing program that uses graphics in the shape o...
这个小程序是一个简单的 绘图程序,所绘图形的形状为渔网状-this small program is a simple drawing program that uses graphics in the shape of the mesh fisheries
- 2022-12-23 14:35:06下载
- 积分:1
-
histequalization
目的是用于直方图均衡化,与普通直方图均衡化不同的是,它是把灰度平均展开到所有的灰度级而不是拉伸灰度的方法-histequalization
- 2022-03-24 14:09:00下载
- 积分:1
-
将两个位图融合为一个位图的源程序。
将两个位图融合为一个位图的源程序。-two bitmap integration of a bitmap of the source.
- 2022-04-08 16:44:50下载
- 积分:1
-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1