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

Real64 Impala::Core::Array::Element::E1Norm1 ( const Complex64 &  v  )  [inline]

Definition at line 41 of file E1Norm1.h.

References Impala::Core::Array::Element::Complex64::X(), and Impala::Core::Array::Element::Complex64::Y().

Referenced by Impala::Core::Array::Trait::QbWatershedMarkers2< DstArrayT, Src1ArrayT, Src2ArrayT >::Calculate().

00042 {
00043     return fabs(v.X()) + fabs(v.Y());
00044 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:00:18 2010 for ImpalaSrc by  doxygen 1.5.1