How to combine three defined feature vector
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi Friends. I am doing a project on CBIR .I extracted a feature vector from RGB image. I got 3 feature vector for R G B separately. I want to merge 3 Feature vector into a single feature vector. Please give matlab code example and the Feature vector Size is 96.
댓글 수: 0
채택된 답변
Image Analyst
2015년 4월 3일
allFeatures = [featureVector1, featureVector2, featureVector3];
댓글 수: 2
Image Analyst
2015년 4월 5일
I don't know. Let's say you have a database of 100 thousand images, and let's say your query is "show me all images of beaches". And let's say that that query would return 200 images of beaches. Now, how would you like those sorted? Which of the 200 beach images would be the first one, and which would be the last one?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!