Borrar filtros
Borrar filtros

problem with size of output extractLBPFeatures inbuilt function.

2 visualizaciones (últimos 30 días)
fred bnm
fred bnm el 5 de Abr. de 2018
Comentada: ali el 30 de Mzo. de 2020
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 comentario
ali
ali el 30 de Mzo. de 2020
You can reduce features by Principle Component Analysis (PCA).
in matlab there is pca() function. google it.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by