Hi, I want to ask you where in this code I have a mistake cause it`s not working. ( C# ) Code: private void detectFace() {
Bitmap bm = new Bitmap(this.pictureBox1.Image); Bitmap pt = new Bitmap(bm.Width, bm.Height); for (int i = 0; i < bm.Width; i++) { for (int j = 0; j < bm....