Skip to content

Finished#6

Open
TRKuan wants to merge 2 commits intogabyvon725:masterfrom
TRKuan:master
Open

Finished#6
TRKuan wants to merge 2 commits intogabyvon725:masterfrom
TRKuan:master

Conversation

@TRKuan
Copy link

@TRKuan TRKuan commented Mar 4, 2018

No description provided.

return ... # return your results
while(self.cap.isOpened()):
ret, frame = self.cap.read()
if ret == True:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(建議)
Line 22 可以省略括號
Line 24 可以寫成 if ret: ,因為通常較少用 == 來比較物件跟 True/False boolean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants