Skip to content

Instantly share code, notes, and snippets.

View tamasd's full-sized avatar

Tamás Demeter-Haludka tamasd

  • Lufthansa Systems Hungaria
  • Szeged
View GitHub Profile
@dlion
dlion / BorderCanny.c
Created August 28, 2012 23:25
A simple snippet for retrieve frames from the webcam and make only the contourn of the image with Canny filter using OpenCV
/*
* Rilevatore di bordi con canny
* Snippet by Domenico Luciani aka DLion
*/
#include <highgui.h>
#include <cv.h>
int main()
{
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#