Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
68749479cbb454e65485b9f8f3c896b9b965ecce
/
.
/
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
;
}