-
Notifications
You must be signed in to change notification settings - Fork 14
Color #12
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
I use the default Colors in ED. Was thinking to load all the template images and convert to gray scale
image = cv2.cvtColor(image, cv2.COLOR_GRAY2RGB)
Then when grabbing screen captures, to convert that to gray scale also and attempt template matching that way.
This way a user does not have to adjust their ED color scheme.
Thoughts?
(also nice work on the key bindings)