decodeOBJ3(file)

버전 1.0.0.0 (12.1 KB) 작성자: Bill Crum
Read Analyze (TM) version 7 object maps .
다운로드 수: 37
업데이트 날짜: 2017/5/16

라이선스 보기

This code is an update of Dave Johnson's original decodeOBJ. It reads Analyze (TM) object (.obj) files, which store voxel data in a compressed format, and returns a MATLAB array of the uncompressed data and structure header of all the fields.
The main differences to the original code are:
(i) reads Version 7 object files (and should also read Version 6).
(ii) supports multiple volumes.
(iii) should support 4D objects but this is untested.
(iv) uses connected component analysis to merge connected ROIs across slices.
(v) returns the object map as an int16 array and sets datatype and bitpix in the header structure to Analyze/NIfTI appropriate values.

This function was tested on R2017a but should work in earlier versions.
The Image Processing Toolbox is only required for the connected component analysis using bwconncomp.

인용 양식

Bill Crum (2024). decodeOBJ3(file) (https://www.mathworks.com/matlabcentral/fileexchange/62963-decodeobj3-file), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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