od-bridge 0.2.4

C ABI bridge for od_opencv, designed for Go CGO integration
Documentation
1
2
3
4
5
6
7
8
9
10
prefix=@PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include/od-bridge

Name: od_bridge
Description: C ABI bridge for od_opencv (ONNX Runtime inference)
URL: https://github.com/LdDl/od-bridge
Version: @VERSION@
Libs: -L${libdir} -lod_bridge -lm -ldl -lpthread
Cflags: -I${includedir}