What is Feature vector and how to create dataset of feature vectors in Matlab?

6 Ansichten (letzte 30 Tage)
I am working on sign language recognition project. I want to create dataset of images for neural network Is there any function in Matlab to create dataset of feature vectors.

Antworten (1)

sudhakar shinde
sudhakar shinde am 12 Apr. 2018
I think you have to follow below procedure: 1) take input image 2) Preprocessing 3)Segmentation 4) Feature extraction 5) save features in database (you can use .mat format to save extracted features)
  1 Kommentar
Tehmina Kakar
Tehmina Kakar am 7 Jul. 2018
Hi @Sudhakar Shinde... Can you please tell me how to save features in database.
%%Extract the MSERF Features
[features2, valid_points1] = extractFeatures(im1, points1);
figure; imshow(im1); hold on;
plot(valid_points1.selectStrongest(10),'showOrientation',true);
feature = binaryFeatures(im2uint8(features2)).

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Pattern Recognition and Classification finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by