Ask Your Question

Bagusflyer's profile - activity

2018-06-13 11:39:51 -0600 commented question Mixture of OpenCV version?

My code: points = np.array([(x1,y1), (x2,y2), (x3,y3), (x4,y4)]) moment = cv2.moments(points) centerx = int(round(momen

2018-06-13 09:55:15 -0600 commented answer Mixture of OpenCV version?

Do you know where to find document about old Moments function? How can I use cv2.moments to replace the old function?

2018-06-13 09:55:03 -0600 commented answer Mixture of OpenCV version?

Do you where to find document about old Moments function? How can I use cv2.moments to replace the old function?

2018-06-13 09:45:05 -0600 asked a question Mixture of OpenCV version?

Mixture of OpenCV version? I'm confused about the following code in crop_plates.py at https://github.com/openalpr/train-