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

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
 

Function Documentation

◆ shift_value()

def shift_test.shift_value (   i,
  shift_value 
)

Variable Documentation

◆ duration

shift_test.duration

◆ img27

shift_test.img27 = cv2.imread('/docker/etri/data/FlowerLF/27/16.png', cv2.IMREAD_GRAYSCALE)

◆ img27_shift

shift_test.img27_shift = cv2.warpAffine(img27, M, (256, 192), flags=cv2.INTER_CUBIC, borderMode=cv2.BORDER_REPLICATE)

◆ img3

shift_test.img3 = cv2.imread('/docker/etri/data/FlowerLF/30/16.png', cv2.IMREAD_GRAYSCALE)

◆ img_gif

shift_test.img_gif = np.zeros((2, 192, 256))

◆ M

shift_test.M = np.float32([[1, 0, tx], [0, 1, ty]])

◆ tx

shift_test.tx

◆ ty

shift_test.ty