필터 지우기
필터 지우기

how to encode the extracted feature? like in bagof feature

조회 수: 1 (최근 30일)
Gul
Gul 2018년 11월 6일
hi I extracted the Hog features from multiple images and I have saved all the extracted features in a cell type then, I want to encode the data with my training set but I could not encode it EX: bag1=bagOfFeatures(trainingSet,'CustomExtractor',@exampleBagOfFeaturesColorExtractor,'VocabularySize',250); scenedata1 = double(encode(bag1,trainingSet));
I want to do the same thing for Hog features ? C is my training set [featureVector,hogVisualization] = extractHOGFeatures(C,'CellSize',[2 2]); Vector{k,i}=featureVector; EX(Does not work because Vector is a cell type): Scenedata1 = double(encode(Vector,trainingSet));

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by