Skip to content

Instantly share code, notes, and snippets.

View drewrwilson's full-sized avatar
💬
Drew is typing...

Drew Wilson drewrwilson

💬
Drew is typing...
View GitHub Profile
@drewrwilson
drewrwilson / camera.groovy
Last active August 29, 2015 14:27 — forked from madhephaestus/camera.groovy
BowlerStudio Cameras
import java.awt.image.BufferedImage;
import com.neuronrobotics.jniloader.Detection;
import java.util.List;
println("HELLO DUUUUUUDE")
// Starting with the connected camera from BowlerStudio
println(camera0)
//Create the default detector using "lbpcascade_frontalface.xml"
IObjectDetector detector = new HaarDetector("lbpcascade_frontalface.xml")
// Create the input and display images. The display is where the detector writes its detections overlay on the input image
BufferedImage inputImage = AbstractImageProvider.newBufferImage(640,480)
@drewrwilson
drewrwilson / bootstrap-boilerplate
Last active August 29, 2015 14:01 — forked from KHarshawat/bootstrap-boilerplate
This is a simple starting place for a bootstrap site, using CDNs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Starter Template for Bootstrap</title>