Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 11:47
· 36 commits to main since this release
7253c60

CameraCalibrations v0.9.0

Diff since v0.7.3

Breaking changes

  • The API is identical, but now we use OpenCV to detect checkerboards and fit the camera-model
  • We added a in-memory call that allows fitting the model to images in-memory, the API for that new call is:
    fit(tags::Vector{AbstractString}, imgs::Vector{Matrix{Gray}}, n_corners, checker_size)
  • We removed the inverse_samples kwarg

Merged pull requests:

  • Yg/try opencv again (#9) (@yakir12)
  • CompatHelper: bump compat for OhMyThreads to 0.8, (keep existing compat) (#10) (@github-actions[bot])