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

4 visualizaciones (últimos 30 días)
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);

Respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by