Skip to content

Instantly share code, notes, and snippets.

View guitorri's full-sized avatar

Guilherme Brondani Torri guitorri

View GitHub Profile
@guitorri
guitorri / main.cpp
Created March 20, 2014 14:24 — forked from xandout/main.cpp
#include <stdio.h>
#include <string>
#include <iostream>
#include <windows.h>
#include <vector>
using namespace std;
//Simple struct to return from lsfiles
#==============================================================
# .picasa.ini FILE STRUCTURE
#
# reverse-engineered by Franz Buchinger <fbuchinger@gmail.com>
# licensed to the public domain
#
# Picasa Version(s): 3.8.0
#
# Changelog:
# v0.1: initial release
@guitorri
guitorri / pyqt_opencv.py
Created August 14, 2012 08:24 — forked from saghul/pyqt_opencv.py
Render OpenCV video on a PyQt widget
# coding=utf8
# Copyright (C) 2011 Saúl Ibarra Corretgé <saghul@gmail.com>
#
# Some inspiration taken from: http://www.morethantechnical.com/2009/03/05/qt-opencv-combined-for-face-detecting-qwidgets/
import cv
import sys