Photo Color Adjust
The next Online Photo Editor that you can use to change the background color of your image to white, is Malabi. Now, much like the Background burner, this is automatic. It’ll delete the background of your photograph easily, and will provide a crisp white backdrop.
Input Type Value Description grayscale 1-by-2 vector of the form lowin highin Specifies the contrast limits in the input grayscale image that you want to map to values in the output image. Values must be in the range 0 1.0. The value lowin must be less than the value highin. RGB or colormap 2-by-3 matrix of the form lowRGBtriplet; highRGBtriplet Specifies the contrast limits in the input RGB image or colormap that you want to map to values in the output image or colormap.
Each row in the array is an RGB color triplet. Values must be in the range 0 1.
The value lowRGBtriplet must be less than the value highRGBtriplet. RGB or colormap 1-by-2 vector of the form lowin highin Specifies the contrast limits in the input RGB image that you want to map to values in the output image. Each value must be in the range 0 1.0. The value lowin must be less than the value highin.
If you specify a 1-by-2 vector with an RGB image or colormap, then imadjust applies the same adjustment to each color plane or channel. All types If you specify an empty matrix ( ), then imadjust uses the default limits 0 1. Imadjust clips value below lowin and above highin: Values below lowin map to lowout and values above highin map to highout. Data Types: single double. Input Type Value Description grayscale 1-by-2 vector of the form lowout highout Specifies the contrast limits of the output grayscale image. Each value must be in the range 0 1. RGB or colormap 2-by-3 matrix of the form lowRGBtriplet; highRGBtriplet Specifies the contrast limits of the output RGB image or colormap.
Each row in the array is an RGB color triplet. Values must be in the range 0 1. RGB or colormap 1-by-2 vector of the form lowout highout Specifies the contrast limits in the output image. Each value must be in the range 0 1. If you specify a 1-by-2 vector with an RGB image or colormap, then imadjust applies the same adjustment to each plane or channel.
All types If you specify an empty matrix ( ), then imadjust uses the default limits 0 1. If highout is less than lowout, then imadjust reverses the output image, as in a photographic negative. Data Types: single double.
Photo Color Adjuster
This function supports the generation of C code using MATLAB ® Coder™. Note that if you choose the generic MATLAB Host Computer target platform, the function generates code that uses a precompiled, platform-specific shared library. Use of a shared library preserves performance optimizations but limits the target platforms for which code can be generated.
Adjusting Photo Color
For more information, see. When generating code, imadjust does not support indexed images. GPU Arrays Accelerate code by running on a graphics processing unit (GPU) using Parallel Computing Toolbox™.