Semi-automatic cell segmentation to be converted to GUI

I find it difficult to find an algorithm that can always come up with a reasonable segmentation of cells in microscopy fluorescent images. Therefore I decide to write a semi-automatic segmentation code. The code initially generates a rough cell segmentation mask and then the user is prompted to add or subtract the ROI in the rough mask. The code and a sample image are attached, I have very limited experience with GUI. I would greatly appreciate it if you can help me to convert this into a GUI. In it in return, I am happy to include your name in acknowledgement of any publication that comes out of this work.
The main code is called "SemiAutoMaskingSegmV2while".
PS. at the moment you dont see the original image with the updated mask, I need to improve this as well.
Best regards Peyman

5 Comments

Have you looked at the documentation pages in Matlab for creating GUIs. They include numerous examples that you can learn from. Using GUIDE it is fairly simple provided you don't wish to do anything too complicated. AppDesigner may work too, although it doesn't do enough currently for me to enjoy using it.
Thank you for comments. Yes, I did, I can create a GUI but then linking them to each part of the code is not easy for me and I am out of my time for this.
It is highly unlikely that someone else will have time if you don't yourself!
It will be easier to answer if you ask specific questions.
I understand what you mean, but this a potential collaboration opportunity

Sign in to comment.

Answers (0)

Categories

Asked:

on 29 Mar 2017

Commented:

on 30 Mar 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!