How to segemnt gray scale image instantlly without any data set training ?

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 5 Juil 2019
Modifié(e) : KALYAN ACHARJYA le 5 Juil 2019
Do thresholding, or other unsupervised approaches.
It would be more clear, if you share sample image with region of interest specified.

6 commentaires

@KALYAN , can you share sample code?
threshold_value=....??
result=gray_Image<threshold_value;
%Apply this mask on original image to get RoI
It would be more clear, if you share sample image with region of interest specified.
@KALYAN thanks for reply, i am asking unsupervise algorithm ? also that threshold value should be taken automatically from on given input image? is its possible take automatic threshold set?
KALYAN ACHARJYA
KALYAN ACHARJYA le 5 Juil 2019
Modifié(e) : KALYAN ACHARJYA le 5 Juil 2019
Thresholding (Easiest and Basic Approach).. which is unsupervised approach.
also that threshold value should be taken automatically from on given input image? is its possible take automatic threshold set?
Yes, Global image threshold using Otsu's method, look here
Which segmentation approach most suite in your case depends on input image.
Hope your question is answered?
Hi KALYAN ACHARJYA, Your answer not related to my question.
KALYAN ACHARJYA, for Medical Images [DICOM] which algorithm suitble for automatic segmentation ?

Connectez-vous pour commenter.

Produits

Version

R2017b

Question posée :

le 5 Juil 2019

Commenté :

le 16 Juil 2019

Community Treasure Hunt

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

Start Hunting!

Translated by