From b2ab05527c2db1118cbd6c5bb77d9145c3bb795a Mon Sep 17 00:00:00 2001 From: Dehann Fourie <6412556+dehann@users.noreply.github.com> Date: Wed, 13 Nov 2024 07:55:31 -0800 Subject: [PATCH] include BoW wo export --- src/Caesar.jl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Caesar.jl b/src/Caesar.jl index 17c825eb3..1f2313cf2 100644 --- a/src/Caesar.jl +++ b/src/Caesar.jl @@ -73,6 +73,7 @@ include("services/WorkflowBlobNames.jl") include("services/PointUtils.jl") include("services/DataUtils.jl") include("services/UserFunctions.jl") +include("services/ToImage.jl") # SAS-SLAM include("beamforming/czt.jl") @@ -81,8 +82,10 @@ include("beamforming/MatchedFilter.jl") include("beamforming/SASBearing2D.jl") include("beamforming/SASUtils.jl") -include("services/ToImage.jl") +# Bag of words +include("bagofwords/BagOfWords.jl") +# manual type-implementation of Point Cloud Library include("3rdParty/_PCL/_PCL.jl") # object affordance work