mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 04:56:51 +08:00
Typo img_witdh should be width
This commit is contained in:
BIN
src/bindings/go/libopenalprgo.so
Executable file
BIN
src/bindings/go/libopenalprgo.so
Executable file
Binary file not shown.
@@ -22,7 +22,7 @@ type Alpr struct {
|
||||
|
||||
type AlprResults struct {
|
||||
EpochTime int64 `json:"epoch_time"`
|
||||
ImgWidth int `json:"img_witdh"`
|
||||
ImgWidth int `json:"img_width"`
|
||||
ImgHeight int `json:"img_height"`
|
||||
TotalProcessingTimeMs float32 `json:"processing_time_ms"`
|
||||
Plates []AlprPlateResult `json:"results"`
|
||||
|
Reference in New Issue
Block a user