Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Dec 12, 2024
1 parent 7f0f75c commit 087e794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions limap/estimators/absolute_pose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def pl_estimate_absolute_pose(
campose (:class:`limap.base.CameraPose`, optional): \
Initial camera pose, only useful for pose refinement \
(when ``cfg["ransac"]["method"]`` is :py:obj:`None`)
inliers_line (list[int], optional): \
Indices of line inliers, only useful for pose refinement
inliers_point (list[int], optional): \
Indices of point inliers, only useful for pose refinement
inliers_line (:class:`np.array`, optional): \
Boolean mask of line inliers, only useful for pose refinement
inliers_point (:class:`np.array`, optional): \
Boolean mask of point inliers, only useful for pose refinement
jointloc_cfg (dict, optional): Config for joint optimization, \
fields refer to :class:`limap.optimize.LineLocConfig`, \
pass :py:obj:`None` for default
Expand Down

0 comments on commit 087e794

Please sign in to comment.