Comment on Modern Image Processing Algorithms Implementation in CparentComments−slicktux3yBetter in what sense?−Iwan-Zotow3yI mean OpenCV is C library, lots of well tested algorithms, Python binding, lots of users, docs, examples, you name itTo be considered as potential use, it should either do something which OpenCV is not doing, or do things (a lot) better.I mean, I used OpenCV, shall I move to that lib? OpenCV is pretty much standard C imaging library, anyone working with images knowns about OpenCV−kilpikaarna3yOpenCV is C++ (though there are 3rd party C bindings)
Comments
Better in what sense?
I mean OpenCV is C library, lots of well tested algorithms, Python binding, lots of users, docs, examples, you name it
To be considered as potential use, it should either do something which OpenCV is not doing, or do things (a lot) better.
I mean, I used OpenCV, shall I move to that lib? OpenCV is pretty much standard C imaging library, anyone working with images knowns about OpenCV
OpenCV is C++ (though there are 3rd party C bindings)