Skip to content

Instantly share code, notes, and snippets.

@0V
Last active December 25, 2016 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0V/4430118124ce684b8558b1bfa5dc8b57 to your computer and use it in GitHub Desktop.
Save 0V/4430118124ce684b8558b1bfa5dc8b57 to your computer and use it in GitHub Desktop.
Cv2.CvtColor(srcMat, grayMat, ColorConversionCodes.BGR2GRAY);
Cv2.EqualizeHist(grayMat, grayMat);
var faces = Cascade.DetectMultiScale(grayMat);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment