DeepFaceLive/xlib/avecl/_internal/EInterpolation.py
2021-10-06 14:50:53 +04:00

8 lines
144 B
Python

from enum import IntEnum, IntEnum
class EInterpolation(IntEnum):
NEAREST = 0
LINEAR = 1
CUBIC = 2
LANCZOS3 = 3
LANCZOS4 = 4