RPI-DATA / tutorials-intro

This is a set of introductory tutorials to support the data across the curriculum efforts.
0 stars 0 forks source link

Image Manipulation #3

Open lucentdan opened 5 years ago

lucentdan commented 5 years ago

Provide a function in PCA that flattens image.

leondonglh commented 5 years ago

Already solved this by using imread and flatten, but i just realize another question; when we dealt with single image, the flattens data will be 1 dimension such that we cannot plot it. Then for our eigenvalue plot, i will try to utilize a series of image just like the one in the " PCA15.ppt "

lucentdan commented 5 years ago

Yes - but we can store the image size and reshape the 1D array after we do PCA.