-
散焦模糊去除
对于一副散焦的文字照片,选择合适的方法将其去模糊(1) 对模糊图G进行LAPLACE滤波,得到X(2) 对X自相关,得到O(3) 对O搜索对应最小值的圆环为了削弱振铃效应,使用了edgetaper函数以模糊图像边缘。
- 2023-05-04 01:40:04下载
- 积分:1
-
ShaderX系列从书的第一本,是讲解Shader的入门好书,其中也不乏颇为精深的内容....
ShaderX系列从书的第一本,是讲解Shader的入门好书,其中也不乏颇为精深的内容.-ShaderX1
- 2022-07-05 01:32:24下载
- 积分:1
-
Graphics programming, it looks like the effect is three
图像编程,出来效果貌似是三维的地图,但是有一个小BUG,需要改正-Graphics programming, it looks like the effect is three-dimensional map, but there is a small BUG, the need for correction. . . . . . . . . . . . . . . . . . .
- 2022-04-17 14:17:38下载
- 积分:1
-
卡通渲染,用directx制作的卡通渲染源代码
卡通渲染,用directx制作的卡通渲染源代码-cartoon rendering, using DirectX produced a cartoon rendering source code
- 2022-01-28 18:39:41下载
- 积分:1
-
OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写...
OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统。-OpenSceneGraph is a high-performance 3D graphics development library. Widely used in visual simulation, games, virtual reality, high-technology research and development, as well as modeling and other fields. Using the standard C++ and written in OpenGL, you can run on Windows series, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems.
- 2022-07-27 01:26:32下载
- 积分:1
-
FlexCell表格控件For .NET V1.0.8
FlexCell表格控件For .NET V1.0.8 -FlexCell Controls For forms.NET V1.0.8
- 2022-01-25 14:17:36下载
- 积分:1
-
一个画图的程序,图形学的作业
一个画图的程序,图形学的作业-a drawing procedures, the graphics operations
- 2022-04-22 00:25:49下载
- 积分:1
-
fft变换,采用标准c处理
fft变换,采用标准c处理-fft transform, the use of standard treatment c
- 2022-07-12 21:14:41下载
- 积分:1
-
YUV到BMP格式的转换
YUV到BMP格式的转换-YUV to BMP format conversion
- 2022-05-06 07:07:20下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1