comparison scripts/extract-appearance-images.py @ 1012:01db14e947e4

resolved
author Wendlasida
date Fri, 01 Jun 2018 10:47:49 -0400
parents 933670761a57
children cc5cb04b04b0
comparison
equal deleted inserted replaced
1011:4f0312bee393 1012:01db14e947e4
1 #! /usr/bin/env python 1 #! /usr/bin/env python3
2 2
3 import numpy as np, cv2 3 import numpy as np, cv2
4 import argparse, os 4 import argparse, os
5 from pandas import read_csv 5 from pandas import read_csv
6 from matplotlib.pyplot import imshow, figure 6 from matplotlib.pyplot import imshow, figure