inectv2_object_detection_CGA_and_EA_pcl_freenect2

所属分类:模式识别(视觉/语音等)
开发工具:C++
文件大小:6765KB
下载次数:0
上传日期:2021-08-31 03:59:31
上 传 者sh-1993
说明:  这是一个使用传感器kinect v2的项目,其中数据使用PCL 1.8表示,并尝试估计...
(this is a project where using the sensor kinect v2 where the data is represented using PCL 1.8, and try to estimate a piont cloud to simple shapes (plane, shpere and cylinder) using CGA)

文件列表:
3rd_party (0, 2021-08-31)
3rd_party\RANSAC_AGC (0, 2021-08-31)
3rd_party\RANSAC_AGC\objects.h (3470, 2021-08-31)
3rd_party\RANSAC_AGC\objects_body.cpp (6401, 2021-08-31)
3rd_party\RANSAC_AGC\ransac.h (12643, 2021-08-31)
3rd_party\RANSAC_AGC\ransac_body.cpp (45030, 2021-08-31)
3rd_party\versor (0, 2021-08-31)
3rd_party\versor\CMakeLists.txt (2955, 2021-08-31)
3rd_party\versor\build.sh (413, 2021-08-31)
3rd_party\versor\buildAll.sh (227, 2021-08-31)
3rd_party\versor\cmake (0, 2021-08-31)
3rd_party\versor\cmake\toolchains (0, 2021-08-31)
3rd_party\versor\cmake\toolchains\osx.cmake (449, 2021-08-31)
3rd_party\versor\copyrights (0, 2021-08-31)
3rd_party\versor\copyrights\COPYING.GL2PS (960, 2021-08-31)
3rd_party\versor\copyrights\COPYING.LGPL (25364, 2021-08-31)
3rd_party\versor\copyrights\COPYRIGHT (1897, 2021-08-31)
3rd_party\versor\doc (0, 2021-08-31)
3rd_party\versor\doc\Doxyfile (107204, 2021-08-31)
3rd_party\versor\doc\INSTALL.md (2791, 2021-08-31)
3rd_party\versor\doc\Notes.md (2589, 2021-08-31)
3rd_party\versor\doc\bibtex.txt (651, 2021-08-31)
3rd_party\versor\doc\guide.md (1854, 2021-08-31)
3rd_party\versor\doc\libraryNotes.md (617, 2021-08-31)
3rd_party\versor\doc\mainpage.md (2771, 2021-08-31)
3rd_party\versor\examples (0, 2021-08-31)
3rd_party\versor\examples\fixme (0, 2021-08-31)
3rd_party\versor\examples\fixme\xReflect.cpp (1064, 2021-08-31)
3rd_party\versor\examples\fixme\xTetra.cpp (1505, 2021-08-31)
3rd_party\versor\examples\fixme\xTopos.cpp (1301, 2021-08-31)
3rd_party\versor\examples\fixme\xTwistInterpolation.cpp (3201, 2021-08-31)
3rd_party\versor\examples\fixme\xWatt.cpp (2913, 2021-08-31)
3rd_party\versor\examples\xAlgebra.cpp (5342, 2021-08-31)
3rd_party\versor\examples\xBasic.cpp (1455, 2021-08-31)
3rd_party\versor\examples\xBoost.cpp (3702, 2021-08-31)
... ...

# Kinectv2_object_detection_CGA_and_EA_pcl_freenect2 # this is a project using the sensor kinect v2 where the point cloud is estimated to a simple geometric object, using pcl 1.8, and for grabbing the data is a libfreenect2 grabber. in this program display four windows, one is the comand line output, one the kinect data as Point cloud, other thar is the copy data to filter and one las window showing the filered point cloud. the copy data is used to substract the points that are similar, and leaves what its diferent **`filter=cloud1-cloud2`** selecting the window with the kinect data we can: * using the `"a"` key switch between AGC and the vectorial method * using the `"p"` key makes a copy of the current data * using the `"s"` key save the point cloud to a ply file * using the `"o"` key pause the program * using the `"l"` key execute one loop of the program * using the `"u"` to activate or deactivate the filter * using the `"j"` and `"m"` change the value of the treshold distance filter * using the `"y"` to activate or deactivate the down sample the point cloud * using the `"h"` and `"n"` change the value to down sample the point cloud if you want the original grabber project the link is: https://github.com/giacomodabisias/libfreenect2pclgrabber --- ## Installation ## --- first of all i used a i7 processor with 8gb of ram and windows 10 pro the software i used: * [Cmake 3.10.1](https://cmake.org/download/) (to link and create the msvc project) * [Microsoft visual studio 2017 community](https://www.visualstudio.com/es/downloads/?rr=https%3A%2F%2Fwww.google.com.mx%2F) (c++ editor and compiler) * [Kinect SDK v2.0_1409](https://www.microsoft.com/en-us/download/details.aspx?id=44561) * [PCL 1.8.1 (all in one)](http://unanancyowen.com/en/pcl18/) * [VTK 5.8.0 Qt suport](http://sourceforge.net/projects/pointclouds/files/dependencies/VTK-5.8.0-msvc2010-win***.exe/download) * [OpenCV 3.4.0](https://sourceforge.net/projects/opencvlibrary/files/opencv-win/) * [libfreenect2](https://github.com/OpenKinect/libfreenect2) * [OpenNI2](https://github.com/OpenNI/OpenNI2) (or https://s3.amazonaws.com/com.occipital.openni/OpenNI-Windows-x***-2.2.0.33.zip) and used the proyect [libfreenect2pclgrabber](https://github.com/OpenKinect/libfreenect2) (in /third_party folder) when i build **libfreenect2** i needed to copy `"config.h"` and `"export.h"` from **`/build_dir/libfreenect2/`** to **`/include/libfreenect2/`** and i copy the dll files to **`c:/windows/system32/`** to avoid copying the files in every project folder.

近期下载者

相关文件


收藏者