You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: