mirror of
https://github.com/hybridgroup/gocv
synced 2025-08-25 08:41:04 +08:00
7 lines
233 B
Go
7 lines
233 B
Go
// Package ie is the GoCV wrapper around the Intel OpenVINO toolkit's
|
|
// Inference Engine.
|
|
//
|
|
// For further details, please see:
|
|
// https://software.intel.com/en-us/openvino-toolkit
|
|
package ie // import "gocv.io/x/gocv/openvino/ie"
|