roadwide

Results 1 issues of roadwide

image.py ` def resizeImage(image, targetResolution): ''' resize an image (as numpy array) to the target resolution :param image: numpy array [h, w, 4/3/1] :param targetResolution: int > 0 :return: numpy...