0
Can somebody help me with in implementation of image processing basic algorithms in c++?
suggest me some book and basic image processing codes...
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
0
I know basic image processing and C and C++ distinctly but need to go for IPCV in C++