搜索资源列表

  1. haokan

    0下载:
  2. 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:dfssd
  1. Depthimage

    0下载:
  2. 深度图象的生成 生成圆球的深度图象(摄像机坐标系)和深度图象数据存储; 这是本人的深度图像分析的课程作业,vc编写,包括原代码,可执行程序,以及试验报告。-depth Image Generation Generation magnificently depth images (camera coordinate system) and the depth of image data storage; This is my dept
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:79.38kb
    • 提供者:田东剑
  1. 深度图像生成

    0下载:
  2. 深度图像生成:主要用于生成圆球的深度图像,并计算物体的高斯和平均曲率,以及生成表面类型图像-depth image generation : mainly used to generate the depth sphere images, and calculated objects and the average Gaussian curvature, surface types and generating images
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-24
    • 文件大小:209kb
    • 提供者:陈先奎
  1. haokan

    0下载:
  2. 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:dfssd
  1. Depthimage

    0下载:
  2. 深度图象的生成 生成圆球的深度图象(摄像机坐标系)和深度图象数据存储; 这是本人的深度图像分析的课程作业,vc编写,包括原代码,可执行程序,以及试验报告。-depth Image Generation Generation magnificently depth images (camera coordinate system) and the depth of image data storage; This is my dept
  3. 所属分类:3D图形编程

    • 发布日期:2024-11-24
    • 文件大小:1.9mb
    • 提供者:田东剑
  1. 1

    0下载:
  2. 图的遍历 * // 生成,深度、广度优先遍历 * 图的遍历 * // 生成,深度、广度优先遍历 * -Graph traversal*// generated, depth, breadth-first graph traversal traversal**// generated, depth, breadth-first traversal*
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:zhouhaoran
  1. graph

    0下载:
  2. 实现一个图的遍历,手动生成网络,可计算节点的度。可进行深度和广度优先遍历。-The realization of a graph traversal, manual generation of networks, nodes computable degrees. May be the depth and breadth-first traversal.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:肖佳伟
  1. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:7kb
    • 提供者:狂孙
  1. 111

    1下载:
  2. 去雾处理,可以生成深度图和去雾后的图像 用matlab实现-To fog treatment, can generate a depth map and to fog the image after the realization of using matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:吴昊
  1. Graph

    0下载:
  2. 数据结构是程序开发的重要部分,而图无疑是重要的数据结构中常用的数据结构,该文件实现了图的生成和广度和深度遍历-Data structure is an important part of program development, and plans are undoubtedly important data structure commonly used data structure, the document generation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:jakey
  1. YUVDepth

    0下载:
  2. 基于YUV颜色空间的几何视角图像生成与内容无关的深度图的程序。-YUV color space based on the geometric perspective, regardless of content generated image the depth map of the program.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-24
    • 文件大小:4kb
    • 提供者:果果
  1. mvstereo_v1.0

    0下载:
  2. 本程序可以实现由彩色图像求深度图的功能,程序已生成.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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-24
    • 文件大小:2.11mb
    • 提供者:王晶
  1. Color-chart

    0下载:
  2. 该程序是2D生成3D图像过程中需要生成深度图的源代码。-The program is to generate 2 d figure to be generated in the process of 3 d image depth of source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-24
    • 文件大小:138kb
    • 提供者:范金星
  1. Depth-map

    0下载:
  2. 在数字图像处理工程中生成深度图。这是生成深度图的源代码。-Generated in the color Depth map in the digital image processing engineering. This is to generate colour figure of the source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-24
    • 文件大小:722kb
    • 提供者:范金星
  1. 3D

    0下载:
  2. 使用VC++编写的生成3D深度图的代码,测试通过,运行是需要在代码中手动添加图像!-Prepared using VC++ generate 3D depth map of the code, test, operation is needed in the code manually add an image!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-24
    • 文件大小:386kb
    • 提供者:赵壮
  1. DIBR

    0下载:
  2. DIBR程序,如何用2D彩色图像及对应的深度图,生成左右试图。-DIBR procedure, how to use a color 2D image and the corresponding depth map, generated about trying.
  3. 所属分类:OpenCV

    • 发布日期:2024-11-24
    • 文件大小:11.63mb
    • 提供者:liuhongmin
  1. shichatu

    0下载:
  2. 通过执行程序,可以实现对物体视差图的生成,进而可以实现深度图。(Through the implementation of the program, you can achieve the object disparity map, and then you can achieve depth map.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-24
    • 文件大小:1.88mb
    • 提供者:wangdake
  1. shendutuxiang

    0下载:
  2. 通过执行此程序,可以实现对物体深度的估计,实现出深度图。(Through the implementation of this procedure, you can achieve the depth of the object estimates, to achieve a depth map.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:67kb
    • 提供者:wangdake
  1. proj3

    0下载:
  2. (1) 图数据通过数据文件输入,采用一种图的数据结构表示法,生成图的表示; (2) 输出图的表示结果; (3) 实现图的广度优先遍历、深度优先遍历算法; (4) 可从任意顶点开始,输出两种遍历结果; (5) 设计相应的“菜单”,通过键盘输入选择,可反复输入不同的测试数据,完成实验要求的测试((1) graph data is input through data file, and a data structure re
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:1.09mb
    • 提供者:璇宝宝
  1. stereoGlobalEnergyMin

    0下载:
  2. 双目视觉深度图生成,运用能量最小化的方法生成。(Binocular vision depth map generation is generated by energy minimization.)
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:嘿。
« 12 3 »

源码中国 www.ymcn.org