You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This function modifies a given image in order to keep a specific hue (given too) and to desaturate the rest of the image. This procedure originates an image with black and white colormap, excluding the parts colored with that hue. Input and output parameters are specificated in the function header.
Example of use extracting the blue hue (H: 150º - 270º):
I = imread('myimage.jpg');
I = im2double(I);
I_m = colorfilter(I,[150 270]);
imshow(I_m,[]);
Cite As
Víctor Martínez-Cagigal (2026). Image color filtering (https://www.mathworks.com/matlabcentral/fileexchange/49898-image-color-filtering), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (2.71 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
