Image Color Match
This function block is used to adjust the colors of an input image to match those of a reference image. It utilizes histogram matching to achieve this, allowing for enhanced visual consistency across images.
π₯ Inputs
Image RGB
The input image that you want to match color with the reference.
Reference Image
An image whose color histogram will influence the matching process. If not provided, the input image itself will be used for reference.
π€ Outputs
Image Any
The output image will be a modified version of the input image, colored to closely resemble the reference image.
πΉοΈ Controls
This function block does not have specific controls for user input apart from the inputs mentioned.
π¨ Features
Histogram Matching
Utilizes advanced statistical techniques to match the color distribution of the input image to that of the reference image.
Compatibility
Works with RGB images, enhancing the visual quality by harmonizing colors.
π Usage Instructions
Connect Images: Attach the input image to the first socket and, if available, a reference image to the second socket.
Evaluate: Run the block to perform color matching. The output will be an image that has its colors adjusted to match the reference.
π Evaluation
Upon execution, this function block will output a new image that has undergone color adjustment based on the reference image.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated