how to create feature vector of projection profile?

2 次查看(过去 30 天)
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.

采纳的回答

Walter Roberson
Walter Roberson 2016-1-20
feature_vector = [pV(:); pH(:)];

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Text Analytics Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by