-
BMP图片转换为JPG图像
将BMP图像转换为JPG图像-of BMP images converted to JPG images
- 2022-01-28 21:03:52下载
- 积分:1
-
程序代码包括:灰度AGV路径识别,彩色AGV路径识别HSI,彩色空间的AGV路径识别,路径中心线的定位,Radon变换的AGV路径偏差检测...
程序代码包括:灰度AGV路径识别,彩色AGV路径识别HSI,彩色空间的AGV路径识别,路径中心线的定位,Radon变换的AGV路径偏差检测-Program code include: gray AGV path identification, color identification AGV path HSI, color space of the AGV path identification, the positioning of the centerline path, Radon transform of the AGV path deviation detection
- 2023-02-16 15:30:04下载
- 积分:1
-
为三维重建面绘制的比较简单的源代码,通俗易懂,适合于初学者...
为三维重建面绘制的比较简单的源代码,通俗易懂,适合于初学者-For three-dimensional reconstruction of surface rendering of the relatively simple source code, user-friendly, suitable for beginners
- 2022-08-23 03:31:21下载
- 积分:1
-
3d游戏开发大全书所附带源吗,第二章,开发环境UltraEdit
3d游戏开发大全书所附带源吗,第二章,开发环境UltraEdit-3d game development book volumes attached to the source? II, development environment UltraEdit
- 2022-03-21 13:29:58下载
- 积分:1
-
这是一个用matlab编写的图形处理程序源代码,有图形界面
这是一个用matlab编写的图形处理程序源代码,有图形界面-This is a preparation using Matlab graphics program source code, graphics interface
- 2022-01-26 00:41:50下载
- 积分:1
-
3D,OPENGL编程入门,适合3D初学者.
3D,OPENGL编程入门,适合3D初学者.-3D, OPENGL programming entry, suitable for 3D beginners.
- 2022-02-24 18:46:15下载
- 积分:1
-
flash flv file edit
flash flv play tool
支持 F4v 格式 -flash flv file edit
- 2022-05-31 10:55:59下载
- 积分:1
-
using vc programming, can handle eight bmp images. First threshold for segmentat...
采用vc++编程,可以处理8位bmp图像。先进行阈值分割,然后可以轮廓提取。最后可以进行平行线检测,采用hough变换-using vc programming, can handle eight bmp images. First threshold for segmentation, which can then be extracted contour. Finally parallel line can be detected using Hough Transform
- 2023-05-07 14:25: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
-
一个可识别手写字母的程序框架, 适用初学者掌握原理用.
一个可识别手写字母的程序框架, 适用初学者掌握原理用.-A handwritten letter to identify procedural framework, the application of the principle of use for beginners to master.
- 2022-04-09 07:26:01下载
- 积分:1