image_proccesing_PCA-master

所属分类:图形图像处理
开发工具:matlab
文件大小:5KB
下载次数:1
上传日期:2018-09-14 13:30:01
上 传 者Danielwon
说明:  pca对图像处理,可以对此算法使用者带来帮助,来做进一步研究
(PCA image processing)

文件列表:
get_image_by_id.m (750, 2018-04-26)
load_images_into_array.m (699, 2018-04-26)
main.m (615, 2018-04-26)
main_emotions.m (1049, 2018-04-26)
main_face.m (660, 2018-04-26)
match_image.m (2285, 2018-04-26)
read_images.m (640, 2018-04-26)
test_algorithm.m (323, 2018-04-26)

# image_proccesing_PCA This code implements Principal Component Analysis (PCA) for Image Processing and Recognizing. ## Running the program This program needs folder _Data_ (in project root) with your own face images. (It will be good if they had the same width and height) ## API reference * To read images simply call ```read_images``` in your matlab main file, it will load test images into test_images and training images into training_images array. * getting image by their position in images array: ```get_image_by_id(, )``` or as alternative use cell array syntax: ```{1, 2}```

近期下载者

相关文件


收藏者