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

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

Definition at line 41 of file MakeHistogram1d.h.

References Impala::Core::Array::MakeRoi(), and Impala::Core::Array::Pattern::PatInOutOp().

Referenced by Impala::Core::Feature::ComputeRegionDescriptor(), Impala::Core::VideoSet::LbpEval::HandleNewFrame(), and Impala::Core::VideoSet::ShotSegmenter::UpdateHistograms().

00042 {
00043     hist->Clear();
00044     TraitInOutHistogram1d<HistT, ArrayT> inoutHist(hist);
00045     ArrayT* roi = Array::MakeRoi(im, rect);
00046     Array::Pattern::PatInOutOp(roi, inoutHist);
00047     delete roi;
00048 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:44 2011 for ImpalaSrc by  doxygen 1.5.1