How to extract only 3 eigen vectors of an nxn image in opencv? – SEO
I am trying to convert a RGB image to Grayscale using the following paper. The main algorithm using in the paper is this: Novel PCA based algorithm to convert images to grayscale However, when I am trying to extract eigen…