Can somebody help me with in implementation of image processing basic algorithms in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can somebody help me with in implementation of image processing basic algorithms in c++?

suggest me some book and basic image processing codes...

22nd Nov 2016, 3:22 PM
Ravi D
Ravi D - avatar
2 Answers
+ 2
firsr of all you need some basic understanding of how digital imaging works (RGB and RGBA), check out computerphile channel on youtube for more information . Also ,every format has a library (eg. PNG ==> LibPNG library) just read their documentation and work with it
30th Nov 2016, 9:03 AM
mekacher anis
mekacher anis - avatar
0
I know basic image processing and C and C++ distinctly but need to go for IPCV in C++
3rd Dec 2016, 1:02 PM
Ravi D
Ravi D - avatar