I’d like to obtain line profiles of RGB components of an RGB image.
I think the former version of GMS can show RGB line profiles from line profile tool.
(I’m sorry if I misunderstand.)
However, when I try it in GMS3.6, an error message appears.
Function LiveProfile_ExtractLineProfile() also does not work for an RGB image.
Are there no easy way to extract RGB profiles from GUI?
If the answer is “No”, how to extract profiles from line ROI?
What I’d like to do is that when the ROI position is dragged, shown profiles should be updated.
Adjustable line width like line profile tool would be better.
I think I have to deal with ImageDisplay, ROI object, event listener, and LinePlotImageDisplay…