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)