Iter-hMin: Iterative H-minima Based Marker-Controlled Watershed for Cell Nucleus Segmentation |
The proposed algorithm iteratively identifies markers, considering a set of different h values. In each iteration, it defines a set of candidates using a particular h value and selects the markers from those candidates provided that they fulfill the size requirement. The source codes are provided here. NOTE: The following source codes are provided for research purposes only. The authors have no responsibility for any consequences of use of these source codes. If you use any part of these codes, please cite the following paper.
Please contant Can Fahrettin Koyuncu for further questions. | ||||||||||||||||||
Source code | ||||||||||||||||||
The program, which can be downloaded here, is available for Matlab. You need to call the iterativeHmin
function in Matlab. This function uses Matlab codes as well as C codes, which should first be compiled by the mex compiler in Matlab.
For the first use of this program, please uncomment line 65 (line including compileCCodes statement) in the iterativeHmin.m file. This line calls compileCCodes function, which compiles the C codes by the mex compiler and creates an executable called flooding that will be used by the iterativeHmin function. After your first use, you may comment this line. The iterativeHmin function has the following prototype
| ||||||||||||||||||