MATLAB: How can i display color name of any given image using image processing

feature extractionimage processing

how can i display color name of any given image using image processing?

Best Answer

You can download my FEX submission, which identifies colornames matching the input RGB values:
Using it is easy, where RGB is an Nx3 map of RGB values:
names = colornames('CSS',RGB)