integralhistogram
Class IntHistogramSearch
java.lang.Object
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
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 |
IntHistogramSearch
public IntHistogramSearch()
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 widthsHeight
- source image heightintersect
- HistInterseciton objcet (will handle the core intersection step)output
- Search Output object (will handle the results's output)tWidth
- target image widthtHeight
- target image heightscale
- scale to search fortolerance
-
- Returns:
processing library integralhistogram by Giovanni Tarducci, Alessio Barducci. (c) 2009