Structural Similarity
This function block is designed to evaluate the similarity between two images using the Structural Similarity Index (SSIM). It outputs a similarity percentage indicating how closely the two images match.
π₯ Inputs
Image Any
The first image for comparison.
Image Any
The second image to compare against the first image.
π€ Outputs
Similarity Percentage
A numeric output representing the similarity percentage between the two input images. The closer this value is to 100%, the more similar the images are.
πΉοΈ Controls
This block does not have any controls for user input; it operates based on the connected images.
π¨ Features
Grayscale Conversion
Automatically converts color images to grayscale for similarity computation, thus simplifying the process.
Similarity Scoring
Outputs a percentage that quantifies the similarity, making it easy to gauge the match quality.
π Usage Instructions
Connect Images: Link two images to the inputs. Ensure both images are of the same size for the comparison to be valid.
Evaluate: Run the block. It will compute the similarity and provide the output percentage.
π Evaluation
Upon execution, this function block will compare the two input images and give a similarity score. If the images match closely, the output will be near 100%.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated
Was this helpful?