Skip to content

Commit

Permalink
Some FeatureMountain Docstrings (#1009)
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Terblanche <[email protected]>
  • Loading branch information
Affie and Affie authored Feb 19, 2024
1 parent 209e9f0 commit 3934f85
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ext/Images/FeatureMountain.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@



"""
$SIGNATURES
Add image features to FeatureMountain dict, using an image stored in a blob of a DFG object.
"""
function addFeatureTracks_Frame1_Q!(
# mountain::FeatureMountain,
featToMany,
Expand Down Expand Up @@ -280,7 +284,14 @@ end
# addFeatureTracks_Frame2_QbckR!(featToMany_, fg, pair)


"""
$SIGNATURES
Starting from basic short tracks between neighboring images, explore to find longer
tracks between many images.
See also: [`summarizeFeatureTracks!`](@ref)
"""
function consolidateFeatureTracks!(
featToMany_::Dict{Tuple{Symbol,Int},MANYTRACKS},
)
Expand Down Expand Up @@ -334,7 +345,14 @@ function consolidateFeatureTracks!(
end


"""
$SIGNATURES
Consolidate many short tracks into longer tracks. A track is the
attempt to follow the same real world feature through a sequence of images.
See also: [`consolidateFeatureTracks`](@ref)
"""
function summarizeFeatureTracks!(
featToMany_::Dict{Tuple{Symbol,Int},MANYTRACKS},
)
Expand Down

0 comments on commit 3934f85

Please sign in to comment.