Looking for PCA snippet/source code in C++
- by jihchuan
Hi, I'm currently developing a software to compare 2 images. I start with extract the image's RGB values, form a matrix of array and then attempt to compress the values using PCA, and then match/recognize it with a pre-set data to find its similarity.
But I can't proceed with the PCA part. (I'm using C++, C also can)
If there any library/source code/snippet for it please let me know, or if there're any recommendation on my case also very welcomed!!
I'd appreciate your helps!!
Thanks!
JC,
[email protected]