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?