WilhelmusLab / ice-floe-tracker-pipeline

Processing pipeline for IceFloeTracker.jl
1 stars 2 forks source link

add opencv to dockerfile #160

Closed tdivoll closed 1 month ago

tdivoll commented 2 months ago

This PR is a test to see if we can add opencv to the existing Docker container we use for SOIT and Fetchdata.

danielmwatkins commented 1 month ago

So what is the plan? It looks like the checks passed, would you like this to get merged?

cpaniaguam commented 1 month ago

So what is the plan? It looks like the checks passed, would you like this to get merged?

opencv has an implementation of dilation with structuring element (used to generate landmasks) that is much faster than both ImageMorphology.jl's and skimage's.

tdivoll commented 1 month ago

Closed as no longer needed.