简体   繁体   中英

What can I do for preprocessing image BMP before using PCA by MATLAB?

我有BMP图像。我想以兼容的方式对其进行预处理,该方式可以通过使用PCA进行特征提取来处理。

You can start by putting each image into a column and then call PCA on that. Use imread to read in the images and reshape to change each image into a column vector.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM