Skip to content

Commit

Permalink
SpeckleFilter: Add differenceThreshold config
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Oct 3, 2024
1 parent d3b92a9 commit 118cf0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion depthai-core
1 change: 1 addition & 0 deletions src/pipeline/datatype/StereoDepthConfigBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ void bind_stereodepthconfig(pybind11::module& m, void* pCallstack){
.def(py::init<>())
.def_readwrite("enable", &RawStereoDepthConfig::PostProcessing::SpeckleFilter::enable, DOC(dai, RawStereoDepthConfig, PostProcessing, SpeckleFilter, enable))
.def_readwrite("speckleRange", &RawStereoDepthConfig::PostProcessing::SpeckleFilter::speckleRange, DOC(dai, RawStereoDepthConfig, PostProcessing, SpeckleFilter, speckleRange))
.def_readwrite("differenceThreshold", &RawStereoDepthConfig::PostProcessing::SpeckleFilter::differenceThreshold, DOC(dai, RawStereoDepthConfig, PostProcessing, SpeckleFilter, differenceThreshold))
;

decimationMode
Expand Down

0 comments on commit 118cf0c

Please sign in to comment.