python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to crop images in irregular shapes/polygons?
I'm trying to crop an image by coordinates, in an irregular shape.
I do have the following polygon of coordinates where I have to draw a line and cut and keep only this polygon from the image.
These a...
Joan Albert
Votes: 0
Answers: 0
Auto-crop the image, and extract the area of interest from image
I want to crop image automatically, it means I don't want to specify the pixels or coordinates each time, the module/code which should detect the object (i.e. area of interest) and extract it from an ...
Akshay Sable
Votes: 0
Answers: 0
How to make crops from list of lists
I have a list of n lists like this
pixels = [[400, 220, 515, 293], [433, 373, 482, 452], [401, 370, 477, 475]]
Each sublist correspond to the Top Left and Bottom Right Points for each crop
I made thi...
feruciform
Votes: 0
Answers: 1
Crop/copy stretched image in WPF
I want to build a small image and text editor.
I have two Images in a UserControl.
On the left side is the editor and looks momentarily (thanks to some try and error) a little bit overstated, but it w...
Marcel Grüger
Votes: 0
Answers: 1