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

add border type setting in linemod guass step #6103

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

QiuYilin
Copy link
Contributor

If no copied boundary expansion is performed during the Gaussian blur stage, there is a probability that non-existent color gradients will be generated at the boundary.

Added pixel expansion operation similar to opencv:https://github.com/opencv/opencv_contrib/blob/4.x/modules/rgbd/src/linemod.cpp#L270

features before:
Snipaste_2024-08-13_16-29-30

features after add border duplication:

Snipaste_2024-08-13_16-30-49

Copy link
Member

@mvieth mvieth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@mvieth mvieth added changelog: fix Meta-information for changelog generation module: recognition labels Aug 15, 2024
@mvieth mvieth merged commit e2c94fb into PointCloudLibrary:master Aug 19, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fix Meta-information for changelog generation module: recognition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants