-
老外写的贝塞耳曲线的源码
老外写的贝塞耳曲线的源码-foreigners write Bessel curve FOSS
- 2022-03-13 23:21:58下载
- 积分:1
-
绝佳的图象处理软件 具有将图象转换成JEPG,BITMAP的功能 还有对图象进行放大,缩小,取得图象资料的功能的代码
绝佳的图象处理软件 具有将图象转换成JEPG,BITMAP的功能 还有对图象进行放大,缩小,取得图象资料的功能的代码-excellent image processing software has converted to images JEPG, BITMAP function also enlarge the image, and narrow, information obtained images of the function of the code
- 2022-05-16 08:23:38下载
- 积分:1
-
matlab 科学计算与可视化程序集。几百个小程序供初学者掌握matlab的科学计算十分有帮助。...
matlab 科学计算与可视化程序集。几百个小程序供初学者掌握matlab的科学计算十分有帮助。-matlab scientific computing and visualization of the assembly. Hundreds of small programs for beginners to master the scientific computing matlab very helpful.
- 2022-03-02 13:48:33下载
- 积分:1
-
这是计算机图形学中的对二维图形进行基本几何变换的程序
这是计算机图形学中的对二维图形进行基本几何变换的程序-This is a two-dimensional computer graphics in the graphics program of basic geometric transformations
- 2022-02-18 16:16:44下载
- 积分:1
-
一个视频应用的BF561。
an video application an bf561.
- 2022-03-20 01:46:04下载
- 积分:1
-
color BMP image
彩色BMP图像->光栅处理->编码灰度图像->傅氏变换->滤波->逆傅氏变换->彩色合成->零级融合-color BMP image-gt; Grating processing-gt; Coding gray image-gt; Fourier Transform- gt; Filter- gt; Inverse Fourier Transform- gt; Synthesis of color-gt; Zero-integration
- 2022-01-25 16:32:52下载
- 积分:1
-
简单的OpenCV绘画系统
简单的OpenCV绘画系统,应用摄像机来检测黄色来当作“笔”
- 2023-06-12 20:45:02下载
- 积分: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
-
手写识别
手写识别-Handwriting recognition
- 2022-02-20 03:01:36下载
- 积分:1
-
使用GDI+ 实现文字旋转的例子
使用GDI+ 实现文字旋转的例子-use GDI+ text rotation example
- 2022-12-02 15:15:03下载
- 积分:1