__init__.pyi 93 B

123456789
  1. __all__: list[str] = []
  2. import cv2
  3. # Functions
  4. def kernels() -> cv2.GKernelPackage: ...