Principal component analysis, linear algebra and so on..

Hello!

My question is very simple: starting from a PImage with its own pixel array, it is possible to implement image reduction methods like Principal Component Analysis or SVD - that make a large use of linear algebra - without installing any additional library? I am quite confused about the PMatrix role: there is a chance to create new matrices (and maybe, load the pixel array in a matrix)?

Answers

Sign In or Register to comment.