搜索资源列表
dgr
- 提出了一种基于图像梯度场的拼接缝消除方法———GFBSE1在一般的整体变分模型中引入源图像的梯度场,建立一个基于梯度场的能量函数,通过求解非线性偏微分方程以优化该能量函数来实现拼接缝消除1该方法能够在全局消除图像拼接中的颜色不一致,同时能够较好地处理由于图像配准造成的几何结构的错位1最后与当前常用的几种方法进行了理论和实验上的讨论和比较,表明了 GFBSE方法的有效性
exer2
- 多边形有效边表填充算法的实现,设计了活性边表、桶的数据结构,利用动态链表实现了填充算法。在VC6.0下实现。-Effective edge polygon fill algorithm implementation table, side table designed activity, the data structure barrels, the use of dynamic linked list implementation of the filling algorithm. At un
build-f
- 求解图形轮廓问题,利用分治算法减少时间复杂度。数据结构以链表为主-Graphic outline for solving the problem, using divide and conquer algorithm to reduce the time complexity. Data structures to the main list
BaO
- 用VC编的没有图形界面的实验器材管理程序,有文件操作,使用单向链表结构-Not compiled with VC GUI test equipment management procedures, file operations, using one-way linked list structure. .
initial-model-concrete
- 初始图像模板的创建包括调色板,位图信息结构,颜色表长度 -The creation of the initial image template including color palette, the information structure of the bitmap color table length
xunhuanlianbiao
- 北航数字图像与结构算法大作业的循环链表法-Northern digital image and structure algorithms big jobs circular list
BiTreeExample
- 本代码利用C++语言实现二叉树链表的相关操作,对了解数据结构的链表结构有帮助-This code takes advantage of C++ language implementation binary list of the relevant operations, to understand the data structure linked list structure to help
tablenew
- 统计各个月份出生的学生人数。使用COBOL语言编写。涉及表结构。-Statistics of each month of birth in the number of students.The use of COBOL language.Involving the table structure
多目标跟踪opencv
- 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.