-
PCA人脸识别的matlab源代码,可以作为初学者学习揣摩之用
PCA人脸识别的matlab源代码,可以作为初学者学习揣摩之用-PCA face recognition matlab source code, you can try to figure out as a beginner to learn the use of
- 2023-08-03 15:50:03下载
- 积分:1
-
一个MATLAB 的图像处理和灰度变换的程序,这个是老师留的作业,里面有详细的讲解过程,非常的详细,对做图像的朋友非常有用...
一个MATLAB 的图像处理和灰度变换的程序,这个是老师留的作业,里面有详细的讲解过程,非常的详细,对做图像的朋友非常有用-A MATLAB image processing and gray-scale transformation program, this is the teacher to stay the operation, which explain in detail the process, very detailed images of a friend is very useful to do
- 2023-03-06 06:15:03下载
- 积分:1
-
二维CAD设计,比一般的都要好.值得一看,里面有四个人一个多月的心血,另加有十年编程经验的VC++老师的指导,非常难得!袁斌、徐建成、赵欣、刘钊。其中里面也包括...
二维CAD设计,比一般的都要好.值得一看,里面有四个人一个多月的心血,另加有十年编程经验的VC++老师的指导,非常难得!袁斌、徐建成、赵欣、刘钊。其中里面也包括我啦:)-2D CAD design, than the general good of all. An eye-catcher, there are four individuals for more than a month of work, plus a decade of experience in programming VC teacher"s guide, and very rare! Yuan Bin, Jiancheng, 41005, Liu Zhao. Also inside them-- including me :)
- 2022-01-31 20:37:07下载
- 积分:1
-
bmp文件读取到内存代码
将bmp文件读取到内存当中,c++语言编写。BMP(全称Bitmap)是Windows操作系统中的标准图像
- 2022-02-04 20:40:08下载
- 积分:1
-
vc++的动画程序,非常棒
vc++的动画程序,非常棒-vc++ the animation process, great
- 2023-04-09 06:05:03下载
- 积分:1
-
vrml交互实例。 简单的台灯,可以任意转动,开灯关灯等的交互,门的开关,颜色变换等...
vrml交互实例。 简单的台灯,可以任意转动,开灯关灯等的交互,门的开关,颜色变换等-vrml interactive examples
- 2022-04-20 21:36:39下载
- 积分: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
-
IDL程序辅助浏览三维数据集(如体渲染),二维切片和一维的时间序列图形...
IDL程序辅助浏览三维数据集(如体渲染),二维切片和一维的时间序列图形-Browse is an IDL program that can interactively visualize scalar and vector three-dimensional datasets. It plots 2D slices as either contour, surface, or vector field plots, and 1D line cuts.
- 2022-09-19 03:25:02下载
- 积分:1
-
计算机图形学的各种算法,如边缘检测,付立叶变换等典型的算法...
计算机图形学的各种算法,如边缘检测,付立叶变换等典型的算法-of computer graphics algorithms, such as edge detection, such as Fourier transform algorithm typical
- 2022-07-05 09:56:17下载
- 积分:1
-
图像处理,包括图像变换。图像增强。图像复原,图像重建,图像分割,图像编码等内容...
图像处理,包括图像变换。图像增强。图像复原,图像重建,图像分割,图像编码等内容-image processing, including image transformation. Image enhancement. Image restoration, image reconstruction, image segmentation, image coding content
- 2022-01-26 03:11:03下载
- 积分:1