Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.6.0.0 #302

Merged
merged 45 commits into from
Jul 5, 2021
Merged

Release 2.6.0.0 #302

merged 45 commits into from
Jul 5, 2021

Conversation

SzabolcsGergely
Copy link
Collaborator

@SzabolcsGergely SzabolcsGergely commented Jul 5, 2021

Features

  • Added EdgeDetector node, using 3x3 HW sobel filter
  • Added support for SpatialCalculator on RGB-depth aligned frames; Note: RGB ISP and depth frame must have the same output resolution (e.g. 1280x720), maximum frame width of 1920 pixels is supported
  • Added bilateral filter on depth frame
  • Added median filter after stereo LR-check
  • Added runtime configuration for stereo node: confidence threshold, LR-check threshold, bilateral sigma, median filter
  • Added calibration mesh support for fisheye lenses
  • Bumped c++ standard to c++14

Bugs

  • Calibration handler fixes

Misc

Related PR: luxonis/depthai-core#168

alex-luxonis and others added 30 commits May 27, 2021 00:36
handle GRAY8 in ImageManip,
StereoDepth rectified changed to GRAY8 (regardless of input type: could also be NV12 / YUV420p)
rgb_depth_aligned: lower Mono resolution 720p -> 400p, to reduce lag
- added setOutputKeepAspectRatio
- renamed setOutputResolution -> setOutputSize
StereoDepth: mesh rectification, disp/depth configurable resolution
* Fixed Seg Fault in getImuToCameraExtrinsics
Add support for 5x5 bilateral filter in stereo depth; add runtime con…
@SzabolcsGergely SzabolcsGergely added 2021 Feature or fix that is planned for after our December feature/fix deliveries Gen2 Feature for or issue with Gen2 release Release version labels Jul 5, 2021
@SzabolcsGergely SzabolcsGergely merged commit 841cfaf into main Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2021 Feature or fix that is planned for after our December feature/fix deliveries Gen2 Feature for or issue with Gen2 release Release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants