#include "Core/Array/Pattern/PatBinaryPixOp.h"#include "Core/Array/Trait/BpoEqual.h"#include "Core/Array/TestEqual.h"Include dependency graph for Equals.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Impala | 
| namespace | Impala::Core | 
| namespace | Impala::Core::Array | 
Functions | |
| template<class DstArrayT, class Src1ArrayT, class Src2ArrayT> | |
| void | Impala::Core::Array::Equals (DstArrayT *&dst, Src1ArrayT *src1, Src2ArrayT *src2) | 
| Pixel level Equals returns an image with for each pixel the equality of the corresponding pixels in the input images.   | |
| template<class ArrayT1, class ArrayT2> | |
| bool | Impala::Core::Array::Equals (ArrayT1 *src1, ArrayT2 *src2, double tolerance) | 
| Image level Equals return true if the two input images are equal.   | |
| template<class ArrayT1, class ArrayT2> | |
| bool | Impala::Core::Array::Equals (ArrayT1 *src1, ArrayT2 *src2) | 
| Image level Equals return true if the two input images are equal.   | |
 1.5.1