JuliaSmoothOptimizers / BundleAdjustmentModels.jl

Julia repository of bundle adjustment problems
Mozilla Public License 2.0
9 stars 5 forks source link

Add df handles #42

Closed AntoninKns closed 2 years ago

AntoninKns commented 2 years ago

Based on PR #35 instead of adding other methods I added different ways of creating a model based on a dataframe.

codecov[bot] commented 2 years ago

Codecov Report

Merging #42 (ea94383) into main (de00a84) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   88.33%   88.48%   +0.15%     
==========================================
  Files           5        5              
  Lines         300      304       +4     
==========================================
+ Hits          265      269       +4     
  Misses         35       35              
Impacted Files Coverage Δ
src/BundleAdjustmentArtifactFunctions.jl 80.76% <100.00%> (+0.76%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 25a5262...ea94383. Read the comment docs.

AntoninKns commented 2 years ago

Pull request #57 adds more possibilities with better changes. This pull request is thefore no longer needed.