Ask Your Question

rahuls0012's profile - activity

2020-02-15 09:17:37 -0600 answered a question the code to extract the green boxes from the picture "Python-Interview.jpg" and copy them to a folder.[SOLVED]

import cv2 as cv image = cv.imread("Python-Interview.jpg", -1) convert to gray and binarize gray_img = cv.cvtColor(im