이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
SPHERICALHOUGH detects spherical structures from 3D images. Determines object centers and radii and outputs image mask of centers and spheres. This hough transform is based on the gradient field of the image. The code is heavily based off of Circular Hough Transform by Tao Peng (see info below).
USAGE:
[center_img,sphere_img,sphcen2,sphrad]=SPHERICALHOUGH(
img,radrange,grdthres,fltrLM_R,multirad,obj_cint)
EXAMPLE:
Run Example.m to see demonstration of SphericalHough on 3D MRI data of a rat kidney. It demonstrates the detection of kidney glomeruli, which are roughly spherical at 31x31x31 um^3 resolution. The expected radii are between 2 to 7 pixels. Example data is from the following article: MRH of age-related nephropathy, Tox Path, 2012 Jul;40(5):764-78 (http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3515870)
Supplemental material is also available on CIVMspace: http://www.civm.duhs.duke.edu/lx201107
Essential support functions are included for the example. Complete support functions can be found at the websites below:
SphericalHough http://www.mathworks.com/matlabcentral/fileexchange/48219
ordfilt3 http://www.mathworks.com/matlabcentral/fileexchange/22044
load_nii http://www.mathworks.com/matlabcentral/fileexchange/8797
showsrs2 http://wiki.biac.duke.edu/biac:tools
2007_03_07 original Circular Hough Transform by Yao Peng
2010_08_25 Spherical Hough Transform by Brian Hulette
2014_10_20 simpification, filtration, image mapping, classifiers, and example by Luke Xie
인용 양식
Luke Xie (2026). Spherical hough transform for 3D images (https://kr.mathworks.com/matlabcentral/fileexchange/48219-spherical-hough-transform-for-3d-images), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.4.0.0 | added more input validation, changed gradient threshold input to a ratio, inverted object center intensity threshold |
