Documentation Index
Fetch the complete documentation index at: https://imcui.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
imcui.ui.image_utils
Image processing utilities for geometric transformations and preprocessing.Functions
wrap_images
Wrap two images side-by-side for visualization.| Parameter | Type | Description |
|---|---|---|
image0 | np.ndarray | First image |
image1 | np.ndarray | Second image |
generate_warp_images
Generate warped images for geometric transformation visualization.| Parameter | Type | Description |
|---|---|---|
image0 | np.ndarray | Source image |
image1 | np.ndarray | Destination image |
homography_matrix | np.ndarray | 3x3 homography matrix |
rotate_image: Rotate image by specified anglescale_image: Scale image by factorcrop_image: Crop image to specified region