integralhistogram
Class IntHistogramProp

java.lang.Object
  extended by integralhistogram.IntHistogramProp
All Implemented Interfaces:
IntHistProp

public class IntHistogramProp
extends java.lang.Object
implements IntHistProp

this class implements the IntHist interface, you can use this class to compute integral histogram method on your histograms's matrix.

Author:
Giovanni Tarducci,Alessio Barducci

Constructor Summary
IntHistogramProp()
           
 
Method Summary
 void propIntHist(Hist[] hists, int imgWidth, int imgHeight, int[] pxlArray)
          implementation of the integral histogram's wavefront propagation method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHistogramProp

public IntHistogramProp()
Method Detail

propIntHist

public void propIntHist(Hist[] hists,
                        int imgWidth,
                        int imgHeight,
                        int[] pxlArray)
implementation of the integral histogram's wavefront propagation method.

Specified by:
propIntHist in interface IntHistProp
Parameters:
hists - histograms array to work on
imgWidth - source image width
imgHeight - source image height
pxlArray - source image's pixels array


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