Skip to content

Instantly share code, notes, and snippets.

View 4ndr3aR's full-sized avatar

Andrea Ranieri 4ndr3aR

  • National Research Council of Italy (CNR)
  • X @4ndr3aR
View GitHub Profile
@4ndr3aR
4ndr3aR / image-search.py
Created May 4, 2021 12:24
Image search based on diff of image pairs and MSE/PSNR thresholding
#!/usr/bin/env python
import sys
import cv2
import argparse
import datetime
import numpy as np
from pathlib import Path
parser = argparse.ArgumentParser()