Color name identification: fuzzycolor

版本 1.0.0.0 (596.7 KB) 作者: John D'Errico
Efficient identification of color names for any RGB
5.5K 次下载
更新时间 2006/9/20

查看许可证

Yes, its easy to identify [1, 0, 0] as a red color. But sometimes we want to find ALL colors in an image that we would identify as red. Thus, [1, 0.1, 0.1] is also easily seen as red by the eye. Its not so easy to do computationally however, since the set of colors which we might perceive as some given color name is probably not a simple set. Its probably not convex, and not all of us will even agree on the exact boundaries of that set. The fuzziness of those boundaries is why I've called this tool fuzzycolor.

Fuzzycolor uses a database that I've constructed for each color name, then applies interp3 to identify any color names in question. So fuzzycolor will be fast, and can be applied to entire images at will. See the demo.

Fuzzycolor can recognize colors as belonging to specific color name sets, or it can test all color names in its database. Again, see the demo.

Unfortunately, the database is not truly complete, including only a few select colornames, currently:

'red', 'green', 'blue', 'neutral', 'pastel', yellow', 'flesh'

I'll expand this list as I find time. I also hope to improve the existing lookup tables, as their margins are still not quite as accurate as I would like. I'll happily accept additions from others too. For those who wish to improve my database, I've included a tool that puts the user through a visual experiment to outline the set of all colors that fit a given colorname. (I will improve this tool for the next revision.)

I assumed a D65 iluminant to build the "neutral" and "pastel" lookup tables. The flesh tone lookup table was built from a small set of flesh tone patches that I dug up.

引用格式

John D'Errico (2024). Color name identification: fuzzycolor (https://www.mathworks.com/matlabcentral/fileexchange/12326-color-name-identification-fuzzycolor), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!

FuzzyColor/Demo/html/

版本 已发布 发行说明
1.0.0.0

Minor bug fix, plus now up to 13 different color names in the database.