integralhistogram
Class MyIntHistUser2

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

public class MyIntHistUser2
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 MyIntHistUser2 you will search over the Source image, starting at 1/10 of the Source image (keeping the Target image aspect ratio). Otherwise, using MyIntHistUser you will start searching at 1/10 of the Target image.

Author:
Giovanni Tarducci, Alessio Barducci

Constructor Summary
MyIntHistUser2(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

MyIntHistUser2

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


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