how to extract color as feature vector from an image using color coherence vector?

조회 수: 3 (최근 30일)
Hi, I want to extract color as feature vector using color coherence vector (CCV) method. For this, I have downloaded the MATLAB code for CCV from the link " http://in.mathworks.com/matlabcentral/fileexchange/47935-color-coherence-vector ". After running the program I am getting a 2 by 27 matrix as output. I want to know whether I can use this matrix as color feature vector or not? And am I getting the correct output? If not how can I modify the code? Please help me as soon as possible. I am using the downloaded code in this way-
clc;
clear all;
close all;
I= imread('peppers.png');
CCV=getCCV(I);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by