フィルターのクリア

how to create feature vector of projection profile?

2 ビュー (過去 30 日間)
Rujal
Rujal 2016 年 1 月 20 日
コメント済み: Rujal 2016 年 1 月 20 日
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(:)];
  1 件のコメント
Rujal
Rujal 2016 年 1 月 20 日
Thank you so much...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeText Analytics Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by