SyntaxFix
Write A Post
Hire A Developer
Questions
Here's a two line code I found online that might be helpful for a beginner
# Absolute value of the 32/64 abs_image_in32_64 = np.absolute(image_in32_64) image_8U = np.uint8(abs_image_in32_64)