![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
Functions | |
| def | shift_value (i, shift_value) |
Variables | |
| img27 = cv2.imread('/docker/etri/data/FlowerLF/27/16.png', cv2.IMREAD_GRAYSCALE) | |
| img3 = cv2.imread('/docker/etri/data/FlowerLF/30/16.png', cv2.IMREAD_GRAYSCALE) | |
| tx | |
| ty | |
| M = np.float32([[1, 0, tx], [0, 1, ty]]) | |
| img27_shift = cv2.warpAffine(img27, M, (256, 192), flags=cv2.INTER_CUBIC, borderMode=cv2.BORDER_REPLICATE) | |
| img_gif = np.zeros((2, 192, 256)) | |
| duration | |
| def shift_test.shift_value | ( | i, | |
| shift_value | |||
| ) |
| shift_test.duration |
| shift_test.img27 = cv2.imread('/docker/etri/data/FlowerLF/27/16.png', cv2.IMREAD_GRAYSCALE) |
| shift_test.img27_shift = cv2.warpAffine(img27, M, (256, 192), flags=cv2.INTER_CUBIC, borderMode=cv2.BORDER_REPLICATE) |
| shift_test.img3 = cv2.imread('/docker/etri/data/FlowerLF/30/16.png', cv2.IMREAD_GRAYSCALE) |
| shift_test.img_gif = np.zeros((2, 192, 256)) |
| shift_test.tx |
| shift_test.ty |