Skip to content

Instantly share code, notes, and snippets.

@Yuktha-Majella
Created October 27, 2021 16:35
Show Gist options
  • Save Yuktha-Majella/80e075c363a8a9e98c2e1c515fa3128f to your computer and use it in GitHub Desktop.
Save Yuktha-Majella/80e075c363a8a9e98c2e1c515fa3128f to your computer and use it in GitHub Desktop.
import cv2
flags = [i for i in dir(cv2) if i.startswith('COLOR_')]
print(flags)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment