Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a91ebd9bbd412674c5f452f55bb4bbecc265d37f
/
.
/
971CV
/
src
/
org
/
frc971
/
ImageWithTimestamp.java
blob: 38f693794fa1038fa88ba60bb5f07397a96fd528 [
file
] [
log
] [
blame
]
package
org
.
frc971
;
import
edu
.
wpi
.
first
.
wpijavacv
.
WPIColorImage
;
public
class
ImageWithTimestamp
{
WPIColorImage
image
;
double
timestamp
;
}