how to extract color as feature vector from an image using color coherence vector?
4 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Read, Write, and Modify Image in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!