1

I followed the instructions given here http://www.pointclouds.org/downloads/linux.html . After installing the libpcl , what should be done to import it in python?

1 Answers1

1

You should import libpcl now in your Python script. Follow this Link. According to the link I assume import pcl would do the trick.

David
  • 145
  • 6