摘要: /*********************************************************************** RawKinectViewer - Simple application to view color and depth images captured from a Kinect device. Copyright (c) 2010-2015 Oli... 阅读全文
posted @ 2016-06-15 07:49 20118281131 阅读(257) 评论(0) 推荐(0) 编辑
摘要: project(Viewer) cmake_minimum_required(VERSION 2.8) aux_source_directory(. SRC_LIST) add_executable(${PROJECT_NAME} ${SRC_LIST}) target_link_libraries(${PROJECT_NAME} Misc.g++-3 Threads.g++-3 USB.g++... 阅读全文
posted @ 2016-06-15 07:42 20118281131 阅读(301) 评论(0) 推荐(0) 编辑