-
VC based on the conditions of the three endpoint interpolation B
基于VC的三种端点条件的插值B样条曲线绘制,包括夹持端点,自由端点,抛物线端点,线性方程组的解法采用了追赶法。-VC based on the conditions of the three endpoint interpolation B-spline curve drawing, including the gripping end, the Liberal endpoint, the endpoint parabola, the solution of linear equations using the law to catch up.
- 2023-08-26 11:30:03下载
- 积分:1
-
一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘图和一个简单的算法。绘制了时钟的线条。...
一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘图和一个简单的算法。绘制了时钟的线条。-a clock Demo
- 2023-06-16 22:20:04下载
- 积分:1
-
C与C++图像处理编程源代码.BMP解析原代码,已经经过测试验证.能够显示1024*1024 2^24种颜色...
C与C++图像处理编程源代码.BMP解析原代码,已经经过测试验证.能够显示1024*1024 2^24种颜色-C and C image processing program source code. BMP analytic original code, already after testing. to demonstrate 1024* 1024 2 ^ 24 colors
- 2022-06-19 10:00:26下载
- 积分:1
-
from using language out to document procedures with the input data. Drawing II B
从用c语言编出程序要用文件输入数据。 绘制二次B样条曲线的表达式: P(0,2)(t)=P0*G(0,2)(t)+P1*G(1,2)(t)+P2*G(2,2)(t) 0
- 2022-04-27 09:34:22下载
- 积分:1
-
一个简易的图章生成测试程序,很好用,继续开发能嵌入图片就更好了。...
一个简易的图章生成测试程序,很好用,继续开发能嵌入图片就更好了。-A programme for simple digital signature.
- 2023-03-22 17:05:04下载
- 积分:1
-
经典的KSVD算法(含OMP),含一维信号字典训练及二维图像去噪实例
经典的字典更新KSVD算法,含一维信号字典训练及二维图像去噪实例。利用OMP算法进行稀疏编码,之后逐列进行字典更新,含速度计算及PSNR计算,含训练字典的最终展示。需要首先配置OMP程序,有清晰的readme文件指导程序编译,亲测很好用。
- 2022-03-29 17:27:22下载
- 积分:1
-
JPEG的压缩程序
JPEG的压缩程序-JPEG compression process
- 2022-04-22 14:34:22下载
- 积分:1
-
Polygon clipping is one of those humble tasks computers do all the time. It s a...
Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
- 2022-09-16 13:35:03下载
- 积分:1
-
C# 指纹识别器
设备获取到指纹图像或者通过AddImageFile和AddBitmap加入指纹图像时调用axZKFPEngX1_OnImageReceived事件,取得指纹初始特征,设备取到指纹图像后触发,axZKFPEngX1_OnFeatureInfo事件,本实例需要指纹仪自带的Biokey.ocx组件,运行前,需将该组件进行注册,具体步骤如下:
(1)选择开始菜单中的运行。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-09 13:45:04下载
- 积分:1
-
图像立体匹配C++代码
图像立体匹配代码,包括图像读写,内存分配,匹配代价计算,匹配代价聚合,视差求取最后得到立体匹配的视差灰度图。
- 2022-05-08 20:09:03下载
- 积分:1