FImageComparer

Unreal Engine C++ API Reference > Developer > ScreenShotComparisonTools

References

   
Module ScreenShotComparisonTools
Header /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h
Include #include "ImageComparer.h"

Syntax

class FImageComparer  

Functions

Type Name Description
FImageCompar... Compare ( const FString& ImagePathA, const FString& ImagePathB, FImageTolerance Tolerance, const FString& OutDeltaPath )  
FImageCompar... Compare ( const FComparableImage* ImageA, const FComparableImage* ImageB, FImageTolerance Tolerance, const FString& OutDeltaPath )  
double CompareStructuralSimilarity ( const FString& ImagePathA, const FString& ImagePathB, EStructuralSimilarityComponent InCo..., const FString& OutDeltaPath ) https://en.wikipedia.org/wiki/Structural_similarity
double CompareStructuralSimilarity ( const FComparableImage* ImageA, const FComparableImage* ImageB, EStructuralSimilarityComponent InCo..., const FString& OutDeltaPath ) https://en.wikipedia.org/wiki/Structural_similarity

Enums

Type Name Description
Public enum EStructuralSimilarityComponent  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library