when using the same image with low quality   ` for cnt in contours1: area = cv2.contourArea(cnt) if area > 30000: `
when using the same image with low quality


for cnt in contours1: area = cv2.contourArea(cnt) if area > 30000: