borglab / borglab/gpmp2

Add bwdist Function in C++

Open
#27 0 comments 0 reactions 1 assignee Claimed by @mattking-smith View on GitHub
enhancement
Dominant language
C++
Stars
64
Forks
15
PR merge metrics
No merged PRs in 30d

Description

# Issue Purpose
Currently the [`bwdist.m`](https://www.mathworks.com/help/images/ref/bwdist.html) 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.