-
用C语言编写的演示矢量字符的源代码!
用C语言编写的演示矢量字符的源代码!-C language characters of the display vector source code!
- 2022-02-04 04:24:50下载
- 积分:1
-
冈萨雷斯《数字图像处理》第二版 中文版课后题答案
冈萨雷斯《数字图像处理》第二版 中文版课后题答案-Gonzalez, " Digital Image Processing," second edition of the Chinese version of after-school question answers
- 2022-07-08 06:41:07下载
- 积分:1
-
一个不错的屏保程序。
一个不错的屏保程序。-a good screen saver.
- 2023-03-06 09:45:04下载
- 积分:1
-
dct_2d二维DCT变换
DCT_2D Transform 2D DCT变换-DCT_2D Transform 2D DCT
- 2023-04-25 20:15:03下载
- 积分:1
-
实现几个典型图象处理功能的程序
实现几个典型图象处理功能的程序-achieving several typical image processing procedures
- 2022-03-16 20:43:06下载
- 积分:1
-
这是一个最基本的画图程序,主要是用面向对象的程序思想来实现啊,能实现基本的直线,矩形,椭圆的绘制...
这是一个最基本的画图程序,主要是用面向对象的程序思想来实现啊,能实现基本的直线,矩形,椭圆的绘制-This is a basic drawing program, is mainly used object-oriented programming to realize the ideological ah, can realize the basic linear, rectangular, oval drawing
- 2022-02-20 06:09:54下载
- 积分:1
-
图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。...
图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-pixel image transformation, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. MATLAB algorithm reference to the function imadjust.
- 2022-05-15 10:59:38下载
- 积分:1
-
这是一个闹钟程序,用vc++实现,界面友好实用,很不错的啊
这是一个闹钟程序,用vc++实现,界面友好实用,很不错的啊-This is a clock program, vc achieved, friendly interface and practical, very good ah
- 2022-03-09 12:35:37下载
- 积分: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
-
从散乱点插值生成轮廓线并提供颜色…
由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法-From scattered point interpolation to generate contour lines and provide a color selection tool, a total of three interpolation methods
- 2022-07-19 00:54:57下载
- 积分:1