Hi,
i wonder if you guys know a solution (in matlab) to my problem:
I have a intensity/greyscale image and i have choosen a pixel inside this image. Now want to send vectors starting from this pixel in all directions/angles and i want to sum up all the intensities of the pixels touching one vector, for all vectors. After this step i would like to plot a histogram with the intensities on one axis and the angle on the other axis. I think i can to the last step on my own, but i don't know how to create these vectors inside my greyscale image and how to get the coordinates of the pixels a vector touches.
I did this in c++, which required a lot of code and i am sure this can be done with less effort in matlab, but i am quiet new to matlab so any help would be appreciated since i haven't found anything in the documentation.