How to segemnt gray scale image instantlly without any data set training ?
Show older comments
How to segemnt gray scale image instantlly without any data set training ?
Answers (1)
KALYAN ACHARJYA
on 5 Jul 2019
Edited: KALYAN ACHARJYA
on 5 Jul 2019
0 votes
Do thresholding, or other unsupervised approaches.
It would be more clear, if you share sample image with region of interest specified.
6 Comments
voxey
on 5 Jul 2019
KALYAN ACHARJYA
on 5 Jul 2019
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.
voxey
on 5 Jul 2019
KALYAN ACHARJYA
on 5 Jul 2019
Edited: KALYAN ACHARJYA
on 5 Jul 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?
voxey
on 8 Jul 2019
voxey
on 16 Jul 2019
Categories
Find more on Image Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!