公告板
版本库
filestore
活动
搜索
登录
~chenshijun
/
VAProcess
视频分析2.0 多进程拆分仓库
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
context使用
zhangmeng
2019-05-08
ce15b43db3e60acc65ddd25de253b8577c2693aa
[~chenshijun/VAProcess.git]
/
analysis
/
work
/
service
/
common.go
1
2
3
4
5
6
7
8
9
10
package service
// ImageInfo deocded image data
type ImageInfo struct {
Data []byte
Width int
Height int
// CameraID string
}