GestureDetection icon indicating copy to clipboard operation
GestureDetection copied to clipboard

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

Open hahasofia opened this issue 7 years ago • 0 comments

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!

hahasofia avatar Jul 16 '17 03:07 hahasofia