integralhistogram
Class MyTargetUser2

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

public class MyTargetUser2
extends TargetUser

With this class we extended the IntHistUser abstract class. Use this class to output .txt files or to output on a result image in the custom way (i.e: compute the average of the target regions that matches, plot it on the result image).

Author:
Giovanni Tarducci, Alessio Barducci

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

MyTargetUser2

public MyTargetUser2(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