Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
43b47d55bd073390866cad7334dd19e032fd1037
/
.
/
971CV
/
src
/
org
/
frc971
/
ImageWithTimestamp.java
blob: 51b156f6704740012ad529c59ab13fa4a98d5412 [
file
] [
log
] [
blame
]
package
org
.
frc971
;
import
edu
.
wpi
.
first
.
wpijavacv
.
WPIColorImage
;
/** Small helper class for associating images and timestamps. */
public
class
ImageWithTimestamp
{
WPIColorImage
image
=
null
;
double
timestamp
;
}