You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some questions regarding the stereovision sample in samples/sample_c++/module_sample/perception/test_perception_entry.cpp
The camera directions, e.g. DJI_PERCEPTION_RECTIFY_FRONT are named such that they are implied to be rectified streams. Can you please confirm if they are in fact rectified?
Do you have code samples for creating a depth map from the pairs of stereo images? I have successfully visualized the disparity and created a depth map using an OpenCV sample, but it appears that the units are incorrect in my calculation (see below).
They are corrected. Do you want to obtain depth information? For depth information, we provide a specific process.
Common business steps:
RAW image -> camera internal parameters (dedistortion to obtain correction image) -> calculate disparity map -> use camera external parameters (calculate depth map)
I have some questions regarding the stereovision sample in
samples/sample_c++/module_sample/perception/test_perception_entry.cpp
DJI_PERCEPTION_RECTIFY_FRONT
are named such that they are implied to be rectified streams. Can you please confirm if they are in fact rectified?The text was updated successfully, but these errors were encountered: