What is the way to find the coordinates of each pixel of the inner circle (or the outer one) in the following Image using programming(openCV or MATLAB)?
imtool gives this information but it is mouse driven.

Update
I used imtool to detect these locations, by putting my mouse cursor on each point on the circle and manual noting this value. But how do I do it using programming as manually I cant do it for so many pints on the circle.