davidcaron / pclpy

Python bindings for the Point Cloud Library (PCL)
MIT License
428 stars 59 forks source link

No constructor defined for CloudSurfaceProcessing #38

Open odkoLimitless opened 5 years ago

odkoLimitless commented 5 years ago

Hi! cl_proc = CloudSurfaceProcessing.PointXYZ_PointXYZ() Tried to create object like above, got this error.

TypeError Traceback (most recent call last)

in ----> 1 cl_proc = CloudSurfaceProcessing.PointXYZ_PointXYZ() TypeError: pclpy.pcl.surface.CloudSurfaceProcessing.PointXYZ_PointXYZ: No constructor defined!