登录
首页 » Visual C++ » PC_grid

PC_grid

于 2014-02-20 发布 文件大小:5282KB
0 289
下载积分: 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 个回复

  • RectDetector
    矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。(Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display images such as simple operation.)
    2010-08-08 13:06:08下载
    积分:1
  • Calculate
    This is simple calculator program. I m making a GUI calculator interface in MFC. this program works pretty well.
    2011-07-28 15:22:25下载
    积分:1
  • 09_Direct
    人民邮电出版社,《VC++数字图像处理典型算法及实现》-- 第9章图像分割。 包括图像的并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子的实现等源代码(Posts )
    2008-06-03 11:11:23下载
    积分:1
  • DXFRead-master
    读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)
    2017-09-26 15:48:30下载
    积分:1
  • RC_C++
    说明:  显著性检测的代码,是程明明在12年的CVPR的文章,HC,RC的算法源码。(The code for saliency detection is the source code of Cheng Mingming's CVPR article, HC, RC, in 12 years.)
    2018-03-27 21:14:02下载
    积分:1
  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • Wave-equation-forward-modeling
    1、参数初始化; 2、形成边界削波数据; 3、波场初始化; 4、Zmax层波场延拓到深度Zmax-1; 5、Zi+1层波场延拓到深度Zi; 6、重复5,从Iz Nz-1开始,直到Iz 1,得测线上的频率—空间域波场; 7、频率-空间域波场对频率做反傅里叶变换,得时间-空间波场; (1, parameter initialization 2, the formation of boundary clipping data 3, wave field initialization 4, Zmax layer wave field extended to the depth of Zmax-1 5, Zi+1 layer wave field extended to the depth of Zi 6, repeat 5, starting Iz Nz-1 until Iz 1, the frequency of the test line- spatial domain wave field 7, frequency space domain wave field to frequency inverse Fourier transform, time- space field )
    2021-03-07 16:59:29下载
    积分:1
  • sar
    SAR成像算法的分析; SAR成傢算法简要介绍 ;Chirp-scaling算法 ; 分布式小卫星SAR解方位多普勒模糊的点目标仿真; 分布式小卫星SAR成像的仿真参数 ; 点目标成像仿真及结果 (SAR imaging algorithm analysis SAR algorithm married briefly Chirp-scaling algorithm distributed small satellite SAR azimuth Doppler ambiguity solution point target simulation distributed small satellite SAR imaging simulation parameters Point Target Imaging Simulation and results)
    2010-07-07 14:07:57下载
    积分:1
  • Transfortion
    计算机图形学中实现多边形平移,旋转,缩放变换。(Polygons in computer graphics to achieve translation, rotation, scaling transformation.)
    2020-11-11 20:29:44下载
    积分:1
  • mrfdemo
    MRF分割程序,C++编写,进行图像分割处理,帮助熟悉分割过程及能量最优求解(markov image segmentation, energy interation algorithm)
    2021-03-11 15:09:25下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载