According to the background image color, how can i change the reticle color which is on an image ?

6 views (last 30 days)
I know this will be the solution
A = imread('peppers.png'); imshow(A) set(gcf, 'Pointer', 'fullcrosshair')
But i want to know how it works (logic/methodology) ?
Thanks
mahesh

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!