sgp715 / simple_image_annotator

MIT License
137 stars 33 forks source link

Paint Pixels #3

Open JLee21 opened 6 years ago

JLee21 commented 6 years ago

Hi!

In addition to bounding box, would it be possible to "lasso" arbitrary shapes, essentially painting each pixel selected. The output would be the image but colored with simple colors like so: http://adas.cvc.uab.es/elektra/wp-content/uploads/sites/13/2016/05/CVC10_Frame3.png

sgp715 commented 6 years ago

Hello! Thanks for taking interest in my project. Could you expand a little bit output to the file would be? I would be interested to see what @tomplarge thinks as well.

JLee21 commented 6 years ago

Yeah for sure! The output image would be the same dimensions as the input image. The format of the output image would be PNG. (I've used this simple PNG helper module) I included a picture below for more detail. image