integralhistogram
Class MyIntHistUser

java.lang.Object
  extended by integralhistogram.IntHistUser
      extended by integralhistogram.MyIntHistUser

public class MyIntHistUser
extends IntHistUser

With this class we extended the IntHistUser abstract class. Use this class to search over the Source image, using the scale parameter referred to the target image. i.e, via target handler (MyTargetUser or MyTargetUser2) you can set scale=10, the via the MyIntHistUser you will search over the Source image, starting at 1/10 of the Target image. Otherwise, using MyIntHistUser2 you will start searching at 1/10 of the Source image.

Author:
Giovanni Tarducci, Alessio Barducci

Constructor Summary
MyIntHistUser(processing.core.PImage imgSrc, int bit)
           
 
Method Summary
 
Methods inherited from class integralhistogram.IntHistUser
imageSearch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyIntHistUser

public MyIntHistUser(processing.core.PImage imgSrc,
                     int bit)
Parameters:
imgSrc -
bit -


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