Skip to content

Commit

Permalink
fixes for open cv features
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie committed Jan 9, 2024
1 parent 0d4bc80 commit f6da0c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ext/services/OpenCVFeatures.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


using Caesar

# # lk_params = ( winSize = (19, 19), maxLevel = 2, criteria = (cv.TERM_CRITERIA_EPS | cv.TERM_CRITERIA_COUNT, 10, 0.03))
# lk_params = ( winSize = (19, 19), maxLevel = 2, criteria = (cv.TERM_CRITERIA_EPS | cv.TERM_CRITERIA_COUNT, 30, 0.01))
Expand Down
3 changes: 3 additions & 0 deletions src/PyCaesar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ using UUIDs
# weakdeps exports
export RosbagWriter, RosbagSubscriber

export calcFlow, getPose, goodFeaturesToTrack, goodFeaturesToTrackORB, combinePlot
export trackFeaturesFrames, trackFeaturesForwardsBackwards, makeBlobFeatureTracksPerImage_FwdBck!, makeORBParams

"""
version
Expand Down

0 comments on commit f6da0c9

Please sign in to comment.