-
AGEIA公司的PhysX(好
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。-Static Objects(带执行文件)-Ageia s PhysX (well-known game physics library) D3D 9 demo using the code. PhysX physics library as a result of the use of OpenGL graphics rendering code so that many use the DirectX 3D programmer can not use/read demo code, which is the use of D3D shaders to re-write some demo code.-Static Objects (with the implementation of document)
- 2022-03-17 13:28:54下载
- 积分:1
-
图象配准源码,图象配准理论,图象配准示例
图象配准源码,图象配准理论,图象配准示例-Source image registration, image registration theory, image registration examples
- 2022-02-25 13:46:55下载
- 积分:1
-
hello world 源代码
初步学习QT,最基础的程序hello,让初学者更好认识QT,熟悉QT编程环境,程序执行将显示“Hello World"在一个显示面板上,可以通过修改程序改变字体和颜色。。。。。。。
- 2022-02-26 23:13:50下载
- 积分:1
-
中心线血管分割方法
MATLAB编写的用于动脉血管分割,方法为提取血管中心线以及血管洁面,引用网上的源码,更改过,可以编译并且运行
- 2023-07-05 23:30:04下载
- 积分:1
-
解压后的文件为基于MATLAB开发的很多绘图程序。
解压后的文件为基于MATLAB开发的很多绘图程序。-unpacked a document based on MATLAB development for the many drawing program.
- 2022-06-21 02:07:42下载
- 积分: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
-
gist对图像进行聚类
使用gist对图像进行聚类,并选出iconic image 31808029gist
- 2022-06-13 00:53:30下载
- 积分:1
-
Laplacian sharpening (edge detection), the readme.txt are detailed usage
拉普拉斯锐化(边缘检测),在readme.txt里有详细的使用说明-Laplacian sharpening (edge detection), the readme.txt are detailed usage
- 2022-03-25 23:41:38下载
- 积分:1
-
linux下的3D开发库的源代码
linux下的3D开发库的源代码-development of 3D library source code
- 2022-01-24 14:10:57下载
- 积分:1
-
基于sift的图像复制粘贴篡改技术
基于sift的图像复制粘贴篡改检测算法,该算法首先提取出sift特征,用的是网上提供的提取sift的混合编程方法,然后将sift特征进行匹配,并用RANSAC算法剔除误匹配对,最后用线段将原始块和复制粘贴块中的匹配点连接起来。此算法能抵抗各种后处理操作,如旋转、尺度缩放、添加噪声等以及它们的几种组合。
- 2022-02-04 04:07:38下载
- 积分:1