ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
shift_test.py File Reference

Namespaces

namespace  shift_test
 

Functions

def shift_test.shift_value (i, shift_value)
 

Variables

 shift_test.img27 = cv2.imread('/docker/etri/data/FlowerLF/27/16.png', cv2.IMREAD_GRAYSCALE)
 
 shift_test.img3 = cv2.imread('/docker/etri/data/FlowerLF/30/16.png', cv2.IMREAD_GRAYSCALE)
 
 shift_test.tx
 
 shift_test.ty
 
 shift_test.M = np.float32([[1, 0, tx], [0, 1, ty]])
 
 shift_test.img27_shift = cv2.warpAffine(img27, M, (256, 192), flags=cv2.INTER_CUBIC, borderMode=cv2.BORDER_REPLICATE)
 
 shift_test.img_gif = np.zeros((2, 192, 256))
 
 shift_test.duration