From e7a58d879658b5269343d0f8c968fbf8cf6865f0 Mon Sep 17 00:00:00 2001 From: Tsukasa Sugiura Date: Tue, 28 Feb 2017 00:34:36 +0900 Subject: [PATCH] Add README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29062ef..baa6f3c 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ -# qt_visualizer \ No newline at end of file +Qt_Visualizer +============= + +Qt_Visualizer is sample program that uses PCL with Qt. +This sample program is refactored to work with latest PCL and Qt based on [official tutorial](http://pointclouds.org/documentation/tutorials/qt_visualizer.php). + +![image](https://cloud.githubusercontent.com/assets/816705/23371467/94291528-fd5b-11e6-9d8b-5cef17443387.PNG) + +How to Build +------------ +Please read this [documentation](BUILD.md). + +Test Environment +---------------- +* Visual Studio 2015 (x64) +* Point Cloud Library 1.8.0 +* VTK 7.1.0 +* Qt 5.8.0 +* CMake 3.6.1 (or later) + +License +--------- +Copyright © 2017 Tsukasa SUGIURA +Distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php "MIT License | Open Source Initiative"). + +Contact +--------- +* Tsukasa Sugiura + * + * + * \ No newline at end of file