How to implement image processing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to implement image processing?

20th Dec 2018, 2:55 PM
tejaswi kanneganti
tejaswi kanneganti - avatar
4 Answers
+ 5
If you could be more specific it would help, because "use imagemagick" is also acceptable (it's like, kindof built for massive automation)...but a lot more context may be required to use it effectively. Related: MagickWand http://www.imagemagick.org/script/magick-wand.php Wand-py https://pypi.org/project/Wand/
20th Dec 2018, 5:09 PM
Kirk Schafer
Kirk Schafer - avatar
20th Dec 2018, 4:22 PM
Maninder $ingh
Maninder $ingh - avatar
+ 3
1. Define what info should be relevant in the image (counting objects, borders, shape estimation, etc) 2. Do some Google about libs that perform that task/s. 3. Read the documentation, find your favorite functions 4. Import the library in your project 5. Test... Mistake, read again, adjust parameters, test... Done!!
21st Dec 2018, 12:36 AM
DFrancos
DFrancos - avatar
0
Hy
21st Dec 2018, 8:56 AM
Raphael AVOCEGAMOU
Raphael AVOCEGAMOU - avatar