integralhistogram
Class MyTargetUser

java.lang.Object
  extended by integralhistogram.TargetUser
      extended by integralhistogram.MyTargetUser

public class MyTargetUser
extends TargetUser

With this class we extended the IntHistUser abstract class. Use this class to output .xml files or to output on a result image in the standard way (i.e: everytime a target region matches, plot it on the result image).

Author:
Giovanni Tarducci, Alessio Barducci

Constructor Summary
MyTargetUser(processing.core.PImage imgTarg, int bitPerComp, int imgScale, float threshold)
          create a target handler
 
Method Summary
 
Methods inherited from class integralhistogram.TargetUser
endOutputFile, finalizeOutput, getHistDistance, getOutHandler, getScale, getTargImage, getTolerance, setOutputFile, setOutputImage, startOutput, startOutputFile, updateOutputFile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTargetUser

public MyTargetUser(processing.core.PImage imgTarg,
                    int bitPerComp,
                    int imgScale,
                    float threshold)
create a target handler

Parameters:
imgTarg -
bitPerComp -
imgScale -
threshold -


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