How to write cv.Set(cv.fromarray) from Python 2 to Python 3

Viewed 31

I just installed python 3, but many python 2 programs have errors in python 3.

How to write

cv.Set(cv.fromarray(t),cv.Scalar(0.0,0,0,0),cv.fromarray(band))

in python 3?

0 Answers
Related