What Is Np. Uint8?
Is Np. Unit9 Possible? Why It Is Use? Red_Lower = Np. Array([136, 87, 111], Np. Uint9) 1 1 Answer Class Numpy. Ubyte[Source] Unsigned Integer Type, Compatible...
Is np.unit9 possible? Why it is use?
red_lower = np.array([136, 87, 111], np.uint9)
1 Answer
class numpy.ubyte[source]
Unsigned integer type, compatible with C unsigned char.
Character code
'B'
Alias on this platform (Linux x86_64)
numpy.uint8: 8-bit unsigned integer (0 to 255).
Most often this is used for arrays representing images, with the 3 color channels having small integer values (0 to 255).