Answers for "(-215:Assertion failed) src_depth != CV_16F && src_depth != CV_32S in function 'convertToShow'"

2

src_depth != CV_16F && src_depth != CV_32S

image = image.astype(np.uint8)
Posted by: Guest on April-29-2020

Code answers related to "(-215:Assertion failed) src_depth != CV_16F && src_depth != CV_32S in function 'convertToShow'"

Browse Popular Code Answers by Language