Skip to content

Commit

Permalink
fix missing geometry.keypoints docs (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 authored Apr 18, 2023
1 parent 4abc47b commit 6f8088f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/geometry.keypoints.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
kornia.geometry.keypoints
=========================

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:

0 comments on commit 6f8088f

Please sign in to comment.