颜色特征提取 一:Matlab怎么样提取图像的颜色特征,非常 如果你是指rgb颜色层的话 use football as an exampleI=imread('football.jpg');color=I;R=(:,:1);G=(:,:,2);B=(:... 2017-09-19 0 阅读 38 阅读全文