-
韦恩王:数字图像数字水印方法的应用
王颖:数字图像水印 用扩频方法实现数字水印-Wayne Wang: Digital image watermarking method using spread-spectrum digital watermarking
- 2022-08-08 14:13:57下载
- 积分:1
-
TransBut background transparent button, realize the background transparent butto...
TransBut背景透明按钮,实现背景透明的按钮类-TransBut background transparent button, realize the background transparent button-type
- 2022-07-13 01:04:14下载
- 积分:1
-
用VC++实现了Bézier曲线的算法,能用鼠标右键绘制多边形。
用VC++实现了Bézier曲线的算法,能用鼠标右键绘制多边形。-Using VC++ to achieve a Bézier curve algorithm, the polygon can be drawn with the right mouse button.
- 2022-03-10 21:30:34下载
- 积分:1
-
显示一个可以旋转的立方体,通过鼠标的拖动而旋转。
显示一个可以旋转的立方体,通过鼠标的拖动而旋转。-Showing a rotating cube by mouse drag and spin.
- 2022-05-26 11:16:00下载
- 积分:1
-
数字图像的边缘检测算法,里面介绍了几种常用的代码实现
数字图像的边缘检测算法,里面介绍了几种常用的代码实现-Digital image of the edge detection algorithm, which introduces some commonly used code
- 2023-05-01 15:30:04下载
- 积分:1
-
可以进行文字定位识别的VC源码,用来在数字相片中确认文字,标志等内容的位置,并进行OCR识别...
可以进行文字定位识别的VC源码,用来在数字相片中确认文字,标志等内容的位置,并进行OCR识别-positioning can be written to the VC-source identification, used in digital photographs recognized text, signs such as the location, and OCR
- 2023-01-21 03:50:05下载
- 积分:1
-
自己在学位图操作时,所作的一个训练题目
自己在学位图操作时,所作的一个训练题目-degree plan in operation, the subject of a training
- 2022-02-28 09:26:17下载
- 积分:1
-
压缩图像数据后的解压缩并显示的程序,自己编的,厉害吧
压缩图像数据后的解压缩并显示的程序,自己编的,厉害吧-compressed image data after the decompression and display procedures, their own series, it formidable
- 2022-07-07 05:59:28下载
- 积分: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
-
在VB环境下实现各种2D图形画线算法,具体包括:数值微分法,中点画线法,Bresenham画线法...
在VB环境下实现各种2D图形画线算法,具体包括:数值微分法,中点画线法,Bresenham画线法-In the VB environment to achieve a variety of 2D graphics line drawing algorithm, including: numerical differential method, in stipple line method, Bresenham drawing line method
- 2022-01-31 04:39:10下载
- 积分:1