recently I've downloaded PCL code for matlab and python, but it is not possible to me run them, it shows some errors. could you please help me how to run PCL codes on my point cloud?
include directories($PCL INCLUDE DIRS) link directories($PCL LIBRARY DIRS) add definitions($PCL DEFINITIONS) add executable(pcd write test pcd write.cpp) target link libraries(pcd write test $PCL COMMON LIBRARIES $PCL IO LIBRARIES)
Collette Curry I did that at matlab and python but I got some errors. for instance at python I installed every libraries which them needed but still it doesn't work, could you please tell me how can I implement them on my point cloud?
include directories($PCL INCLUDE DIRS) link directories($PCL LIBRARY DIRS) add definitions($PCL DEFINITIONS) add executable(pcd write test pcd write.cpp) target link libraries(pcd write test $PCL COMMON LIBRARIES $PCL IO LIBRARIES)