estimating 3D point normals. Does pcnormals function work properly?
3 ビュー (過去 30 日間)
古いコメントを表示
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.
回答 (0 件)
参考
カテゴリ
Help Center および 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!