Hey there,
I’m trying to find intensity of vertical bars at the center of each bar.
(ex.. Drawing a vertical line at the center of each bar and getting rgb values
), below is the attached image on which i’m trying to achieve .
As you can see there are 5 Vertical Bars and i need to find intensity(getting RGB values) on those bars at the center of each bar.
I tried using canny edge detection and then findContours but it’s of no use.
Does anyone have any different approach to solve the problem.
Thank you!