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

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)

Asked:

on 18 Jun 2014

Community Treasure Hunt

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

Start Hunting!