surface2volume

버전 1.0.0.0 (3.14 KB) 작성자: Daniel Guellmar
Convert a volume defined by a surface to a binary 3D block.
다운로드 수: 8.7K
업데이트 2005/10/24

라이선스 없음

First the surface will be rasterized on the grid. Therefore it calculates the position of points which lie in the surface in a finer resolution as defined by the inputgrid. These points were then tranfered to the point it the inputgrid by using a simple indexing technique. One could also use dsearchn, but this takes to much computational time, however, it can avoid the need of an equidistant grid. After rasterizing the patches the background is fill using imfill. The start point is set to the lower left corner. Afterwards the data block will be inverted. The script tests if the datablock is fully filled and tries to repeat the task slice by slice.

인용 양식

Daniel Guellmar (2026). surface2volume (https://kr.mathworks.com/matlabcentral/fileexchange/8772-surface2volume), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
1.0.0.0

There was a small error in the script, which turn the program to fail, if an input grid was given.