integralhistogram
Interface SearchOutput

All Known Implementing Classes:
AvgImgSearchOut, ImgSearchOut, TXTSearchOut, XMLSearchOut

public interface SearchOutput

generic interface for a search results's output class.

Author:
Giovanni Tarducci,Alessio Barducci

Method Summary
 void endOutputFile()
           
 void finalizeOutput()
           
 void histSearchOut(int currentRow, int currentCol, int targRectWidth, int targRectHeight)
          method called during the search, usually everytime a target region matches
 void startOutput()
           
 void startOutputFile(java.lang.String fileName)
           
 void updateOutputFile(float CurrentValue)
           
 

Method Detail

histSearchOut

void histSearchOut(int currentRow,
                   int currentCol,
                   int targRectWidth,
                   int targRectHeight)
method called during the search, usually everytime a target region matches

Parameters:
currentRow -
currentCol -
targRectWidth -
targRectHeight -

startOutput

void startOutput()

finalizeOutput

void finalizeOutput()

startOutputFile

void startOutputFile(java.lang.String fileName)

updateOutputFile

void updateOutputFile(float CurrentValue)

endOutputFile

void endOutputFile()


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