loadAmiraMesh

버전 1.4.0.0 (2.39 KB) 작성자: Cengiz Gunay
Load Amira Mesh 3D ASCII data
다운로드 수: 608
업데이트 날짜: 2012/2/6

라이선스 보기

Loads the mesh data from an Amira 3D manipulation program. Amira is usually used to create morphological reconstructions of neurons.

It uses Amira's mesh file format that looks like this:

---------------------------
# AmiraMesh 3D ASCII 2.0

nVertices 4651
nEdges 9302
define Origins 125
define vertexTypeList 0

Parameters { ... }

Vertices { float[3] Coordinates } @1
Vertices { int NeighbourCount } @2
Vertices { float Radii } @3
EdgeData { int NeighbourList } @4
Origins { int Origins } @5
Vertices { int vertexTypeCounter } @6
vertexTypeList { int vertexTypeList } @7

# Data section follows
@1
46.2348 45.2406 7.08964
...

@2
...
---------------------------

In Matlab, you can use it like this:

>> obj = loadAmiraMesh('test.am')

obj =

nVertices: 4651
nEdges: 9302
nOrigins: 125
vertices: [4651x3 double]
neighborCount: [4651x1 double]
radii: [4651x1 double]
neighborList: [9302x1 double]
Origins: [125x1 double]

인용 양식

Cengiz Gunay (2024). loadAmiraMesh (https://www.mathworks.com/matlabcentral/fileexchange/34909-loadamiramesh), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Avizo에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.4.0.0

*

1.0.0.0