-
a useful source _ classic watermarking algorithm QIM FOSS
一个图象处理有用的源程序_经典水印算法QIM源码-a useful source _ classic watermarking algorithm QIM FOSS
- 2022-02-04 03:37:34下载
- 积分:1
-
简单等值线绘制程序的具体应用,包含完整的VC工程和等值线绘制源码,追踪法...
简单等值线绘制程序的具体应用,包含完整的VC工程和等值线绘制源码,追踪法
-Simple contour drawing of the specific application procedures, including complete engineering and VC isogram source mapping, tracking method
- 2023-02-13 00:10:04下载
- 积分:1
-
vc++数字图像模式识别技术及工程实践中的人脸识别
vc++数字图像模式识别技术及工程实践中的人脸识别-vc digital image pattern recognition technology and engineering practice Face Recognition
- 2022-01-30 15:36:20下载
- 积分:1
-
sample : unicode16 transfer to UTF8
sample : unicode16 transfer to UTF8
- 2022-09-03 16:30:03下载
- 积分:1
-
心电波形监测算法,相信对了有一定帮助…
心电波形的监测算法,相信对大家一定有帮助-ECG waveform monitoring algorithm, we believe that the right will certainly help!
- 2022-07-04 04:40:12下载
- 积分:1
-
霍夫编码,在图像压缩中用到。在通信中使用
霍夫编码,在图像压缩中用到。在通信中使用-Hough encoding, used in image compression. Used in communications
- 2022-08-24 00:48:11下载
- 积分: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
-
在图形模式下显示3D图形绕任意轴旋转的程序,物体的每一个顶点的坐标都储存在外部变量point中了,比如说第一个顶点就是point[0],他的坐标是(point[...
在图形模式下显示3D图形绕任意轴旋转的程序,物体的每一个顶点的坐标都储存在外部变量point中了,比如说第一个顶点就是point[0],他的坐标是(point[0][0],point[0][1],point[0][2])。整个步骤我想在程序的注释中讲得很清楚了。-in graphic mode display 3D graphics rotating procedures objects each vertex of the coordinates are stored in the external variables which point, for instance, the first point is a vertex [0], the coordinates of (point [0] [0], [0] point [1] point [0] [2]). I think the whole process in the Notes procedures made very clear.
- 2022-02-12 17:14:49下载
- 积分:1
-
Lee Photo Database Programming
李海图片数据库例程-Lee Photo Database Programming
- 2023-03-02 06:40:03下载
- 积分:1
-
这是一个C源代码,图像处理的准备,没有图形界面…
这是一个用C++编写的图像处理源程序代码,没有图形界面-This is a preparation of the C source code image processing, no graphical interface
- 2022-03-21 03:31:56下载
- 积分:1