how to extract color as feature vector from an image using color coherence vector?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Read, Write, and Modify Image in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!