integralhistogram
Class IntHistogramStdSearch

java.lang.Object
  extended by integralhistogram.IntHistogramStdSearch
All Implemented Interfaces:
IntHistSearch

public class IntHistogramStdSearch
extends java.lang.Object
implements IntHistSearch

this class implements the TargHistSearch interface, you can use this class to search a target image onto a source one and get the search result over a result image.

Author:
Giovanni Tarducci,Alessio Barducci

Constructor Summary
IntHistogramStdSearch()
           
 
Method Summary
 boolean intHistSearch(Hist[] intHists, int sWidth, int sHeight, HistIntersection intersect, SearchOutput output, int tWidth, int tHeight, int scale, float tolerance)
          we propose here a standard implementation of the intHistSearch interface method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHistogramStdSearch

public IntHistogramStdSearch()
Method Detail

intHistSearch

public boolean intHistSearch(Hist[] intHists,
                             int sWidth,
                             int sHeight,
                             HistIntersection intersect,
                             SearchOutput output,
                             int tWidth,
                             int tHeight,
                             int scale,
                             float tolerance)
we propose here a standard implementation of the intHistSearch interface method.

Specified by:
intHistSearch in interface IntHistSearch
Parameters:
intHists -
sWidth -
sHeight -
intersect -
output -
imgTarget -
tWidth -
tHeight -
normTargHist -
scale -
tolerance -
Returns:


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