Reviews
Matt Edman
Thursday 25 October 2007
Summary:
The author uses a confidence connected region growing algorithm to segment the ventricles of the brain in a medical image.
Evidence:
For evidence, the author has provided his source code, sample input, and expected output so a reviewer can independently verify the results.
Open Science:
This paper adheres to the concept of Open Science by including all source code, documentation, and sample data necessary to reproduce the author's work.
Reproducibility:
I reproduced the author's work by downloading, compiling, and running the code. I was able to get the same results given in the paper. The output produced by the source code was also the same as the sample output included with the paper. In this reviewer's opinion, no further improvements are necessary for future readers to reproduce this work.
Use of Open Source Software:
The author did use open source software in his work. No particular experiences or advantages of using open source were described in the paper.
Open Source Contributions:
The author's source code was provided and is in a usable form. No particular instructions were included as to how to compile the code, but anyone mildly familiar with CMake and C++ will have no trouble building the executable. The author did describe the command line arguments required by the resulting executable.
Code Quality:
The authors code is easy to read and does not appear to rely on any platform-specific mechanisms. Thus, it should be sufficiently portable. The coding style is not one preferred by this reviewer, but it is consistent with the Insight Toolkit. The source file did contain Windows-specific line endings (CRLF instead of LF), but any compiler worth using has no trouble with either form of line ending.
Applicability to other problems:
The authors methods seem applicable to any image analysis problem where a confidence connected region growing algorithm is appropriate.
Suggestions for future work:
A link to the online database from which you obtained the sample input data could be useful.
Requests for additional information from authors:
None.
Additional Comments: