ofxPCL
ofxPCL copied to clipboard
http://www.pointclouds.org/
Hi, @satoruhiga . As this link's said, http://unanancyowen.com/en/pcl18/ PCL have been update to 1.8, and support VS 2015 and more cross platform. Do you want to update this Addon? It'll...
i was hoping to give this addon a test drive on my OS X computer with OF 0.9.x i notice this addon has not been updated in the last 3...
Hi: Running on mac osx 10.9.2, ofxOpenCV alone works OK, ofxPCL alone works OK, but ofxOpenCV + ofxPCL crash and lots of error when compile. Appreciate if can provide any...
Is there a reason pcl::SHOTEstimation would not be included for i386? ``` Undefined symbols for architecture i386: "pcl::SHOTEstimationBase::initCompute()", referenced from: vtable for pcl::SHOTEstimation in testApp.o vtable for pcl::SHOTEstimationBase in testApp.o...
It seems your library depends on Python which is not pre-installed on OSX (at least on 10.6.8). # Debugger Output ``` Running… dyld: Library not loaded: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python Referenced from: /Users/xxxx/xxxx/of_v0.7.4_osx_release/apps/myApps/example-greedy-projection/bin/example-greedy-projectionDebug.app/Contents/MacOS/../../../data/pcl/lib/libboost_python-mt.dylib...
Hey, I can't find a set of PointCloud types that work to use normalEstimation() to prepare for triangulate(). I'm trying to build out an example here that I was planning...