Can we use Python to write codes for image processing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can we use Python to write codes for image processing?

22nd Jan 2017, 4:25 PM
PRANAV GIRWALKAR
PRANAV GIRWALKAR - avatar
3 Answers
+ 2
Images are files except instead of reading a line at a time you'll have to read bytes at a time. The processing that you do after that will depend on the encoding of the image that was used.
22nd Jan 2017, 8:07 PM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar
+ 1
have a look at SimpleCV
22nd Jan 2017, 8:07 PM
seamiki
seamiki - avatar
+ 1
yes you can if you are implementing your own algorithms then you can simply parse them in array and and if you are just looking for colours adjustment, edge detection I strongly suggest you to use openCV
22nd Jan 2017, 10:50 PM
Keshave Jat
Keshave Jat - avatar