You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO depending on ImageIO.jl, ImageShow.jl and ImageCore.jl for Base.show makes OpenCV.jl little heavy. From what I understood correctly, ImageShow/showmime.jl uses FileIO.jl for Base.show methods.
Why don't follow similar approach by adding FileIo.jl integration with opencv.jl then write Base.show method on top of that?
This makes OpenCV.jl not depends on ImageIO, ImageShow and ImageCore.
Maybe we can depends on ImageCore for OpenCV.jl <=> Images.jl conversion in future.
rakeshksr
changed the title
Feature request: Base.show for OpenCV.Mat image
Feature request: Base.show for OpenCV.Mat image
Oct 5, 2023
@ashwani-rathee
It's good to have
Base.show
method to display images in pluto.jl directly.Currently, I implemented a simple(hacky) method for my needs to show images in pluto.jl
The text was updated successfully, but these errors were encountered: