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 bwdist Function in C++ #27

Open
mattking-smith opened this issue Jun 27, 2023 · 0 comments
Open

Add bwdist Function in C++ #27

mattking-smith opened this issue Jun 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mattking-smith
Copy link
Collaborator

Issue Purpose

Currently the bwdist.m is implemented in the MATLAB toolbox for computing the distance transform of binary image, which is needed to for determining the sign distance fields in obstacle factors. Unfortunately that particular MATLAB function needs the image processing toolbox in MATLAB.

Purposed resolution

Write a C++ equivalent of bwdist.m such that we remove the image processing toolbox dependency in MATLAB GPMP2 implementation.

@mattking-smith mattking-smith added the enhancement New feature or request label Jun 27, 2023
@mattking-smith mattking-smith self-assigned this Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant