How to obtain the X,Y,Z index of the high intensity stripes/bands appearing the image shown below?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Image Analyst
2021-12-12
编辑:Image Analyst
2021-12-12
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?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!