pglira / Point_cloud_tools_for_Matlab

Various point cloud tools for Matlab
http://www.geo.tuwien.ac.at/pg/pctools/pctools.html
MIT License
116 stars 43 forks source link

Not working with matlab 2016 #1

Closed eshafeeqe closed 7 years ago

eshafeeqe commented 7 years ago

I am getting following error while executing command to make a point cloud.

pc = pointCloud('Lion.xyz'); pc.plot; Error using pointCloud Error: File: pointCloud.m Line: 403 Column: 9 A constructor call to superclass KDTreeSearcher appears after the object is used, or after a return.

I am using ubuntu 14.04.

jandob commented 7 years ago

Got the same error, i think its because matlab now has its builtin pointCloud class.

pglira commented 7 years ago

Hi, I commited a major update for the pointCloud class. Your issue is solved now, as the point cloud class is no longer a subclass of the KDTreeSearcher class.