-
VC++数字图像处理典型算法及实现一书代码,上半部分
VC++数字图像处理典型算法及实现一书代码,上半部分-VC++ Typical digital image processing algorithm and the realization of a book code, the first half of the
- 2022-03-09 16:11:23下载
- 积分:1
-
快速傅立叶变换fast_fft
快速傅立叶变换fast_fft-Fast Fourier Transform fast_fft
- 2022-08-21 11:25:43下载
- 积分:1
-
2D图像处理非线性拉伸变换用于图像增强处理
2D图像处理非线性拉伸变换用于图像增强处理-2D image processing for non-linear stretch image enhancement transform treatment
- 2022-07-27 16:53:58下载
- 积分:1
-
用OpenGL开发的银河系,含有贴图的图片,在本机上已经编译同过了。...
用OpenGL开发的银河系,含有贴图的图片,在本机上已经编译同过了。-Solar By OpenGL
- 2022-12-01 00:10:03下载
- 积分:1
-
graphics Diamond C procedures and varieties, C language, compiler
图形学金刚石C程序及其变种,C语言编写,以编译-graphics Diamond C procedures and varieties, C language, compiler
- 2023-07-12 00:30:02下载
- 积分:1
-
bmp图片打开,显示,可以进行数字图象处理的一些变化,对bmp图片进行灰度化以后,可以进行数字滤波,fft等。还有几何变换的一些功能。此工程是我们数字图象处理课...
bmp图片打开,显示,可以进行数字图象处理的一些变化,对bmp图片进行灰度化以后,可以进行数字滤波,fft等。还有几何变换的一些功能。此工程是我们数字图象处理课程时候的作业。非常适合在校大学生研究学习。-bmp picture opened, display, digital images can be some of the changes, bmp picture of gray, can digital filter, such as fft. There transform the geometric features. This project is digital image processing-time work. Very suitable for college students study.
- 2022-02-03 14:10:24下载
- 积分:1
-
包含了一些图形处理模块,比如三角函数计算,Png图形处理
包含了一些图形处理模块,比如三角函数计算,Png图形处理-contains some graphic processing modules, such as trigonometry, Png graphic processing
- 2022-05-28 04:12:50下载
- 积分:1
-
通过内存映射读取点云用到了函数模板,有关
通过内存映射读取点云用到了函数模板,有关-wangd ds d df d df d df d
- 2022-04-26 21:17:36下载
- 积分:1
-
some skills of creator & vega !
creator vega 技术贴全书,介绍了许多vega的使用技巧。-some skills of creator & vega !
- 2023-01-16 17:10:03下载
- 积分: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