基于KLT光流法实现对视频中的运动目标进行跟踪,包含《learning opencv3》源码实现及《opencv3 cookbook》的简化实现版本。
2019-12-21 22:14:46 908KB OpenCV3 图像处理
1
svm源码,可用于多分类,svm源码,可用于多分类,svm源码,可用于多分类svm源码,可用于多分类
2019-12-21 21:53:45 2.09MB svm
1
android 移植ffmpeg源码 实现rtsp流实时播放及保存成MP4文件可以回放;亲测有效
2019-12-21 21:45:03 36.34MB android ffmpeg rtsp MP4
1
多旅行商matlab实验源码实现了三种多旅行商问题 % MTSPOF_GA Fixed Open Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) % Finds a (near) optimal solution to a variation of the "open" M-TSP by % setting up a GA to search for the shortest route (least distance needed % for each salesman to travel from the start location to unique % individual cities and finally to the end location) % % Summary: % 1. Each salesman starts at the first point, and ends at the last % point, but travels to a unique set of cities in between (none of % them close their loops by returning to their starting points) % 2. Except for the first and last, each city is visited by exactly one salesman % % Note: The Fixed Start is taken to be the first XY point and the Fixed End % is taken to be the last XY point % % Input: % XY (float) is an Nx2 matrix of city locations, where N is the number of cities % DMAT (float) is an NxN matrix of city-to-city distances or costs % SALESMEN (scalar integer) is the number of salesmen to visit the cities % MIN_TOUR (scalar integer) is the minimum tour length for any of the % salesmen, NOT including the start point or end point % POP_SIZE (scalar integer) is the size of the population (should be divisible by 8) % NUM_ITER (scalar integer) is the number of desired iterations for the algorithm to run % SHOW_PROG (scalar logical) shows the GA progress if true % SHOW_RES (scalar logical) shows the GA results if true % % Output: % OPT_RTE (integer array) is the best route found by the algorithm % OPT_BRK (integer array) is the list of route break points (these specify the indices % into the route used to obtain the individual salesman routes) % MIN_DIST (scalar float) is the total distance traveled by the salesmen % % Route/Breakpoint Details: % If there are 10 cities and 3 salesmen, a possible route/break % combination might be: rte = [5 6 9 4 2 8 3 7], brks = [3 7] %
1
2009年写的matlab mdp源码,里面有全部的英文document介绍说明
2019-12-21 21:32:33 225KB matlab mdp 源码 实现
1
A-Star算法完整版,c++源码实现,对于游戏的程序员来说这个可是宝贝啊,哈哈,分享了!
2019-12-21 21:31:59 14KB A-Sta A* c++ 路径选择
1
基于单幅图像的快速去雾算法的源代码,可以直接运行的vs2010工程。去雾算法研究的同学可以看看。一种比较快速的图片去雾算法的工程实现。此算法耗时较小,去雾效果也不错。可以用于实时处理应用之中。
2019-12-21 21:28:43 16.79MB 去雾源代码
1
一种基于属性的加密方法的实现,CPABE属性加密源码,由JAVA实现
2019-12-21 21:19:54 2.16MB CPABE 属性加密
1
找了好久的AVS1参考代码RM60,很好的资源,用于学习AVS1标准和实现!
2019-12-21 21:08:50 1.43MB AVS1,RM60
1
严慧敏数据结构高清版,30Mpdf, 包含源码, 想学习数据结构的同学放心使用!
2019-12-21 21:06:06 28.09MB 数据结构 严慧敏 源码实现
1