Created
November 24, 2014 03:43
-
-
Save rvill/3d6b4e8fa5c19429d21b to your computer and use it in GitHub Desktop.
opencv - check for parameter names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> 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