Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One question about "self.hullPoints = [self.handContour[i[0]] for i in self.hullHandContour]" #5

Open
hahasofia opened this issue Jul 16, 2017 · 0 comments

Comments

@hahasofia
Copy link

hahasofia commented Jul 16, 2017

Hi,
I'm reading your code and have a question about this line code "self.hullPoints = [self.handContour[i[0]] for i in self.hullHandContour]". I think self.hullHandContour is just like vector < int >, so is "[i[0]]" correct? I think it should be "[i]". Am I right? Thank you!

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

No branches or pull requests

1 participant