kornia.geometry.grid ==================== .. meta:: :name: description :content: "The kornia.geometry.grid module provides functions for generating coordinate grids for images. It includes functions for creating 2D and 3D mesh grids with optional coordinate normalization, making it easy to work with grid-based transformations and sampling operations in computer vision tasks." .. currentmodule:: kornia.geometry.grid .. autofunction:: create_meshgrid .. autofunction:: create_meshgrid3d