Fine index matrix of an image
1 次查看(过去 30 天)
显示 更早的评论
Let I be an image of m×n pixels, and M be the number of distinct colors. I can be
represented as I(x, y) = P(I'(x, y)), where P = {S1, S2, . . . , SM} is the set of all the
colors in I, and I' is a m×n matrix of indexes in {1, 2, . . . ,M} with M typically equal
to 256 or 512.
How to find the I' in an image
0 个评论
回答(1 个)
Walter Roberson
2013-10-19
rgb2ind()
2 个评论
Walter Roberson
2013-10-19
I didn't say to call it with only one argument.
I quote you,
and M be the number of distinct colors.
if you know the number of distinct colors, then re-read the rgb2ind() documentation.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!