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
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: JuliaImages/ImageDraw.jl#53
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.
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: JuliaImages/ImageDraw.jl#53
References:
The text was updated successfully, but these errors were encountered: