이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
STREL3D creates a 3D sphere as a structuring element. Three-dimensional structuring elements are much better for morphological reconstruction and operations of 3D datasets. Otherwise the traditional MATLAB "strel" function will only operate on a slice-by-slice approach. This function uses the aribtrary neighborhood for "strel."
Usage:
se=STREL3D(sesize)
Arguments:
sesize - desired diameter size of a sphere (any positive integer)
Returns:
the structuring element as a strel class (can be used directly for imopen, imclose, imerode, etc)
Examples:
se=strel3d(1)
se=strel3d(2)
se=strel3d(5)
2014/09/26 - LX
2014/09/27 - simplification by Jan Simon
인용 양식
Luke Xie (2026). 3D structuring element (sphere) (https://kr.mathworks.com/matlabcentral/fileexchange/47937-3d-structuring-element-sphere), MATLAB Central File Exchange. 검색 날짜: .
