Im on Python 2.7 (x86) ,Open CV 3.1.0, Windows 7 (x64)
Trying some simple template matching on Open CV
The image
The code
dark_elixir_sample = cv2.imread('dark_elixir_sample.png')
w, h = dark_elixir_sample.shape[::-1]
I'm trying to get w,h for further usage in my script, however the script returns the following error.
The error
ValueError: too many values to unpack

 
     
     
     
     
    