搜索资源列表
haokan
- 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。) -try to expand the depth-fir
Depthimage
- 深度图象的生成 生成圆球的深度图象(摄像机坐标系)和深度图象数据存储; 这是本人的深度图像分析的课程作业,vc编写,包括原代码,可执行程序,以及试验报告。-depth Image Generation Generation magnificently depth images (camera coordinate system) and the depth of image data storage; This is my depth analysis of the images cours
1
- 图的遍历 * // 生成,深度、广度优先遍历 * 图的遍历 * // 生成,深度、广度优先遍历 *
graph
- 实现一个图的遍历,手动生成网络,可计算节点的度。可进行深度和广度优先遍历。
shendutuxiang
- 由生成的深度图象数据用平滑算子和差分方法求曲面的高斯曲率和平均曲率
f.doc
- 题目1:图的建立与遍历;连通网的最小生成树生成实现。 内容: 1) 用邻接表表示方法建立图1所示图的存储结构,用邻接矩阵存表示方法建立图2所示网的存储结构。 2) 在图1 存储结构(邻接表)上实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 3) 按照普里姆算法,在图2所示连通网的存储结构(邻接矩阵)上实现此网的最小生成树,并输出生成树。 -Title 1: Map of the establishment and ergodicity conne
graph
- 输入节点数和变数,生成图的深度优先遍历序列和广度优先遍历序列。-Enter the number of nodes and variables, depth-first traversal graph generated sequence and the breadth-first traversal sequence.
aaa
- 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),如果其中一种存储结构为十字链表或邻接多重表则增加5分。
111
- 去雾处理,可以生成深度图和去雾后的图像 用matlab实现-To fog treatment, can generate a depth map and to fog the image after the realization of using matlab
Graph
- 数据结构是程序开发的重要部分,而图无疑是重要的数据结构中常用的数据结构,该文件实现了图的生成和广度和深度遍历-Data structure is an important part of program development, and plans are undoubtedly important data structure commonly used data structure, the document generation and realization of a graph tra
YUVDepth
- 基于YUV颜色空间的几何视角图像生成与内容无关的深度图的程序。-YUV color space based on the geometric perspective, regardless of content generated image the depth map of the program.
mvstereo_v1.0
- 本程序可以实现由彩色图像求深度图的功能,程序已生成.exe文件,可以直接使用,并附有所用图片。-This program can realize the function that make color images into depth maps.There is a .exe file in the folder,which can be used directly.In addition,there are some sample pictures.
Color-chart
- 该程序是2D生成3D图像过程中需要生成深度图的源代码。-The program is to generate 2 d figure to be generated in the process of 3 d image depth of source code.
Depth-map
- 在数字图像处理工程中生成深度图。这是生成深度图的源代码。-Generated in the color Depth map in the digital image processing engineering. This is to generate colour figure of the source code.
3D
- 使用VC++编写的生成3D深度图的代码,测试通过,运行是需要在代码中手动添加图像!-Prepared using VC++ generate 3D depth map of the code, test, operation is needed in the code manually add an image!
DIBR
- DIBR程序,如何用2D彩色图像及对应的深度图,生成左右试图。-DIBR procedure, how to use a color 2D image and the corresponding depth map, generated about trying.
shichatu
- 通过执行程序,可以实现对物体视差图的生成,进而可以实现深度图。(Through the implementation of the program, you can achieve the object disparity map, and then you can achieve depth map.)
shendutuxiang
- 通过执行此程序,可以实现对物体深度的估计,实现出深度图。(Through the implementation of this procedure, you can achieve the depth of the object estimates, to achieve a depth map.)
proj3
- (1) 图数据通过数据文件输入,采用一种图的数据结构表示法,生成图的表示; (2) 输出图的表示结果; (3) 实现图的广度优先遍历、深度优先遍历算法; (4) 可从任意顶点开始,输出两种遍历结果; (5) 设计相应的“菜单”,通过键盘输入选择,可反复输入不同的测试数据,完成实验要求的测试((1) graph data is input through data file, and a data structure representation of a graph is use
stereoGlobalEnergyMin
- 双目视觉深度图生成,运用能量最小化的方法生成。(Binocular vision depth map generation is generated by energy minimization.)