v0.9.0
CameraCalibrations v0.9.0
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_sampleskwarg
Merged pull requests: