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

Holes in dilated meshes #3

Open
FrancoisLasson opened this issue Jun 30, 2015 · 1 comment
Open

Holes in dilated meshes #3

FrancoisLasson opened this issue Jun 30, 2015 · 1 comment
Labels

Comments

@FrancoisLasson
Copy link
Contributor

To generate extrication paths, bezier_library uses a morphological dilation.
This dilation is applied on the input_mesh with different depths depending on the considered pass (cf. extrication_coefficiant_ and extrication_frequency_)

In case where depth is to high, several unexpected holes appear in dilated meshes.
Dilation process with VTK rendering :
withouthole
Dilated mesh without hole
withholes
Dilated mesh with holes

Extrication paths are generated on dilated meshes with the cutting process. Due to these holes, the returned slices from cutting function are divided in some parts what generates strange extrication paths.

extricationpath1
extricationpath2

We could see :

  • Half extrication paths
  • Ignored extrication paths

Moreover, these problems could affect the last extrication path of pass (from last to first line) and generate collision problems.

To fix these problems, we have to work on the dilation process.

@VictorLamoine VictorLamoine changed the title Extrication paths and dilation Holes in dilated meshes Jul 18, 2016
@VictorLamoine
Copy link
Contributor

See: #132 (comment)

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

No branches or pull requests

2 participants