필터 지우기
필터 지우기

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(:)];

추가 답변 (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