-
直线扫描算法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图像粗化和细化,只能处理256色图像,连续…
用于vc++图象粗化和细化处理,只能处理256色以下的图象,可连续处理.-for vc images rough and refined, can only handle 256 colors of images, continuous processing.
- 2022-12-17 20:50:02下载
- 积分:1
-
fft加窗谐波检测
利用FFT加窗并对信号进行插值,从而检测谐波。是一种快捷优良的算法,注释很详细,只需要改动一部分即可,谢谢!
- 2022-07-27 16:07:44下载
- 积分:1
-
超级的
超分辨率源代码,用它可以实现超分辨率,提高影像的分辨率,可以使一使-super-resolution source code, using it to achieve super-resolution and improve image resolution, can make a
- 2022-01-23 10:02:31下载
- 积分:1
-
很好的图像处理软件,无需密码,推荐下载,
很好的图像处理软件,无需密码,推荐下载,-Very good image processing software, without password, recommended download
- 2022-02-25 21:55:05下载
- 积分:1
-
vtk任意平面二维图像裁切
vtk任意平面二维图像裁切,不错的程序, MFC编写
- 2022-03-30 11:01:27下载
- 积分:1
-
cubic Bezier curve Although the Second Principle Bezier curve with a similar, bu...
三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas that need attention, according to the actual application of cubic Bezier curves bigger role, so part of this program for reference
- 2022-06-13 15:42:13下载
- 积分:1
-
人脸检测
简单的实现分类器训练的例子,采用opencv的源代码。
FaceTracker-master
.......camera.cpp
.......camera.h
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-15 10:54:31下载
- 积分:1
-
rmdemo _ winform.rar rmdemo _ winform.rar
rmdemo_winform.rar rmdemo_winform.rar
- 2022-01-23 10:04:12下载
- 积分:1
-
3D场景中的飞机飞行模拟,能进行多视角切换、开火、左右方向。...
3D场景中的飞机飞行模拟,能进行多视角切换、开火、左右方向。-3D scene of the aircraft flight simulation, to carry out multi-angle switching, opened fire on the right and left direction.
- 2022-02-06 05:25:14下载
- 积分:1