我试图在MATLAB中为彩色图像建立一个基于内容的图像检索系统,并且正在使用一个千米算法,为我的数据库中的图像提取特征矢量。 每个图像有四个组别,每个组都有彩色(R,G,B)和位置(X,Y)的信息。
我现在试图在我各组别中增加一个文字特征,为此需要使用灰色层共同存在矩阵。 我知道,GLCM只是一个迹象,表明某个灰色层会出现在另一层,并为我的图像创造了GLCM。
I am unclear about how to map the GLCM to the original image (and thus its clusters), since GLCM talks about pairs of pixels, and I would like each X,Y position to have texture information. How does one go about translating GLCM to pixels?