Skip to content

Commit

Permalink
Merge pull request #6 from CecilR/v4
Browse files Browse the repository at this point in the history
Fix isuue with ControlImage.py
  • Loading branch information
MicBoucinha committed Dec 28, 2018
2 parents 19c8536 + 70b2e44 commit 070e41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Controls4Docs/ControlImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self):
self._open.value = self.__open

def __open(self):
self._control.value = '/home/ricardo/Desktop/lena_color.png'
self._control.value = cv2.imread('../2.ControlsExamples/lena.png')



Expand Down

0 comments on commit 070e41d

Please sign in to comment.