The ability to change colors can be a useful tool in image processing. Given an m x n x 3 array (much like CData in images), find all instances of a specific color (c1) and change those pixels to another color (c2). Both colors are inputs to the function. The output is the modified 3D array. If there are no instances of the color to be changed, the output will be the same as the input 3D array.
Assume the class of all colors is double. So, for example, black is [0 0 0] and white is [1 1 1].
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers122
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53402 Solvers
-
Remove the small words from a list of words.
1566 Solvers
-
Find the "ordinary" or Euclidean distance between A and Z
177 Solvers
-
Compute a dot product of two vectors x and y
1056 Solvers
-
224 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!