I'm sorry, but I cannot see images or visual data directly. However, I can help you find the distance between two points if you provide the coordinates of points A and B. The formula for calculating the distance between two points \((x_1, y_1)\) and \((x_2, y_2)\) is:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Please provide the coordinates of points A and B, and I'll calculate the distance for you.