Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Region growing algorithm
no vote
Application background A recursive region growing algorithm for 2D and 3D grayscale image sets with polygon and binary mask output. The main purpose of this function lies on clean and highly documented code. Key Technology Usage:  [P, J] = regionGrowing(cIM, initPos, thresVal, maxDist, tfMean, tfFillHoles, tfSimplify) Inputs:  - cIM: 2D/3D grayscale matrix  - initPos: Coordinates for initial seed position  - thresVal: Absolute threshold level to be included  - maxDist: Maximum d
nearby
2016-08-23
0
1
Horizontal set partition lung contour
no vote
Application background This matlab code is used to segment the lung contour.  You can use a lung mask to get the contours of the whole series of lung CT. Key Technology The basic idea of this is from C-V model of Active Contour Model. Literature: Chan T F, Vese L A. Active contours without edges[J]. Image processing, IEEE transactions on, 2001, 10(2): 266-277.
nearby
2016-08-23
0
1
No more~