필터 지우기
필터 지우기

problem with size of output extractLBPFeatures inbuilt function.

조회 수: 2 (최근 30일)
fred bnm
fred bnm 2018년 4월 5일
댓글: ali 2020년 3월 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