-
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第二十章 模式识别:分类与估计...
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第二十章 模式识别:分类与估计-Peking University
- 2022-01-28 14:01:52下载
- 积分:1
-
city lights shining in the night sky, is difficult to see childhood stories, the...
大都市的夜空灯光璀璨,难以看到儿时的星空,有这个软件可以让我们回味一把。
里面带了很多与城市相关的数据文件-city lights shining in the night sky, is difficult to see childhood stories, the software can allow us to savor one. Inside with a lot of cities associated with the data file
- 2022-02-12 02:44:08下载
- 积分:1
-
绘航空公司线路图。
绘航空公司线路图。-painted airline route map.
- 2023-04-23 19:15:03下载
- 积分:1
-
在图像中加入随机噪声的源代码,编译后的可执行文件须带参数运行。 使用方法:gaussnoise BMP文件名...
在图像中加入随机噪声的源代码,编译后的可执行文件须带参数运行。 使用方法:gaussnoise BMP文件名-images in random noise added to the source code, compile the executable files carry operation parameters. Use : gaussnoise BMP File Name
- 2022-04-18 18:12:32下载
- 积分:1
-
该程序能够根据用户的需求,即用户输入相应的参数,来画出对应的正弦或余弦函数的图形,并可以进伸缩和平移变换...
该程序能够根据用户的需求,即用户输入相应的参数,来画出对应的正弦或余弦函数的图形,并可以进伸缩和平移变换-The program can be based on user demand, that is, the corresponding user input parameters, to draw the corresponding sine or cosine function of the graphics, and can transform into the scaling and translation
- 2022-03-13 08:08:19下载
- 积分:1
-
C++ 语言的图形系统,由风魂设计
C++ 语言的图形系统,由风魂设计-C language graphics system, designed by the Wind Spirit
- 2022-07-03 12:46:40下载
- 积分:1
-
Computer graphics technology supporting the use of CD
计算机图形学使用技术的配套光盘内容清华大学出版社写的很好-Computer graphics technology supporting the use of CD-ROM, Tsinghua University Press to write the contents of the good
- 2022-10-27 01:15:03下载
- 积分:1
-
使用点
利用B-spline型值点求控制点,本例是用MATLAB实现的-using points in B-spline to get the control points, matlab
- 2022-01-25 17:10:35下载
- 积分:1
-
用vc编写的边缘检测程序, 基本的edge detection方法,适合初学者...
用vc编写的边缘检测程序, 基本的edge detection方法,适合初学者-with vc prepared by the edge detection procedures, the basic edge detection method for beginners
- 2023-07-06 16:55:03下载
- 积分: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