color moments算法我要分享

Color moments algorithm

MATLAB--moments color_moments color-moments RGB-HSV colormoments

关注次数: 257

下载次数: 0

文件大小: 857B

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:用matlab实现color moments算法,先把rgb图像转换到HSV空间,然后计算每个分量的一二三阶矩,最后组成9维向量进行比较。


English Description:

The RGB image is converted to HSV space, then the first, second and third moments of each component are calculated, and finally the 9-dimensional vector is formed for comparison.


代码预览