Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -177,7 +177,7 @@ class dnn_test(NewOpenCVTests):
|
||||
cv.rectangle(frame, box, (0, 255, 0))
|
||||
cv.rectangle(frame, np.array(box), (0, 255, 0))
|
||||
cv.rectangle(frame, tuple(box), (0, 255, 0))
|
||||
# FIXIT never properly work: cv.rectangle(frame, list(box), (0, 255, 0))
|
||||
cv.rectangle(frame, list(box), (0, 255, 0))
|
||||
|
||||
|
||||
def test_classification_model(self):
|
||||
|
||||
Reference in New Issue
Block a user