Documentation ¶
Index ¶
Constants ¶
View Source
const ( ALPR_GROUP_DATA_TYPE = "alpr_group" ALPR_GROUP_VERSION = 2 CACHE_SIZE = 128 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ALPRGroup ¶
type ALPRGroup struct { DataType string `json:"data_type"` Version int `json:"version"` EpochStart int64 `json:"epoch_start"` EpochEnd int64 `json:"epoch_end"` CameraID int `json:"camera_id"` Country string `json:"country,omitempty"` VehicleCropJPEG []byte `json:"vehicle_crop_jpeg,omitempty"` BestPlate Plate `json:"best_plate"` UUID string `json:"best_uuid"` PlateNumber string `json:"best_plate_number"` PlateNumberConfidence float64 `json:"best_confidence"` Region string `json:"best_region,omitempty"` RegionConfidence float64 `json:"best_region_confidence,omitempty"` TravelDirection float64 `json:"travel_direction,omitempty"` IsParked bool `json:"is_parked"` // Current properties: color, make, make_model, body_type, year, orientation Vehicle map[string][]Recognition `json:"vehicle,omitempty"` }
type Recognition ¶
Click to show internal directories.
Click to hide internal directories.