JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
136 stars 32 forks source link

Image Clipping Algorithms #245

Closed ashwani-rathee closed 2 years ago

ashwani-rathee commented 3 years ago

Clipping in computer graphics is to remove objects, lines, or line segments that are outside the viewing pane. In line clipping, we will cut the portion of line which is outside of window and keep only the portion that is inside the window Will be quite useful for ImageView and,best application would be to cut and download selected pieces from a image. Polygon clipping would be the pretty useful for other purposes too in my opinion,since it will be most flexible. For example: https://github.com/JuliaImages/ImageDraw.jl/issues/53

References:

ashwani-rathee commented 3 years ago

An important issue would be able to pin points(vertices) in the image in ImageView imshow tool then use imagedraw.jl with it.I'm not sure if it's already there.That will increase the interactivity scope by quite a lot imo.

timholy commented 3 years ago

Tinker.jl has been the intended target for a drawable interactive canvas based on ImageView. Can you move this issue there?