jAER project on SourceForge

Uses of Class
net.sf.jaer.util.VectorHistogram

Packages that use VectorHistogram
ch.unizh.ini.jaer.projects.hopfield.orientationlearn   
net.sf.jaer.eventprocessing.label Classes related to labeling Address-Events with additional interpretation, e.g. 
 

Uses of VectorHistogram in ch.unizh.ini.jaer.projects.hopfield.orientationlearn
 

Methods in ch.unizh.ini.jaer.projects.hopfield.orientationlearn that return VectorHistogram
 VectorHistogram HopfieldRecognitionFilter.getOriHist()
           
 

Methods in ch.unizh.ini.jaer.projects.hopfield.orientationlearn with parameters of type VectorHistogram
 void HopfieldRecognitionFilter.setOriHist(VectorHistogram oriHist)
           
 

Uses of VectorHistogram in net.sf.jaer.eventprocessing.label
 

Methods in net.sf.jaer.eventprocessing.label that return VectorHistogram
 VectorHistogram SimpleOrientationFilter.getOriHist()
           
 

Methods in net.sf.jaer.eventprocessing.label with parameters of type VectorHistogram
 void SimpleOrientationFilter.setOriHist(VectorHistogram oriHist)
           
 


jAER project on SourceForge