__init__.pyi 82 B

12345678
  1. import cv2
  2. import typing
  3. # Functions
  4. def kernels() -> cv2.GKernelPackage: ...