Skip to content

Commit

Permalink
refac toImage
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Sep 22, 2023
1 parent 2466175 commit c60a550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions ext/CaesarImagesExt.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module CaesarImagesExt

@info "Loading Caesar tools related to Images.jl."


using Images
# using ImageTransformations
using ColorVectorSpace
Expand All @@ -28,7 +25,7 @@ import GeometricalPredicates as GeoPr
import ApproxManifoldProducts: sample, _update!
import IncrementalInference: getSample, preambleCache, _update!, getManifold

import Caesar: applyMaskImage, makeMaskImage, makeMaskImages, imhcatPretty, toImage
import Caesar: applyMaskImage, makeMaskImage, makeMaskImages, imhcatPretty
import Caesar: writevideo, csmAnimationJoinImgs, csmAnimateSideBySide, makeVideoFromData
import Caesar: overlayScanMatcher
import Caesar: overlayScatter, overlayScatterMutate
Expand All @@ -46,7 +43,7 @@ import Caesar: unionFeatureMountain, sortKeysMinSighting
# NOTE usage requires ImageFeatures.jl
import Caesar: curateFeatureTracks

include("Images/ROSImageConversion.jl")

include("Images/ImageMask.jl")
include("Images/ImageToVideoUtils.jl")
include("Images/ScanMatcherUtils.jl")
Expand Down
2 changes: 0 additions & 2 deletions ext/Images/ROSImageConversion.jl

This file was deleted.

0 comments on commit c60a550

Please sign in to comment.