Skip to content

Instantly share code, notes, and snippets.

View silviogreuel's full-sized avatar
🍺
beer right back

Silvio Greuel silviogreuel

🍺
beer right back
View GitHub Profile
https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv/
#!/usr/bin/env python
import cv2 as cv
upper = cv.CascadeClassifier("haarcascade_upperbody.xml")
body = cv.CascadeClassifier("haarcascade_fullbody.xml")
face = cv.CascadeClassifier("haarcascade_frontalface_default.xml")
smile = cv.CascadeClassifier("haarcascade_smile.xml")
def detect(cascade, frame):
return cascade.detectMultiScale(gray, 1.3, 5)

Keybase proof

I hereby claim:

  • I am silviogreuel on github.
  • I am silviogreuel (https://keybase.io/silviogreuel) on keybase.
  • I have a public key ASCjREIc8hFBvh7EQypnM-DUP4KfoNWVzMw97SRLWVlxswo

To claim this, I am signing this object:

@silviogreuel
silviogreuel / reclaimWindows10.ps1
Created February 7, 2017 23:32 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Fork via https://github.com/Disassembler0 (different defaults)
##########
# Win10 Initial Setup Script
# Author: Disassembler <disassembler@dasm.cz>
# Version: 1.7, 2016-08-15
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/
# THIS IS A PERSONALIZED VERSION
# This script leaves more MS defaults on, including MS security features.
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1