フィルターのクリア

How to rearrange colormap according to color similarity?

2 ビュー (過去 30 日間)
TAY
TAY 2014 年 11 月 13 日
I have a jpeg image which I would like to extract the colormap from it, I have try the rgb2ind() but the result colormap is randomly placed. Anyone know how to rearrange the colormap?
img = imread('2.jpg'); [X,map] = rgb2ind(img,256);
%% this is the colormap i created
%% this is the actual colormap
Anyone please help, thank you in advance.

回答 (0 件)

カテゴリ

Help Center および File ExchangeRed についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by