登录
首页 » Visual C++ » PC_grid

PC_grid

于 2014-02-20 发布 文件大小:5282KB
0 329
下载积分: 1 下载次数: 35

代码说明:

  通过点云数据的格网化,建立格网分块索引,这是一种有效的点云数据存储方式。( Through the point cloud data grid , the establishment of a grid block index, which is a valid point cloud data storage. )

文件列表:

PC_grid
.......\Grid
.......\....\Debug
.......\....\.....\quardtree.exe,101888,2014-01-12
.......\....\.....\quardtree.ilk,664448,2014-01-12
.......\....\.....\quardtree.pdb,1125376,2014-01-12
.......\....\PC_Grid
.......\....\.......\Debug
.......\....\.......\.....\CL.read.1.tlog,14442,2014-01-12
.......\....\.......\.....\CL.write.1.tlog,3388,2014-01-12
.......\....\.......\.....\link-cvtres.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link-cvtres.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.2604-cvtres.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.2604-cvtres.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.2604.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.2604.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.3156-cvtres.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.3156-cvtres.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.3156.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.3156.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.4820-cvtres.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.4820-cvtres.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.4820.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.4820.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.4940-cvtres.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.4940-cvtres.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.4940.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.4940.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.5100-cvtres.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.5100-cvtres.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.5100.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.5100.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.5328-cvtres.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.5328-cvtres.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.5328.read.1.tlog,2,2014-01-12
.......\....\.......\.....\link.5328.write.1.tlog,2,2014-01-12
.......\....\.......\.....\link.read.1.tlog,6580,2014-01-12
.......\....\.......\.....\link.write.1.tlog,2564,2014-01-12
.......\....\.......\.....\mt.read.1.tlog,1014,2014-01-12
.......\....\.......\.....\mt.write.1.tlog,414,2014-01-12
.......\....\.......\.....\quardtree.exe.embed.manifest,406,2014-01-08
.......\....\.......\.....\quardtree.exe.embed.manifest.res,472,2014-01-12
.......\....\.......\.....\quardtree.exe.intermediate.manifest,381,2014-01-12
.......\....\.......\.....\quardtree.lastbuildstate,113,2014-01-12
.......\....\.......\.....\quardtree.log,2908,2014-01-12
.......\....\.......\.....\quardtree.obj,252581,2014-01-12
.......\....\.......\.....\quardtree.pch,9568256,2014-01-12
.......\....\.......\.....\quardtree_manifest.rc,208,2014-01-08
.......\....\.......\.....\rc.read.1.tlog,822,2014-01-12
.......\....\.......\.....\rc.write.1.tlog,838,2014-01-12
.......\....\.......\.....\stdafx.obj,44802,2014-01-12
.......\....\.......\.....\test_quardtree.obj,235259,2014-01-08
.......\....\.......\.....\vc100.idb,388096,2014-01-12
.......\....\.......\.....\vc100.pdb,380928,2014-01-12
.......\....\.......\grid.txt,0,2014-01-12
.......\....\.......\initial_point.h,4835,2014-01-12
.......\....\.......\intial.h,5188,2014-01-09
.......\....\.......\quardtree.cpp,704,2014-01-12
.......\....\.......\quardtree.vcxproj,4548,2014-01-08
.......\....\.......\quardtree.vcxproj.filters,1641,2014-01-08
.......\....\.......\quardtree.vcxproj.user,143,2014-01-08
.......\....\.......\ReadMe.txt,1567,2014-01-08
.......\....\.......\stdafx.cpp,214,2014-01-08
.......\....\.......\stdafx.h,306,2014-01-08
.......\....\.......\targetver.h,236,2014-01-08
.......\....\PC_Grid.sln,894,2014-01-08
.......\....\quardtree.sdf,7950336,2014-01-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • jibensanweibianhuan
    说明:  可以实现旋转,错切,各种投影图,透视图。是学习三维变换很好的原始参考资料(Can rotate, shear, a variety of projection, perspective. Is to learn the original three-dimensional transform good reference)
    2020-10-24 16:20:00下载
    积分:1
  • TestLMDll
    用hough变换提取直线的C++代码,效果比较好,可以灵活改变可提取直线的条数,适用于提取多条直线。(line detecting using hough tranaformation)
    2012-03-06 16:39:40下载
    积分:1
  • shuangmushijue
    双目视觉经验总结,希望后面的不要犯错误。(Binocular visual experience summary, make no mistake behind.)
    2012-11-07 11:04:15下载
    积分:1
  • GetContour
    说明:  用于物体目标轮廓的提取与跟踪,能更好的识别出物体轮廓。(Target contour for object extraction and tracking, to better identify the contours of objects.)
    2010-04-07 09:46:42下载
    积分:1
  • VCPPDigital-image-processing
    VC++Digital image processing
    2017-04-17 19:23:55下载
    积分:1
  • 相机采集、控制、、坐标计算、坐标显示等功能的小软件 WProject
    做项目时写的关于相机图像采集、控制、图像处理、坐标计算、坐标显示等功能的小软件(Do item written on the camera image acquisition, control, image processing, coordinates of the calculation, the coordinates show features such as small software)
    2020-07-08 11:28:57下载
    积分:1
  • RLE
    RLE压缩算法,对.bmp格式文件进行操作。使用MFC编制界面,可读入位图,压缩后保存位图并显示。(RLE compression algorithm, bmp format file operation. Use the MFC preparation interface, readable into the bitmap compressed to save a bitmap display.)
    2021-03-25 22:49:13下载
    积分:1
  • trix
    delaunay三角化程序 delaunay三角化程序 delaunay三角化程序(delaunay triangulation delaunay triangulation process procedures delaunay triangulation process)
    2020-10-28 09:19:58下载
    积分:1
  • RidgeletTransform
    关于脊波变换的图像分割源码,运行良好,测试可行,绝对超值(Ridgelet transform for image segmentation source code, run the test feasible, the absolute value)
    2012-08-16 18:10:29下载
    积分:1
  • Basic-knowledge-of-image-processing3
    This program contains some basic image processing things, such as: 256 colors to grayscale, contrast stretching, anti-color, brightness change, etc.
    2012-01-20 12:37:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载