登录
首页 » Visual C++ » Lidar

Lidar

于 2021-01-24 发布 文件大小:3917KB
0 147
下载积分: 1 下载次数: 454

代码说明:

  Lidar点云数据处理软件,深度影像分类以及边缘检测(Lidar)

文件列表:

Lidar
.....\Data.cpp
.....\Data.h
.....\Debug
.....\.....\Data.obj
.....\.....\Data.sbr
.....\.....\DlgCalculateRegionArea.obj
.....\.....\DlgCalculateRegionArea.sbr
.....\.....\DlgCanny.obj
.....\.....\DlgCanny.sbr
.....\.....\DlgClearSmallRegion.obj
.....\.....\DlgClearSmallRegion.sbr
.....\.....\DlgFilterSmooth.obj
.....\.....\DlgFilterSmooth.sbr
.....\.....\DlgHistogram.obj
.....\.....\DlgHistogram.sbr
.....\.....\DlgHough.obj
.....\.....\DlgHough.sbr
.....\.....\DlgInterpolate.obj
.....\.....\DlgInterpolate.sbr
.....\.....\DlgThresholdSegment.obj
.....\.....\DlgThresholdSegment.sbr
.....\.....\ImageProcessing.obj
.....\.....\ImageProcessing.sbr
.....\.....\Lidar.bsc
.....\.....\Lidar.exe
.....\.....\Lidar.ilk
.....\.....\Lidar.obj
.....\.....\Lidar.pch
.....\.....\Lidar.pdb
.....\.....\Lidar.res
.....\.....\Lidar.sbr
.....\.....\LidarDoc.obj
.....\.....\LidarDoc.sbr
.....\.....\LidarView.obj
.....\.....\LidarView.sbr
.....\.....\MainFrm.obj
.....\.....\MainFrm.sbr
.....\.....\StdAfx.obj
.....\.....\StdAfx.sbr
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\DlgCalculateRegionArea.cpp
.....\DlgCalculateRegionArea.h
.....\DlgCanny.cpp
.....\DlgCanny.h
.....\DlgClearSmallRegion.cpp
.....\DlgClearSmallRegion.h
.....\DlgFilterSmooth.cpp
.....\DlgFilterSmooth.h
.....\DlgHistogram.cpp
.....\DlgHistogram.h
.....\DlgHough.cpp
.....\DlgHough.h
.....\DlgInterpolate.cpp
.....\DlgInterpolate.h
.....\DlgThresholdSegment.cpp
.....\DlgThresholdSegment.h
.....\ImageProcessing.cpp
.....\ImageProcessing.h
.....\Lidar.aps
.....\Lidar.clw
.....\Lidar.cpp
.....\Lidar.dsp
.....\Lidar.dsw
.....\Lidar.h
.....\Lidar.ncb
.....\Lidar.opt
.....\Lidar.plg
.....\Lidar.rc
.....\LidarDoc.cpp
.....\LidarDoc.h
.....\LidarView.cpp
.....\LidarView.h
.....\MainFrm.cpp
.....\MainFrm.h
.....\ReadMe.txt
.....\res

.....\...\Lidar.rc2


.....\Resource.h
.....\StdAfx.cpp
.....\StdAfx.h

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

发表评论

0 个回复

  • MATLAB
    matlab编写的一个递归应用,同时生成动态链接库(dll)。并用vc++测试(matlab generate dynamic link library (dll). And using vc++ test)
    2013-11-27 15:11:36下载
    积分:1
  • Play-XM
    Visual C++ example source code, welcome to try.(Easy to use player software trial, welcome to try. Email: lujunlijustin@yahoo.com.tw )
    2012-01-19 17:18:51下载
    积分:1
  • WolfD3D
    D3D透视上色 可实现很多游戏的透视 狼队 火力突击 穿越火线 逆战 等等的D3D游戏(The D3D perspective color the perspective of a lot of games)
    2012-10-15 14:30:02下载
    积分:1
  • Polar_SI9000
    polar si9000破解版,可用到2038年,仅供个人研究参考,不能用于商业。 (Si9000 polar crack version, available to 2038, only for personal research reference, can not be used for commercial.)
    2015-12-17 12:38:23下载
    积分:1
  • HSM
    本历程实现了一个完整的层次状态机HSM,可根据UML方便的写出相应的状态机代码。特别适合复杂状态机的开发。(This process implements a complete hierarchical state machine (HSM), according to the UML state diagram convenient to write the corresponding state machine code. Especially for complex state machine development.)
    2013-08-21 09:32:25下载
    积分:1
  • Puzzle-cPP
    说明:  自己写的拼图游戏,vs2008,附带音乐和鼠标点击音乐(Write your own jigsaw puzzle, vs2008, incidental music and music mouse clicks)
    2011-04-06 15:20:05下载
    积分:1
  • 进程创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • subject_1_109107
    socket编程书(socket programming book)
    2004-11-26 13:55:59下载
    积分:1
  • 2009102816302101
    详细讲解了VC++使用ADO对SQL SERVER的操作(Explained in detail the use of ADO in VC++ the operation of SQL SERVER)
    2009-11-02 17:39:39下载
    积分:1
  • SST89E51RD_SIMULATOR
    AVR,JTAG仿真软件,内涵源程序和电路图,直接烧写进单片机就可以在线仿真的(AVR, the simulation software of JTAG, content of the source code and circuit diagram, directly burned into the microcontroller can online simulation )
    2014-12-26 20:59:52下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载