-
骨架0.rar提取物
提取骨架0.rar-extract skeleton 0.rar
- 2022-01-26 03:05:15下载
- 积分: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
-
用vc实现图像选块的拖拽和融合,通过对窗口的拖动实现图像选块的拖拽....
用vc实现图像选块的拖拽和融合,通过对窗口的拖动实现图像选块的拖拽.-with vc election Image block dragging and integration, right through the window Drive Image dragging the election block.
- 2022-11-04 10:25:03下载
- 积分:1
-
直方图算法,用于图像处理
直方图算法,用于图像处理-histogram algorithm for image processing
- 2022-08-04 02:39:52下载
- 积分:1
-
用VC做的一个不规则按钮的实例,希望对大家有所帮助!
用VC做的一个不规则按钮的实例,希望对大家有所帮助!-failed to translate
- 2022-04-17 17:14:37下载
- 积分:1
-
Bresenham算法编程演示程序,用java写的源代码…
Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
- 2022-04-07 22:11:10下载
- 积分:1
-
图像识别模块源代码
图像识别模组源代码-image recognition module source code
- 2022-08-14 00:19:46下载
- 积分:1
-
这个程序是应用两种图形变换形式(即:1.保持观测系统2.改变观测系统)来绘制三维图形...
这个程序是应用两种图形变换形式(即:1.保持观测系统2.改变观测系统)来绘制三维图形-This procedure is the application of two types of graphics transform form (ie: 1. To maintain observing systems 2. To change the observing system) to draw three-dimensional graphics
- 2022-11-26 01:25:03下载
- 积分:1
-
数字图像处理应用软件代码
数字图像处理应用软件代码-Source code for digital image processing application
- 2022-01-22 12:10:39下载
- 积分:1
-
轮廓波
基于contourlet的图像融合,融合效果不错!-Contourlet-based image fusion, blending good results!
- 2022-08-14 04:51:24下载
- 积分:1