Skip to content

nextcv.image ⚓︎

NextCV Image module - Image processing functionality.

MODULE DESCRIPTION
color

Color and intensity transformations.

compose

Image composition utilities.

geometry

Geometric image transformations.

ops

Image operations.

stitching

Generalized image stitching framework.

CLASS DESCRIPTION
LeftRightStitcher

Stitch cameras arranged horizontally (left-to-right).

FUNCTION DESCRIPTION
invert

Invert the image.

nextcv.image.LeftRightStitcher ⚓︎

LeftRightStitcher(left_camera: PinholeCamera, right_camera: PinholeCamera)

Bases: HorizontalStitcher

Stitch cameras arranged horizontally (left-to-right).

nextcv.image.invert ⚓︎

invert(image: NDArray[uint8]) -> NDArray[uint8]

Invert the image.