integralhistogram
Class IntHistogramSearch

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

public class IntHistogramSearch
extends java.lang.Object
implements IntHistSearch

this class implements the TargHistSearch interface. Use this class to search a target image onto a source one.

Author:
Giovanni Tarducci,Alessio Barducci

Constructor Summary
IntHistogramSearch()
           
 
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 possible implementation of the intHistSearch interface method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHistogramSearch

public IntHistogramSearch()
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 possible implementation of the intHistSearch interface method.

Specified by:
intHistSearch in interface IntHistSearch
Parameters:
intHists - historams array (yet processed by the integral histogram propagation method)
sWidth - source image width
sHeight - source image height
intersect - HistInterseciton objcet (will handle the core intersection step)
output - Search Output object (will handle the results's output)
tWidth - target image width
tHeight - target image height
scale - scale to search for
tolerance -
Returns:


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