How to Program Volume Segmenter App in a Script

6 views (last 30 days)
Christina
Christina on 18 Aug 2021
Edited: JSC on 2 Sep 2021
I am using the volume segmenter app to manually segment every 10th image in my image stack of 100 images total. I am then able to interpolate between the images manually segmented to get my desired outcome.
I can do this using the app interface however, instead of opening up the app and doing this, I would like to put this in a script.
My goal would be to press run and then have the script pull up every 10th image and prompt the user to segment the images given to them and then interpolate between them. I would like all of this to be able to be done by just running a script and not having to open up the volume segmenter app for ease of use.
Is this possible? All the documentation I could find on the volume segmenter app so far just teaches you how to use the app interface itself not how to call its functions out.
  1 Comment
JSC
JSC on 2 Sep 2021
Edited: JSC on 2 Sep 2021
I'm not familiar with the app but I would suggest experimenting with the examples in the Programmatic Use section at the bottom of the page: https://www.mathworks.com/help/images/ref/volumesegmenter-app.html
There's also this list of image segmentation functions, but I don't know if/how they work with the volume segmenter app: https://www.mathworks.com/help/images/referencelist.html?type=function&category=image-segmentation&s_tid=CRUX_topnav

Sign in to comment.

Answers (0)

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!