zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Update docstring for InfieldCorrectionInput #265

Closed johningve closed 3 months ago

johningve commented 3 months ago

Commit 066edbae updated detect_feature_points to support giving either a Camera or a Frame as input. This left the docstring for InfieldCorrectionInput, which references the "version of detect_feature_points that takes a Camera argument" outdated.

This commit updates the wording to say "Camera or Frame".