I am experimenting with the facedetect.py example code. I am aware that cv.HaarDetectObjects returns a list of objects (in this case rectangles around detected faces) in the format (x, y, w, h),n. I would like to know what "n" stands for.
↧