How to use ginput for image segmentation?

2 Ansichten (letzte 30 Tage)
Veronika
Veronika am 7 Sep. 2016
Bearbeitet: Veronika am 7 Sep. 2016
Dear all,
I tried ginput for image segmentation, but I obviously don´t know how to use it. My result is only figure with axes and curve. I attach printscreen of my result and the result of how it should look like. This is my code:
clc;close all;clear all;
figure
imshow('thorax-mdl.jpg')
[x,y] = ginput;
plot(x,y)
My result:
Required result:
Thank you for your answers.

Antworten (0)

Kategorien

Mehr zu Data Exploration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by