We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa5ff9 commit 15ae103Copy full SHA for 15ae103
1 file changed
openptv_python/orientation.py
@@ -210,10 +210,10 @@ def orient(
210
control parameters
211
nfix : int
212
number of 3D known points
213
- fix : List[vec3d]
+ fix : np.array of shape (nfix, 3)
214
each of nfix items is one 3D position of known point on
215
the calibration object.
216
- pix : List[target]
+ pix : np.array of shape (nfix,)
217
image coordinates corresponding to each point in ``fix``.
218
can be obtained from the set of detected 2D points using
219
sortgrid(). The points which are associated with fix[] have real
0 commit comments