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

template<class HistT, class ArrayT>
void Impala::Core::Histogram::MakeHistogram1d ( HistT *  hist,
ArrayT *  im 
)

Definition at line 21 of file MakeHistogram1d.h.

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

Referenced by MakeHistogram1dSet().

00022 {
00023     //Geometry::Rectangle rect(0, 0, im->CW(), im->CH());
00024     //MakeHistogram1d(hist,im,rect);
00025     hist->Clear();
00026     TraitInOutHistogram1d<HistT, ArrayT> inoutHist(hist);
00027     Array::Pattern::PatInOutOp(im, inoutHist);
00028 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:12:08 2010 for ImpalaSrc by  doxygen 1.5.1