Improved Color-Based Segmentation
Many color-oriented pipelines require an image region belonging to specific colors to be identified. However, it is not always easy to convert perception-based terminology to a precise formulation. Version 12 of the Wolfram Language introduces many new utilities to find, segment and replace colors in images.
In[1]:=1

✖
Build a segmentation mask using a specific color reference.
In[2]:=2

✖
Out[2]=2

Some colors might be difficult to guess.
In[3]:=3

✖
Out[3]=3

Use FindMatchingColor to find the best match for Blue in the image and build a mask with the improved reference color.
In[4]:=4

✖
Out[4]=4

In[5]:=5

✖
Out[5]=5
