kornia.geometry.keypoints ========================= .. meta:: :name: description :content: "The kornia.geometry.keypoints module offers essential functionalities for the manipulation of 2D and 3D keypoints. This module provides tools for working with keypoints in both 2D and 3D space, enabling tasks such as feature detection, matching, and transformation. The module includes the `Keypoints` and `Keypoints3D` classes, which facilitate the management and processing of keypoint data, making it useful for applications like object recognition, tracking, and 3D reconstruction." Module with useful functionalities for 2D and 3D keypoints manipulation. .. autoclass:: kornia.geometry.keypoints.Keypoints :members: :undoc-members: .. autoclass:: kornia.geometry.keypoints.Keypoints3D :members: :undoc-members: