problem with size of output extractLBPFeatures inbuilt function.

2 次查看(过去 30 天)
for an image in size 480x640 after using extractLBPFeatures function, output is an 1*59 single. for training a neural network such as MLP, that is better input layer less than 59. how to reduce output.
img = imread('trainimage.jpg');
features = extractLBPFeatures(img);
  1 个评论
ali
ali 2020-3-30
You can reduce features by Principle Component Analysis (PCA).
in matlab there is pca() function. google it.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by