libXCam is a project for extended camera(not limited in camera) features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Other
592
stars
230
forks
source link
dnn: update dnn inference code to complied with openvino version 2.1 #733
get openvino source code $ git clone https://github.com/openvinotoolkit/openvino.git
build openvino inference engine https://github.com/openvinotoolkit/openvino/blob/master/build-instruction.md#build-on-linux-systems
set openvino inference engine build environment variables "inc_path" & "libs_path" $ export OPENVINO_IE_INC_PATH="openvino_root/inference-engine" $ export OPENVINO_IE_LIBS_PATH="openvino_root/bin/intel64/Release/lib"