Support string or int as argument instead of CV2 flags #1390
abhisek-lpl
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, many of the augmentations accept
cv2
flags as arguments. This is a bit inconvenient because:cv2
just for the flagsJSoN
or any other text-based format is difficult/cumbersome.It should be easy to bypass this using
enum
internally and let the methods accept astring
orint
instead.Beta Was this translation helpful? Give feedback.
All reactions