Effacer les filtres
Effacer les filtres

how to create feature vector of projection profile?

2 vues (au cours des 30 derniers jours)
Rujal
Rujal le 20 Jan 2016
Commenté : Rujal le 20 Jan 2016
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.

Réponse acceptée

Walter Roberson
Walter Roberson le 20 Jan 2016
feature_vector = [pV(:); pH(:)];

Plus de réponses (0)

Catégories

En savoir plus sur Text Analytics Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by