Skip to content

Commit

Permalink
Merge pull request #974 from JuliaRobotics/23Q3/fix/TrackFeat
Browse files Browse the repository at this point in the history
Fix TrackFeaturesFwdBck
  • Loading branch information
Affie authored Aug 11, 2023
2 parents dcf074b + ff82446 commit d0cc2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tracking/visual/PyCV_TrackFeaturesFwdBck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function makeBlobFeatureTracksPerImage_FwdBck!(

center_vlb = vlbs_fwdbck[1+floor(Int,length(vlbs_fwdbck)/2)]

addDataImgTracksFwdBck!(
Caesar.addDataImgTracksFwdBck!(
dfg,
center_vlb,
blobstorelbl,
Expand Down
2 changes: 1 addition & 1 deletion ext/CaesarImageFeaturesExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using TensorCast
import Base: Dict
import LinearAlgebra: norm

import Caesar: AbstractDFG, BlobEntry, addData!
import Caesar: AbstractDFG, BlobEntry, addData!, DFG.sha256

import Caesar: toDictFeatures

Expand Down

0 comments on commit d0cc2cd

Please sign in to comment.