nextcv.image.ops ⚓︎ Image operations. Functions here modify pixel values without changing image layout. Includes operations like: - Pixel-wise arithmetic and logic - Thresholding and binarization FUNCTION DESCRIPTION invert Invert the image. nextcv.image.ops.invert ⚓︎ invert(image: NDArray[uint8]) -> NDArray[uint8] Invert the image.