-
抗任意角度旋转的图像匹配算法的matlab实现
抗任意角度旋转的图像匹配算法的matlab实现-image matching of any rotation
- 2022-05-27 17:21:22下载
- 积分:1
-
人脸识别
1 程序功能
这是一个人脸识别演示/测试程序,用户可以基于程序中已经实现的算法,开发新的有关人脸识别的应用;也可以修改或添加新的算法,并测试其性能。
2 程序平台
程序基于Windows操作系统,VS2008 SP编写,算法部分用到了OpenCV
- 2022-02-02 11:13:39下载
- 积分:1
-
C++的源程序,对CAD图形DXF文件的处理.读取DXF数据,是数控冲孔机上的一段程序....
C++的源程序,对CAD图形DXF文件的处理.读取DXF数据,是数控冲孔机上的一段程序.-C++ The source of the CAD graphic treatment DXF files. Read DXF data, is the CNC punching machine for some procedures.
- 2022-05-14 19:22:30下载
- 积分: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
-
该程序创建料一个avi动画文件的窗口,在本程序启动开始一段动画,当用户操作鼠标或键盘时停止...
该程序创建料一个avi动画文件的窗口,在本程序启动开始一段动画,当用户操作鼠标或键盘时停止-The program is expected to create an avi animation file window, in the present proceedings began a period of animation, when the user stops the mouse or keyboard
- 2022-05-25 18:40:06下载
- 积分:1
-
稳像的C、C++程序
这是用OpenCV写的稳像视频程序,确定就是在像素处理上不太好。对于新手来说,是一个很不错的学习程序。
- 2022-11-05 08:30:03下载
- 积分:1
-
C++ implementation of the fast distance transform algorithm
C++ implementation of the fast distance transform algorithm -C++ Implementation of the fast distance transform algorithm
- 2023-08-14 08:35:04下载
- 积分:1
-
Graphics
图形学相关操作,很全的了,希望大家支持-Graphics-related operations, it is full of the hope you will support
- 2022-10-05 03:50:03下载
- 积分:1
-
搞设计、印刷的朋友,想将一个作品分色分块,然后出菲林,非常烦琐,我这个可以自动分色分块,很好用,试一试!...
搞设计、印刷的朋友,想将一个作品分色分块,然后出菲林,非常烦琐,我这个可以自动分色分块,很好用,试一试!-engage in the design, printing friends, and want to work dichroic a block, then someone out, very cumbersome, I can automatically dichroic the block, useful, try!
- 2022-03-16 01:31:20下载
- 积分:1
-
一个把系统颜色转换成实际颜色的c++代码
一个把系统颜色转换成实际颜色的c++代码-a color conversion into actual color code c
- 2022-04-01 20:03:14下载
- 积分:1