Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class DstArrayT, class Src1ArrayT, class Src2ArrayT>
void Impala::Core::Array::Equals ( DstArrayT *&  dst,
Src1ArrayT *  src1,
Src2ArrayT *  src2 
) [inline]

Pixel level Equals returns an image with for each pixel the equality of the corresponding pixels in the input images.

Definition at line 20 of file Equals.h.

References Impala::Core::Array::Pattern::PatBinaryPixOp().

Referenced by Equals(), Impala::Core::Array::TestEquals::testData(), Impala::Core::Array::TestMakeRandom::testRandomSeed(), Impala::Core::Array::TestEquals::testSize(), and Impala::Core::Array::TestEquals::testTolerance().

00021 {
00022     Trait::BpoEqual<DstArrayT, Src1ArrayT, Src2ArrayT> bpo;
00023     Pattern::PatBinaryPixOp(dst, src1, src2, bpo);
00024 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:29 2010 for ImpalaSrc by  doxygen 1.5.1