登录
首页 » Visual C++ » Alpha_shapes_3

Alpha_shapes_3

于 2020-11-05 发布 文件大小:9278KB
0 251
下载积分: 1 下载次数: 236

代码说明:

  这是三维点云数据边缘线提取的c++算法,适合于LIDAR数据的三维处理,供大家参考学习(This is 3 d point cloud data edge extraction of c++ algorithm, suitable for LIDAR data 3 d processing, provide everyone reference to study)

文件列表:

Alpha_shapes_3
..............\alpha_shapes_3.cpp,1345,2007-08-26
..............\Alpha_shapes_3.ncb,6974464,2011-11-01
..............\Alpha_shapes_3.sln,1874,2011-10-27
..............\Alpha_shapes_3.sln.old,586,2007-08-26
..............\alpha_shapes_with_hierarchy_3.cpp,1776,2007-08-26
..............\data
..............\....\htm" target=_blank>bunny_1000,30723,2007-08-26
..............\....\htm" target=_blank>fin,30723,2007-08-26
..............\makefile,2336,2007-08-26
..............\htm" target=_blank>README,612,2007-08-26
..............\UpgradeLog.XML,8796,2011-10-27
..............\VC
..............\..\alpha_shapes_3.vcproj,5089,2011-10-27
..............\..\alpha_shapes_3.vcproj.19086DDB22E94B5.Administrator.user,1433,2011-11-01
..............\..\alpha_shapes_3.vcproj.7.10.old,4316,2007-08-26
..............\..\alpha_shapes_with_hierarchy_3.vcproj,5149,2011-10-27
..............\..\alpha_shapes_with_hierarchy_3.vcproj.19086DDB22E94B5.Administrator.user,1433,2011-11-01
..............\..\alpha_shapes_with_hierarchy_3.vcproj.7.10.old,4376,2007-08-26
..............\..\Debug
..............\..\.....\alpha_shapes_3
..............\..\.....\..............\alpha_shapes_3.exe.embed.manifest,403,2011-10-28
..............\..\.....\..............\alpha_shapes_3.exe.embed.manifest.res,468,2011-10-28
..............\..\.....\..............\alpha_shapes_3.exe.intermediate.manifest,385,2011-10-28
..............\..\.....\..............\alpha_shapes_3.obj,6811373,2011-10-28
..............\..\.....\..............\BuildLog.htm,11234,2011-10-28
..............\..\.....\..............\mt.dep,67,2011-10-28
..............\..\.....\..............\vc80.idb,912384,2011-10-28
..............\..\.....\..............\vc80.pdb,1667072,2011-10-28
..............\..\.....\alpha_shapes_3.exe,598016,2011-10-28
..............\..\.....\alpha_shapes_3.ilk,2121152,2011-10-28
..............\..\.....\alpha_shapes_3.pdb,6966272,2011-10-28
..............\..\.....\alpha_shapes_with_hierarchy_3
..............\..\.....\.............................\alpha_shapes_with_hierarchy_3.exe.embed.manifest,403,2011-10-28
..............\..\.....\.............................\alpha_shapes_with_hierarchy_3.exe.embed.manifest.res,468,2011-10-28
..............\..\.....\.............................\alpha_shapes_with_hierarchy_3.exe.intermediate.manifest,385,2011-10-28
..............\..\.....\.............................\alpha_shapes_with_hierarchy_3.obj,5517416,2011-10-28
..............\..\.....\.............................\BuildLog.htm,12792,2011-10-28
..............\..\.....\.............................\mt.dep,67,2011-10-28
..............\..\.....\.............................\vc80.idb,920576,2011-10-28
..............\..\.....\.............................\vc80.pdb,1658880,2011-10-28
..............\..\.....\alpha_shapes_with_hierarchy_3.exe,487424,2011-10-28
..............\..\.....\alpha_shapes_with_hierarchy_3.ilk,2055412,2011-10-28
..............\..\.....\alpha_shapes_with_hierarchy_3.pdb,6753280,2011-10-28
..............\..\.....\weighted_alpha_shapes_3
..............\..\.....\.......................\BuildLog.htm,12152,2011-10-28
..............\..\.....\.......................\mt.dep,67,2011-10-28
..............\..\.....\.......................\vc80.idb,904192,2011-10-28
..............\..\.....\.......................\vc80.pdb,2347008,2011-10-28
..............\..\.....\.......................\weighted_alpha_shapes_3.exe.embed.manifest,403,2011-10-28
..............\..\.....\.......................\weighted_alpha_shapes_3.exe.embed.manifest.res,468,2011-10-28
..............\..\.....\.......................\weighted_alpha_shapes_3.exe.intermediate.manifest,385,2011-10-28
..............\..\.....\.......................\weighted_alpha_shapes_3.obj,13316599,2011-10-28
..............\..\.....\weighted_alpha_shapes_3.exe,638976,2011-10-28
..............\..\.....\weighted_alpha_shapes_3.ilk,3649524,2011-10-28
..............\..\.....\weighted_alpha_shapes_3.pdb,13765632,2011-10-28
..............\..\.....\新建 文本文档.bat,27,2011-10-28
..............\..\weighted_alpha_shapes_3.vcproj,5125,2011-10-27
..............\..\weighted_alpha_shapes_3.vcproj.19086DDB22E94B5.Administrator.user,1433,2011-11-01
..............\..\weighted_alpha_shapes_3.vcproj.7.10.old,4352,2007-08-26
..............\weighted_alpha_shapes_3.cpp,2259,2007-08-26
..............\_UpgradeReport_Files
..............\....................\UpgradeReport.css,3348,2011-10-27
..............\....................\UpgradeReport.xslt,12218,2005-12-13
..............\....................\UpgradeReport_Minus.gif
..............\....................\UpgradeReport_Plus.gif

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

发表评论

0 个回复

  • MatchLSM
    1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))
    2013-08-28 15:45:57下载
    积分:1
  • 基于OPENCV的SIFT特征提取与匹配算法 OPENCV_SIFT_VC6
    基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。(OPENCV the SIFT-based feature extraction and matching algorithm. Contains a complete Gaussian pyramid from the image, DOG, space extremum point extraction, description of key points, KDtree matching key step in the realization of the full function of the comprehensive and in-depth understanding of Lowe s SIFT algorithm of tremendous help. Program to run before the installation of (1) OpenCV: http://opencvlibrary.sourceforge.net (2) SIFT: http://web.engr.oregonstate.edu/ ~ hess/index.html, and configure the parameters of their environment.)
    2020-06-26 03:00:02下载
    积分:1
  • d3dle5
    说明:  计算机图形学中应用VC++6.0和DirectX 8.0 SDK制作彩色旋转的金字塔和正方体的小程序(computer graphics application VC 6.0 and DirectX 8.0 SDK produced color rotating cube pyramid and the small program)
    2005-12-14 13:49:08下载
    积分:1
  • BPM-image--c
    数​ 字​ 图​ 像​ 处​ 理​ 中​ 的​ b​ p​ m​ 图​ 像​ 读​ 取(Digital image processing of the image b p m reading)
    2014-05-05 11:02:44下载
    积分:1
  • fatigue_mq_block
    基于opencv的C语言的疲劳驾驶检测代码,肤色检测人脸(fatigue driving detecting)
    2014-06-22 16:36:22下载
    积分:1
  • DLT-matlab
    直接线性变换DLT,直接由像平面坐标到地面空间坐标的直接变换,可用于量测相机,非量测相机(本人用的是 高速相机)。配合前方交会验证l系数的准确与否。以DLT得到的结果为初值,用光束法平差可以期望得到更高精度。是数字摄影测量课程作业的例子。(Direct linear transformation DLT, and the direct conversion of coordinates directly from the image plane to the ground space coordinates, the camera can be used for measuring the non-measurement camera (I use a high-speed camera). Tie the forward intersection verify l coefficient accurate or not. To the the DLT results obtained for the initial value, bundle adjustment can expect greater accuracy. Examples of digital photogrammetry course work.)
    2012-12-03 16:42:51下载
    积分:1
  • mirror
    对图像进行镜像处理,是最基本的图像处理操作(Mirror image is the most basic image processing operations )
    2012-05-13 20:04:04下载
    积分:1
  • HistDemoA
    说明:  直方图均衡化的一个程序,只能对BMP的黑白图像进行直方图均衡化(A histogram equalization process, only black and white BMP image histogram equalization)
    2008-09-23 09:48:10下载
    积分:1
  • guangxiangenzong
    光线跟踪,计算机图形学的实验,实现的是消隐,光线之间的遮挡等(Ray-tracing, computer graphics experiments, realize that the hidden light, such as between the block)
    2020-12-31 20:48:58下载
    积分:1
  • raw2bmp
    读取RAW格式文件,将其转换为BMP格式文件并存储,主要实现灰度图像的转换(Read the RAW format, convert it to BMP format file and stored, mainly to achieve the conversion of grayscale images)
    2011-11-08 10:36:16下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载