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

Update to slic d77d6e8 #2450

Merged
merged 1 commit into from
Sep 20, 2019
Merged

Update to slic d77d6e8 #2450

merged 1 commit into from
Sep 20, 2019

Conversation

YutoUchimi
Copy link
Contributor

Fix #1308

In previous version of submodule slic, there was invalid access to element of minus index of std::vector.
This caused segmentation fault in jsk_perception/slic_super_pixels node during destructor of that vector was called.
Probably this is why slic_super_pixels fails when large image is used (reported in #1308 ).

I updated slic to the latest commit and confirmed it works with large image.
i.e. jsk_perception/sample/kiva_pod_image_color.jpg (size is 1920 x 1080)
slic_super_pixels0
slic_super_pixels1
slic_super_pixels2

Thanks @pazeshun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault SLICSuperPixels because of large image
2 participants