// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs cgodefs.go package gosdk type CPOINT struct { X int32 Y int32 } type CRECT struct { Left int32 Top int32 Right int32 Bottom int32 } type CIMAGE struct { Data *uint8 Width int32 Height int32 Channel int32 Pad_cgo_0 [4]byte } type CFaceAngle struct { Yaw int32 Pitch int32 Roll int32 Confidence float32 } type CThftResult struct { Gender int32 Age int32 Race int32 Beauty_level int32 Smile_level int32 } type CFacePos struct { RcFace CRECT PtLeftEye CPOINT PtRightEye CPOINT PtMouth CPOINT PtNose CPOINT FAngle CFaceAngle NQuality int32 PFacialData [512]uint8 } type CFaceInfo struct { RcFace CRECT PtLeftEye CPOINT PtRightEye CPOINT PtMouth CPOINT PtNose CPOINT FAngle CFaceAngle NQuality int32 PFacialData [8192]uint8 NFaceID int64 } type CObjInfo struct { RcObj CRECT Typ int32 Prob float32 } //track yolo objs info type CObjTrackInfo struct { ObjInfo CObjInfo ID uint64 } type CPlateIDResult struct { License [16]uint8 Color [8]uint8 NColor int32 NType int32 NConfidence int32 NBright int32 NDirection int32 RcLocation CRECT PbyBits [4]uint8 NTime int32 NCarBright uint8 NCarColor uint8 NCarLogo uint8 NCarType uint8 PbyPlateBin [4]uint8 NBinPlateWidth [2]uint8 NBinPlateHeight [2]uint8 Reserved [70]uint8 RcLogoLocation CRECT NCarModel [2]uint8 NCarModelConfidence [2]uint8 }