Image Segmentation Overlapping Objects Same Color
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to sement an image containing a several, overlapping sine waves of the same color. Ultimately I am trying to do two things: (1) Determine how many sine waves there are in an image, and (2) Extract the data seperately for each so that I can perform a curve fit on each wave seperately. Currently, I am able to use color thresholding and active contouring to pull out ALL of the data in a particular image, but I can't separate the data into individual sine waves.
0 Kommentare
Antworten (1)
Pranav Verma
am 12 Nov. 2020
Hi Alex,
I understand from your question that you want the sine wave images to be available separately. Since the sine waves are overlapped, may be you can proceed with a different approach of watershed segmentation. Refer to the below documentation on the same:
Below thread explains how to segment the color image using active contours
The below discussions on the similar lines where the user wants to save the segmented region separately as an image:
Thanks
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis 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!