-
字符叠加芯片UPD6464的说明书及C语言驱动程序包.
字符叠加芯片UPD6464的说明书及C语言驱动程序包.-Characters superimposed UPD6464 chip specification and C language driver package.
- 2023-09-03 11:55:03下载
- 积分:1
-
在对话框画图标核心程序
在对话框画图标核心程序-icon painting in the dialog box procedure core
- 2023-06-19 12:20:03下载
- 积分:1
-
一个简单的绘图程序,有背景图片,适合初学者学习 绘制图形,包括设置颜色,线条粗细,...
一个简单的绘图程序,有背景图片,适合初学者学习 绘制图形,包括设置颜色,线条粗细,-A simple drawing program, there are background images, suitable for beginners to learn drawing graphics, including the erection of color, line thickness,
- 2022-04-11 19:29:03下载
- 积分:1
-
将BMP转化为AVI的程序!看看吧
将BMP转化为AVI的程序!看看吧 -will BMP into AVI procedures! Ha ha look at it
- 2022-06-28 19:28:58下载
- 积分:1
-
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
- 2022-03-05 01:13:25下载
- 积分:1
-
C语言的OPENVG的1.1参考实现,速度慢,可作OPENVG算法实现的参考。...
C语言的OPENVG的1.1参考实现,速度慢,可作OPENVG算法实现的参考。-C language reference implementation OPENVG 1.1, slow OPENVG algorithm can be used for reference.
- 2022-02-15 04:50:10下载
- 积分:1
-
zbuffer算法常用于3维图形的消隐,以及布尔运算,vc编的。
zbuffer算法常用于3维图形的消隐,以及布尔运算,vc编的。-zbuffer algorithm commonly used in the blanking of the 3-dimensional graphics, as well as Boolean, vc series.
- 2023-02-13 03:10:04下载
- 积分:1
-
一个用来计算InGaAs/InP单量子阱自发辐射谱的程序
一个用来计算InGaAs/InP单量子阱自发辐射谱的程序-Used to calculate an InGaAs/InP single quantum well spontaneous emission spectrum of the procedures
- 2023-03-23 01:15:03下载
- 积分:1
-
3d底层编程,不是用opngl,包括光线跟踪,纹理映射等,用vc编写...
3d底层编程,不是用opngl,包括光线跟踪,纹理映射等,用vc编写-bottom 3d programming is not to opngl, including ray tracing, texture mapping, prepared using vc
- 2022-07-26 16:56:06下载
- 积分:1
-
savitzky-golay滤波
利用savitzky-golay实现数据平滑滤波处理,原理是取滤波点处左右各N点,共N+1点进行拟合,之后利用最小二乘法确定相关系数,从而得到滤波点处最后的数值。可推广至二维应用
- 2023-08-07 18:45:05下载
- 积分:1