17 constexpr
static const char*
NAME =
"StereoDepth";
26 HIGH_ACCURACY [[deprecated(
"Will be removed in future releases and replaced with DEFAULT")]],
30 HIGH_DENSITY [[deprecated(
"Will be removed in future releases and replaced with DEFAULT")]],
46 StereoDepth(
const std::shared_ptr<PipelineImpl>& par, int64_t nodeId);
47 StereoDepth(
const std::shared_ptr<PipelineImpl>& par, int64_t nodeId, std::unique_ptr<Properties> props);
158 [[deprecated(
"Use 'Stereo::setRectification(false)' instead")]]
void setEmptyCalibration();
181 void loadMeshData(
const std::vector<std::uint8_t>& dataLeft,
const std::vector<std::uint8_t>& dataRight);
235 [[deprecated(
"Use 'initialConfig.setConfidenceThreshold()' instead")]]
void setConfidenceThreshold(
int confThr);
296 [[deprecated(
"Function call should be removed")]]
void setOutputRectified(
bool enable);
303 [[deprecated(
"Function call should be removed")]]
void setOutputDepth(
bool enable);
321 [[deprecated(
"Use 'initialConfig.getMaxDisparity()' instead")]]
float getMaxDisparity()
const;
341 [[deprecated(
"setFocalLengthFromCalibration is deprecated. Default value is true.")]]
void setFocalLengthFromCalibration(
bool focalLengthFromCalibration);