Skip to content

Instantly share code, notes, and snippets.

View Reflejo's full-sized avatar

Martín Conte Mac Donell Reflejo

View GitHub Profile
#include <iostream>
#include <fstream>
#include <string>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/opencv_modules.hpp>
#include <opencv2/stitching.hpp>
#include <opencv2/stitching/detail/warpers.hpp>
using namespace std;
import cv2
import json
import numpy
import re
import sys
from operator import itemgetter, attrgetter
from colormath.color_objects import sRGBColor, LabColor
from colormath.color_conversions import convert_color
from colormath.color_diff import delta_e_cie2000
@Reflejo
Reflejo / si.py
Created September 26, 2016 23:08
import bisect
from operator import itemgetter
units = [
(1e-24, 'y'),
(1e-21, 'z'),
(1e-18, 'a'),
(1e-15, 'f'),
(1e-12, 'p'),
import argparse
import fnmatch
import json
import os
import re
import sys
from collections import namedtuple