estimating 3D point normals. Does pcnormals function work properly?

3 ビュー (過去 30 日間)
Unal
Unal 2016 年 9 月 24 日
コメント済み: Unal 2016 年 10 月 7 日
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
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
Unal 2016 年 10 月 7 日
Thanks for your suggestion. I have access to the Computer Vision Toolbox but the example did not work either at first try. I did not figure what was the problem and I ended up reinstalling MATLAB. It work just fine now for both my data and the example.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeFiltering, Conversion, and Geometric Operations についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by