- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, the latest opencv 4.1 dll from openvino 2019R1 does not include jpeg 2000 support. Could anybody please kindly ecplain how to add jpeg2000 support on openvino 2019R1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the instruction: https://github.com/opencv/opencv/wiki/Intel%27s-Deep-Learning-Inference-Engine-backend
Here is the detection script: https://github.com/opencv/opencv/blob/master/cmake/OpenCVDetectInferenceEngine.cmake
Usually it is enough to set WITH_INF_ENGINE to ON. If it can not be detected try to set InferenceEngine_DIR option (e.g. "<openvino>/deployment_tools/inference_engine/share") or manually set INF_ENGINE_INCLUDE_DIRS and INF_ENGINE_LIB_DIRS options. If compilation fails somewhere in dnn module, try to change INF_ENGINE_RELEASE option (e.g. "2019010000").
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'll have to build OpenCV by yourself with JasPer library support, cmake option WITH_JASPER.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know. But I have to build opencv with IE support then.
But how to build opencv with IE support? (Inference Engine: YES (2019010000 / 1.5.0))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the instruction: https://github.com/opencv/opencv/wiki/Intel%27s-Deep-Learning-Inference-Engine-backend
Here is the detection script: https://github.com/opencv/opencv/blob/master/cmake/OpenCVDetectInferenceEngine.cmake
Usually it is enough to set WITH_INF_ENGINE to ON. If it can not be detected try to set InferenceEngine_DIR option (e.g. "<openvino>/deployment_tools/inference_engine/share") or manually set INF_ENGINE_INCLUDE_DIRS and INF_ENGINE_LIB_DIRS options. If compilation fails somewhere in dnn module, try to change INF_ENGINE_RELEASE option (e.g. "2019010000").

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page