Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
質問があります。
evo 3d は深度マップを取得しますか?? (現実世界のオブジェクトからカメラまでの距離)
もしそうなら、開発者はライブラリを使用して深度マップを取得できますか??
ありがとう
デフォルトでは取得しません。自分で計算する必要があります。そのために、OpenCV 4 Android を使用し、ステレオ マッチング機能を使用できます。次のリンクを確認してください。
アイデアについて: http://blog.martinperis.com/2011/08/opencv-stereo-matching.html
OpenCV doc から: http://docs.opencv.org/java/index.html?org/opencv/calib3d/StereoBM.html