From: Joel Lim on
I need help here
How do MATLAB know a specific colour is used for a mouse function?

Im using colour and shape detection.

So, what code do I add to state that red,circle is used to move the mouse cursor?
From: Jan Simon on
Dear Joel!

> How do MATLAB know a specific colour is used for a mouse function?

What do you mean with "mouse function" and how are these functions connected to colors?

> Im using colour and shape detection.

Does this mean image recognition?

> So, what code do I add to state that red,circle is used to move the mouse cursor?

You have to move the mouse to move the mouse cursor. So it remains totally unclear to me, where a red circle might be involved.

Jan