Skip to content

Commit 15ae103

Browse files
committed
Update orientation.py
1 parent bfa5ff9 commit 15ae103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openptv_python/orientation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ def orient(
210210
control parameters
211211
nfix : int
212212
number of 3D known points
213-
fix : List[vec3d]
213+
fix : np.array of shape (nfix, 3)
214214
each of nfix items is one 3D position of known point on
215215
the calibration object.
216-
pix : List[target]
216+
pix : np.array of shape (nfix,)
217217
image coordinates corresponding to each point in ``fix``.
218218
can be obtained from the set of detected 2D points using
219219
sortgrid(). The points which are associated with fix[] have real

0 commit comments

Comments
 (0)