Skip to content

v1.22.3

Choose a tag to compare

@dcnieho dcnieho released this 08 May 09:07
· 212 commits to master since this release
  • vectorized transforms.angle_between
  • transforms: check for nan for early exit was waaay to trigger happy
  • pose.Estimator: extra processing: like for planes and individual markers, allow functions to return None, and then skip storing them
  • pose: factor out estimate_homography and estimate_pose so they also can be used standalone
  • now consistent object_point, img_point ordering across all calls and outputs
  • add check that there are enough points to run opencv pnp and homography functions to avoid crash
  • Now outputting number of points used, not number of markers