Ask Your Question

Suzy's profile - activity

2020-08-25 14:13:26 -0600 received badge  Student (source)
2020-08-25 13:50:27 -0600 commented question Need to convert from python to cpp

yes, I have a problem of finding largest rectangle inside the contour area. So, I am trying to use the mentioned appro

2020-08-25 13:50:13 -0600 commented question Need to convert from python to cpp

yes, I have a problem of finding largest rectangle inside the contour area. So, I am trying to use the mentioned appro

2020-08-25 13:37:35 -0600 commented question Need to convert from python to cpp

yes, I have a problem of finding largest rectangle inside the contour area. So, I am trying to use the mentioned appro

2020-08-25 13:00:30 -0600 asked a question Need to convert from python to cpp

Need to convert from python to cpp mask = np.zeros(thresh.shape, dtype="uint8") (x, y, w, h) = cv2.boundingRect(c) cv2.r