Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
64c4e0517a1ce0b4f3a7232c28ca9081e52b7d20
/
.
/
971CV
/
src
/
org
/
frc971
/
ImageWithTimestamp.java
blob: 8b43818878e1bab1a490f281561de1abe3bdf3d1 [
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
;
double
timestamp
;
}