-
非常好的关于图形分别的源代码,国外很有名气的。
非常好的关于图形分别的源代码,国外很有名气的。-very good graphics were on the source code, a very well abroad.
- 2022-05-15 21:02:53下载
- 积分:1
-
三
立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。-Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.
- 2022-03-18 17:28:19下载
- 积分:1
-
不错的矢量图开发,用VC开发。适合刚接触mfc编程的小孩,真的很有借鉴意义,不妨一试,千万别错过...
不错的矢量图开发,用VC开发。适合刚接触mfc编程的小孩,真的很有借鉴意义,不妨一试,千万别错过-Good vector development, with VC development. Mfc programming刚接触suitable for children, really referential significance, one may wish to test, should not miss
- 2022-04-11 08:22:15下载
- 积分:1
-
这是一个用对象化绘图的软件,用于辅助客户完成常用图形的绘制、存储等操作...
这是一个用对象化绘图的软件,用于辅助客户完成常用图形的绘制、存储等操作-This is an object-based graphics software for assisted clients to complete common graphics rendering, storage, etc. to operate
- 2022-09-16 02:25:04下载
- 积分:1
-
图像采集 code匹配运动估计算法简介 5.2 典型运动估计算法研究 5.3 运动估计算法实 例 第6章 视频图像采集系统 6.1 图像采集系统的硬件构成 6....
图像采集 code匹配运动估计算法简介 5.2 典型运动估计算法研究 5.3 运动估计算法实 例 第6章 视频图像采集系统 6.1 图像采集系统的硬件构成 6.2 图像采集的 VC实现 6.3 常见图像采集卡的性能指标 6.4 图像采集系统应用... -image acquisition code matching motion estimation algorithm 5.2 Introduction typical motion estimation algorithm 5.3 motion estimation algorithm examples in Chapter 6 Video Image Acquisition System 6.1 image acquisition system hardware 6.2 Image Capture the VC 6.3 Common Image Capture Card performance indicators Image Acquisition System 6.4 application
- 2022-11-15 19:45:04下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
Multi
多线程图形特效,可以预览到多线程播放图片的许多效果,非常方便。-Multi-threaded graphics effects, you can preview images to a multi-threaded playback of many effects, very convenient.
- 2022-05-17 13:56:34下载
- 积分:1
-
computer graphics algorithms
计算机图形学中的一种算法----多彩变换曲线算法。对于本学科的初学者很有帮助。-computer graphics algorithms-a colorful transformation curve algorithm. The subjects for beginners helpful.
- 2022-02-12 14:31:11下载
- 积分:1
-
一个基于人工神经网络的有监督遥感影像地貌分类程序
一个基于人工神经网络的有监督遥感影像地貌分类程序-One based on artificial neural network has the supervision of remote sensing image classification procedures geomorphic
- 2022-08-09 18:04:21下载
- 积分:1
-
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个...
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode "definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
- 2023-03-29 15:00:02下载
- 积分:1