How to obtain the X,Y,Z index of the high intensity stripes/bands appearing the image shown below?

2 views (last 30 days)
How to obtain the X,Y,Z index of the bluish-green streaks appearing the image shown below?
There are about 3-4 streaks and I would like to detect all the streaks and obtain corresponding X,Y,Z index from the top of the band till the tail-end. I tried using [Gx,Gy,Gz] = imgradientxyz(I) or [Gmag,Gazimuth,Gelevation] = imgradient3(Gx,Gy,Gz)
it only gives the contrast of the below shown image. But does not give information about the location where max peak intensities are observed. Any help is greatly apppriciated.
Thanks!
  1 Comment
Image Analyst
Image Analyst on 12 Dec 2021
Edited: Image Analyst on 12 Dec 2021
What original data do you have? Just this crummy screenshot? Where would you get a Z (third dimension) out of this 2-D image? Do you mean the color?

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!