Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
27139f69da245e19a9d901b36cc47db24256015a
/
.
/
971CV
/
src
/
org
/
frc971
/
ImageWithTimestamp.java
blob: 633517dbc76141e63ef034a7379174a3bc0860b3 [
file
] [
log
] [
blame
]
package
org
.
frc971
;
import
com
.
googlecode
.
javacv
.
cpp
.
opencv_core
.
IplImage
;
public
class
ImageWithTimestamp
{
IplImage
image
;
double
timestamp
;
}