-
该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率<1,>1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。...
该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。-draw line
- 2022-02-03 03:12:04下载
- 积分:1
-
maching cube的vc源代码,可以参考下做法,做算法用
maching cube的vc源代码,可以参考下做法,做算法用-maching cube of vc source code, can refer to the next practice, make algorithm
- 2022-03-18 08:12:01下载
- 积分:1
-
关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助...
关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助-images on the feature extraction algorithm source code, engaged in image processing and recognition would certainly help
- 2023-04-06 21:40:03下载
- 积分:1
-
非均匀有理b样条曲线nurbs的C++源码库。
非均匀有理b样条曲线nurbs的C++源码库。-non-uniform rational b-spline NURBS curves of the C++ source library.
- 2022-05-27 05:27:01下载
- 积分:1
-
fulfill the wavelet decomposition. Discrete Cosine Transform of Image Signal. FF...
fulfil the wavelet decomposition ,Discrete Cosine Transform of Image Signal,FFT transform of the input image-fulfill the wavelet decomposition. Discrete Cosine Transform of Image Signal. FFT transform of the input image
- 2022-03-14 23:24:33下载
- 积分:1
-
用于实现16个拒绝做的,高显示程序,想学习…
用turboC实现的16位dos下的高色彩显示程序,想学学底层图形模式的朋友可以来看看。主要是中断的使用。-used to achieve the 16 dos, the high color display program, would like to learn the underlying graphics mode can be a friend to look at. The main use is broken.
- 2022-01-25 22:32:16下载
- 积分:1
-
面向对象的实时信号计测系统开发.VC源码
面向对象的实时信号计测系统开发.VC源码-realtime signal instrumentation system based on oo. vc code.
- 2022-08-07 13:43:21下载
- 积分:1
-
计算机视觉。图像处理程序。Hough变换检测的结构。
计算机视觉.图像处理程序.Hough变换检测直线-Computer Vision. Image processing procedures. Hough transform detection of a straight line
- 2023-08-28 13:30:05下载
- 积分:1
-
程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区....
程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区.-procedures first reading of the document BITMAP point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
- 2023-05-05 22:55:02下载
- 积分:1
-
基于sift的复制粘贴篡改检测
基于sift的图像复制粘贴篡改检测方法,首先提取出sift特征,这里提取的sift特征是用c++代码提取的,然后进行g2nn匹配和
凝聚层次聚类 ,最后根据仿射变换参数标出篡改区域。并用连线的方式将真实区域和复制粘贴篡改区域标记出来。
- 2022-04-29 20:44:55下载
- 积分:1