# -*- coding: utf-8 -*- """ Created on Tue Apr 21 16:07:47 2020 @author: Administrator """ import numpy as np import cv2 import os from matplotlib import pyplot as plt DEFAULT_PRNG = np.random #定义图片转换参数 class TransformParameters: def __init__( self, fill_mode = 'nearest',