19#ifndef FLOWENGINEIMAGEPROCESSING_H
20#define FLOWENGINEIMAGEPROCESSING_H
48 double &outSimilarityScore );
Image analysis and processing utilities.
Definition: ImageProcessing.h:32
static FLE_DLL Result CompareImages(const Image &image1, const Image &image2, LogListenerInterface &log, ProgressBarInterface &progress, int step, double &outSimilarityScore)
Definition: ImageProcessing.cpp:114
static FLE_DLL Result ComputeQualityScore(const Image &image, LogListenerInterface &log, ProgressBarInterface &progress, int windowSize, double &outScore)
Definition: ImageProcessing.cpp:61
Pure virtual Log Listener interface.
Definition: LogListenerInterface.h:41
Pure virtual Progress Bar interface.
Definition: ProgressBarInterface.h:32
Definition: BoundingBoxInterface.cpp:26
Result
Enumerates possible results generated by FlowEngine.
Definition: CommonDef.h:48
a 2D image Holds information about a raw image Data is not owned
Definition: CommonDef.h:563