integralhistogram
Interface IntHistProp

All Known Implementing Classes:
IntHistogramProp

public interface IntHistProp

generic interface for an integral histogram class.

Author:
Giovanni Tarducci,Alessio Barducci

Method Summary
 void propIntHist(Hist[] hists, int imgWidth, int imgHeight, int[] pxlArray)
          given an histograms array, compute on it the integral histogram.
 

Method Detail

propIntHist

void propIntHist(Hist[] hists,
                 int imgWidth,
                 int imgHeight,
                 int[] pxlArray)
given an histograms array, compute on it the integral histogram.

Parameters:
hists - histograms's array
imgWidth - source image width i.e histograms's matrix columns
imgHeight - source image height i.e histograms's matrix rows
pxlArray - source image pixels, used to fill your histograms using the methods of an Hist's implementation class


processing library integralhistogram by Giovanni Tarducci, Alessio Barducci. (c) 2009