Read .off files
9 ビュー (過去 30 日間)
古いコメントを表示
From reading the mesh file(.off files), it can be extracted 2 parts of data(vertex and face).
How to keep the features for applying a machine learning algorithm?
For instance,
[idx,C] = kmeans(X,3);.
How to build X here from mesh file (.off file)?
0 件のコメント
回答 (1 件)
Vineeth Kartha
2016 年 3 月 15 日
Hi Tiffiny
I have found a MATLAb FileExcahnge submission: http://www.mathworks.com/matlabcentral/fileexchange/5355-toolbox-graph/content/toolbox_graph/read_off.m
Please go through this and see if it helps in resolving your query.
Regards Vineeth
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!