Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the color of the selected Face from Red to something else #40

Open
ShamineDsouza opened this issue Mar 2, 2021 · 1 comment

Comments

@ShamineDsouza
Copy link

I was looking at your code , I wanted to change the color of the Red circle , when face selected to some other color . Where can I change it in code ?

Can I write anything on this code. If I Say detect Age Or gender .

Would appreciate your help on this.

@jernejk
Copy link
Owner

jernejk commented Apr 5, 2021

Hi, in Program.cs on line 24, you can change the hex code of the color.

        private static readonly Scalar _faceColorBrush = new Scalar(0, 0, 255);

@jernejk jernejk closed this as completed Apr 5, 2021
@jernejk jernejk reopened this Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants