integralhistogram
Class IntHistUser

java.lang.Object
  extended by integralhistogram.IntHistUser
Direct Known Subclasses:
MyIntHistUser, MyIntHistUser2

public abstract class IntHistUser
extends java.lang.Object

you can extend this abstract class to test your interfaces's implementation classes.

Author:
Giovanni Tarducci,Alessio Barducci

Constructor Summary
IntHistUser(processing.core.PImage imgSrc, int bit)
          create the integral histogram
 
Method Summary
 boolean imageSearch(TargetUser target)
          search for a target object onto the target's source image
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHistUser

public IntHistUser(processing.core.PImage imgSrc,
                   int bit)
create the integral histogram

Parameters:
imgSrc -
bit -
Method Detail

imageSearch

public boolean imageSearch(TargetUser target)
search for a target object onto the target's source image

Parameters:
target -
Returns:
true if at least a match was done


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