Problem 1368. Create an 8-color version of an image

This problem was inspired by a tweet I saw from @MATLAB regarding The Warholer.

Given an MxNx3 array (A) representing an image and a threshold for each channel (r/g/b), generate a new array (B) whose elements are 255 if greater than the threshold for that channel or 0 otherwise. This means the new "image" will only have 8 colors.

You may assume that the inputs are on the interval [0,255].

Solution Stats

47.37% Correct | 52.63% Incorrect
Last Solution submitted on Mar 24, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers53

Community Treasure Hunt

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

Start Hunting!