Can I use NCS2 – Neural Compute Stick 2 (Myriad™ X) for acceleration cv::StereoBM
and cv::StereoSGBM
OpenCV functions in the last OpenCV 4.x versions?
Should I use custom OpenCV(OpenVINO) version? https://www.learnopencv.com/using-openvino-with-opencv/
Note that OpenVINO ships with it’s own OpenCV version.
As known, OpenCV supports OpenVINO that uses Neural Compute Stick 2 (Myriad™ X): https://opencv.org/opencv-4-0-0.html
dnn module was updated with Deep Learning Deployment Toolkit from the OpenVINO™ toolkit R4
But can NCS2 be used for cv::StereoBM
/ cv::StereoSGBM
instead of Deep Neural Networks?