"

2013 FRC Java API

"

edu.wpi.first.wpilibj.image
Class LinearAverages

java.lang.Object
  extended by edu.wpi.first.wpilibj.image.LinearAverages

public class LinearAverages
extends Object

Author:
koconnor

Nested Class Summary
static class LinearAverages.LinearAveragesMode
           
 
Method Summary
 float[] getColumnAverages()
           
 float[] getFallingDiagAverages()
           
 float[] getRisingDiagAverages()
           
 float[] getRowAverages()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColumnAverages

public float[] getColumnAverages()

getRowAverages

public float[] getRowAverages()

getRisingDiagAverages

public float[] getRisingDiagAverages()

getFallingDiagAverages

public float[] getFallingDiagAverages()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"