Load a text file(pixel values) / Opencv / C++
what is opencv equivalent of mat2gray using in Matlab?
I have a text file contains pixel values of an Image. I want to import it to the code and then normalize it...
How do I load it?
Thanks in advance..