-
Notifications
You must be signed in to change notification settings - Fork 189
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
How can we apply filtering after disparity is obtained? #49
Comments
We also found that SPS which has 11 parameters might work finer. |
Thanks. I posted how to get OpenCV's |
@sotsuka-fixstars Are there any GPU-based filtering implementation that I can use? My goal is to free up as much CPU space as possible. |
@lingjiankong At the moment, we don't have it. |
Hello! I am interested in obtain a smoother disparity map for point cloud generation. How can I apply a filtering / smoothing operation in libSGM (for example, similar to OpenCV's
DisparityWLSFilter
)? Which function / parameter should I call / tweak to obtain the smoother disparity?Thanks!
The text was updated successfully, but these errors were encountered: