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

Answers (1)

Do thresholding, or other unsupervised approaches.
It would be more clear, if you share sample image with region of interest specified.

6 Comments

@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?
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 ?

Sign in to comment.

Products

Release

R2017b

Asked:

on 5 Jul 2019

Commented:

on 16 Jul 2019

Community Treasure Hunt

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

Start Hunting!