Skip to content

Instantly share code, notes, and snippets.

View eshafeeqe's full-sized avatar

Shafeeq E eshafeeqe

View GitHub Profile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys , os , random
import cv, cv2
import numpy as np
from numpy.lib.stride_tricks import as_strided
SURF_THRESHOLD = 500
SURF_MATCH_THRESHOLD = 0.3
SURF_RATIO_THRESHOLD = 0.9