Giter VIP home page Giter VIP logo

pclviewer's Introduction

PCLViewer

投影片1


目錄


環境

使用版本:
	QT:5.15.2
	VTK:8.2.0
	Open3D:0.14.1
	PCL:1.11.1

屬性檔

C++ 環境建置 VC++目錄中:
QT_VTK.props:
	include目錄:
		C:\Program Files\PCL 1.11.1\include\pcl-1.11
		C:\Program Files\PCL 1.11.1\3rdParty\Boost\include\boost-1_74
		C:\Program Files\PCL 1.11.1\3rdParty\Eigen\eigen3
		C:\Program Files\PCL 1.11.1\3rdParty\FLANN\include
		C:\Program Files\PCL 1.11.1\3rdParty\Qhull\include
		C:\Program Files\PCL 1.11.1\3rdParty\VTK\include\vtk-8.2
		C:\Program Files\OpenNI2\Include

	程式庫目錄:
		C:\Program Files\PCL 1.11.1\lib
		C:\Program Files\PCL 1.11.1\3rdParty\Qhull\lib
		C:\Program Files\PCL 1.11.1\3rdParty\FLANN\lib
		C:\Program Files\PCL 1.11.1\3rdParty\Boost\lib
		C:\Program Files\PCL 1.11.1\3rdParty\VTK\lib
		C:\Program Files\OpenNI2\Lib
		
OpenCV.props:
	include目錄:
		C:\...\Intel RealSense SDK 2.0\include
		C:\...\Intel RealSense SDK 2.0\bin\x64
		C:\...\OpenCV\build\include
	程式庫目錄:
		C:\...\Intel RealSense SDK 2.0\lib\x64
		C:\...\OpenCV\build\lib\Release
	連結器>輸入:
		opencv_world452.lib
		realsense2.lib


C/C++:
	前置處理器添加:
		_SCL_SECURE_NO_WARNINGS
		_CRT_SECURE_NO_WARNINGS
		BOOST_USE_WINDOWS_H
		NOMINMAX
		_SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING
		_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
	所有選項:SDL檢查>否

使用方式

Open3D Source Code複製到3Dparty

螢幕擷取畫面 2022-04-07 034744

CppPythonCallback.exe複製到".\3Dparty\Open3D\examples\python\reconstruction_system\sensors"

Transform.py複製到".\3Dparty\3DTestFile"


介紹

投影片4 投影片6 投影片7 投影片8 投影片9 投影片10 投影片11 投影片12 投影片13 投影片14 投影片15 投影片16


Demo

pclviewer's People

Contributors

azubu23202869 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.