-
本程序整合了 OSG 大部分的基础功能,程序代码编写采用了模块化思想,有效代码在 1000 行左右,注释比较清晰,对于程序的修改和功能的扩展非常方便。...
本程序整合了 OSG 大部分的基础功能,程序代码编写采用了模块化思想,有效代码在 1000 行左右,注释比较清晰,对于程序的修改和功能的扩展非常方便。-This procedure combines the foundation for most functional OSG, procedures used to prepare the code modular thinking, effective code line in about 1000, the Notes are more well-defined, for the process to modify and extend the very convenient features.
- 2022-01-28 04:06:47下载
- 积分:1
-
基于空域平滑滤波的消燥处理程序,该程序可通过界面显示方法进行不同噪声条件下的中值滤波、均值滤波、自适应滤波等方面的消除噪声实验。...
基于空域平滑滤波的消燥处理程序,该程序可通过界面显示方法进行不同噪声条件下的中值滤波、均值滤波、自适应滤波等方面的消除噪声实验。- the consumption smoothing dry processing based on Airspace
- 2022-11-28 13:20:03下载
- 积分:1
-
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
-
罗森菲尔德细化算法的功能:细化图像参数:图像…
Rosenfeld细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Rosenfeld thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
- 2023-07-13 07:45:02下载
- 积分:1
-
用VC++实现的图像读取的基本算法,可读取DIB文件
用VC++实现的图像读取的基本算法,可读取DIB文件-Using VC++ to achieve the image to read the basic algorithm, DIB files can be read
- 2022-11-09 00:30:03下载
- 积分:1
-
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第十七章 图像压缩...
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第十七章 图像压缩-Peking University
- 2023-02-03 23:45:04下载
- 积分:1
-
原来的源代码,作品在变形的人,作为一个整体,然后…
The original source codes works on morphing two people faces as a whole and then combine them by cross dissolve. In this project, I have modified the code so that it works on one face and morph partially on the face, such as the mouth, left eye and right eye.-The original source codes works on morphin g two people faces as a whole and then combine the m by cross dissolve. In this project, I have modified the code so that it works on one fa ce and morph partially on the face, such as the mouth, left eye and right eye.
- 2022-12-13 17:20:04下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
Bezier贝赛尔函数集,包括贝赛尔形值点生成函数、贝赛尔控制点反算函数和汇编代码定点数快速生成函数等。...
Bezier贝赛尔函数集,包括贝赛尔形值点生成函数、贝赛尔控制点反算函数和汇编代码定点数快速生成函数等。-Bezier Bessel function set, including Bessel-value point generating function, Bessel control point anti-count function and compile code set points rapid generating function, etc..
- 2023-08-18 16:40:03下载
- 积分:1
-
the image changes after its Fourier
N*N的图像的傅立叶变化后对其反变换的结果-the image changes after its Fourier- Transform results
- 2023-02-15 12:10:03下载
- 积分:1