Azzera filtri
Azzera filtri

how to create feature vector of projection profile?

2 visualizzazioni (ultimi 30 giorni)
hello friends, I am working on offline handwritten math expression recognition. I am using projection profile feature extraction technique. I have used pV=sum(image,1); for vertical projection and pH=sum(image,2); for horizontal projection. but I want to make feature vector of them. I need a code for creating feature vector.

Risposta accettata

Walter Roberson
Walter Roberson il 20 Gen 2016
feature_vector = [pV(:); pH(:)];

Più risposte (0)

Categorie

Scopri di più su Text Analytics Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by