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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::M3poHarris< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT Lx2,
const SrcArithT Ly2,
const SrcArithT LxLy 
) [inline]

Actual operation.

Definition at line 39 of file M3poHarris.h.

References Impala::Core::Array::Trait::M3poHarris< DstArrayT, SrcArrayT >::mK.

00040     {
00041         return Lx2*Ly2 - LxLy*LxLy - mK*(Lx2+Ly2)*(Lx2+Ly2);
00042     }


Generated on Fri Mar 19 11:03:59 2010 for ImpalaSrc by  doxygen 1.5.1