其次,最主要的部分是基于选取图像的区域特征描述图像的形状。计算区域描述特征需要分为以下三步:1)得到用于计算区域描述特征的区域形状;2)计算这些区域形状的度量值;3)计算区域描述特征。根据提取出来的六个特征向量进行特征归一化处理。  最后是图像检索算法的实现,以图像特征向量的欧式距离进行图像的相似度匹配,并通过图像显示模块将检索结果以相似度大小顺序排列输出给用户。
偶的英文实在太烂了,高手出来指教下,不胜感激!

解决方案 »

  1.   

    Let me try it. 
    The critical part is to describe the image shape based on its regional characteristics which can be done by the following steps:
    1) obtain the regional shape;
    2) compute the measure of the regional shape;
    3) compute the regional characteristics and normalize the six characteristics(?不清楚你要表达的意思)
    Finally, we can implement the image query algorithm. We match images by their Euclidean distance, order the distances and output the result. 
      

  2.   

    PS: 如果你用的是分而治之策略的话,“区域“指的是每一部分,可能用local更合适