estimating 3D point normals. Does pcnormals function work properly?
显示 更早的评论
Working on lidar point cloud data want to estimate point normals in 2016a. Whenever I run pcnormals function I ended up with an error which reads undefined function surfaceNormalImpl. It seems pcnormals simply calls this function which is nowhere to be found. Not implemented in 2016a? I would appreciate any suggestions and/or info on this.
2 个评论
Mudambi Srivatsa
2016-9-27
编辑:Mudambi Srivatsa
2016-9-27
I understand that you are trying to estimate point normals on lidar point cloud data using "pcnormals" function. You can quickly verify if the "pcnormals" function works fine using the inbuilt MATLAB example. Type the following in the MATLAB command window:
>> openExample('vision/EstimateNormalsOfPointCloudExample')
If you are not able to run the example, check if you have access to the Computer Vision Toolbox. If the example runs fine, there might be an issue with the way "pcnormals" function is accessed using lidar point cloud data. Either case, I suggest you to contact MathWorks Technical Support for further assistance.
Unal
2016-10-7
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Filtering, Conversion, and Geometric Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!