MATLAB: I need a code for Color co-occurence descriptors considering color information

cbirimage processing

I need a code for Color CO-occurance descriptor (feature) which is used in Content-Based Image Retrieval (CBIR)

Best Answer

Call rgb2ind to get unique color indices with quantization. Then call graylevel co-occurrence on the indexed image.