-
本程序是基于改进的Camshift跟踪算法…
本程序是在Camshift原始的跟踪算法的基础上进行了改进,实现了对多目标的跟踪的自动初始化,-This procedure is in the original Camshift tracking algorithm based on improved realize the multi-target tracking automatic initialization,
- 2023-02-03 15:15:05下载
- 积分:1
-
基于NewMikolajczykDetector产生的.sift文件的特征点匹配!
基于NewMikolajczykDetector产生的.sift文件的特征点匹配!-Image matching and object recognition Based on .sift file generated by NewMikolajczykDetector
- 2022-03-03 22:48:15下载
- 积分:1
-
神龙卡开发完全范例,适合视频、音频开发人员参考使用。
神龙卡开发完全范例,适合视频、音频开发人员参考使用。-Shenlong card development paradigm completely suitable for video, audio developers use and reference.
- 2022-04-10 11:10:40下载
- 积分:1
-
支持各种图像格式,其中的通道和层的思想值得大家学习!
支持各种图像格式,其中的通道和层的思想值得大家学习!-support various image formats, and access the thinking worthy of emulation by all!
- 2022-04-06 20:53:53下载
- 积分:1
-
一个眼睛跟随的小程序,眼珠跟随鼠标的移动,可以改变大小和形状,设置背景图片 需要raize控件...
一个眼睛跟随的小程序,眼珠跟随鼠标的移动,可以改变大小和形状,设置背景图片 需要raize控件-a small eyes follow the procedures eyes follow the movement of the mouse, can change the size and shape of set background images need to raize Controls
- 2023-05-29 21:35:03下载
- 积分:1
-
VC++的信息波形显示程序,输入波形后,可以设置不同的编辑类型:NRZ法编码、单极归零码、双级非归零、双极归零码、AMI法编码、HDB3编码法等,并根据这些设置...
VC++的信息波形显示程序,输入波形后,可以设置不同的编辑类型:NRZ法编码、单极归零码、双级非归零、双极归零码、AMI法编码、HDB3编码法等,并根据这些设置选项生成波形图,软件界面友好,像是很专业的软件,如上图示。
-VC++ waveform display program information, input waveform, you can set different types of editors: NRZ encoding method, unipolar NRZ, dual-stage non-zero, bipolar NRZ, AMI law coding, HDB3 encoding method, etc. and, based on these settings option to generate a waveform diagram, the software user-friendly, such as very professional software icons above.
- 2023-06-17 21:15:03下载
- 积分:1
-
实现了对多个可放缩图元的同时选择,code project上下载的。
实现了对多个可放缩图元的同时选择,code project上下载的。-achieve the release of a large number of tiny yuan choice, code download the project.
- 2022-01-24 17:46:48下载
- 积分:1
-
外星人效果
该程序采用C++编写,并利用opencv库来实现生成外星人效果。运行该程序需要外部摄像头设备,运行后通过摄像头获取当前视频,并对当前视频处理形成外星人效果。
- 2022-03-20 21:55:41下载
- 积分:1
-
Factorized Graph Matching 分解图匹配,路径追踪优化代价函数
Graph matching (GM) is a fundamental problem in computer science, and it plays a central role to solve correspondence
problems in computer vision. GM problems that incorporate pairwise constraints can be formulated as a quadratic assignment problem
(QAP). Although widely used, solving the correspondence problem through GM has two main limitations: (1) the QAP is NP-hard and
difficult to approximate; (2) GM algorithms do not incorporate geometric constraints between nodes that are natural in computer vision
problems. To address aforementioned problems, this paper proposes factorized graph matching (FGM). FGM factorizes the large
pairwise affinity matrix into smaller matrices that encode the local structure of each graph and the pairwise affinity between edges.
Four are the benefits that follow from this factorization: (1) There is no need to compute the costly (in space and time) pairwise affinity
matrix; (2) The factorization allows the
- 2022-02-01 17:07:26下载
- 积分:1
-
Graphics are painting a straight line, arc, as well as garden and cut a straight...
现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。-Graphics are painting a straight line, arc, as well as garden and cut a straight line, filled with features such as region 1. For painting a straight line, just know that you can start and finish. Interval in the work of the mouse click (that is, to choose the starting point), drag to another release (the end), that is to be a straight line. 2. Drawcircle need to center coordinates, radius, and the termination of the initial angle and angle, as required by experimental painting 1/4 arc, the starting angle can be set = 0, terminate the angle = 45, in order to draw the whole arc start angle and termination angle is 0 and 360, respectively, can be.
- 2022-01-25 14:32:32下载
- 积分:1