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!