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

Differences in length estimations from DGtal v1.0 to v1.1 #1512

Open
akrah opened this issue Sep 29, 2020 · 0 comments
Open

Differences in length estimations from DGtal v1.0 to v1.1 #1512

akrah opened this issue Sep 29, 2020 · 0 comments
Assignees
Labels

Comments

@akrah
Copy link
Contributor

akrah commented Sep 29, 2020

I found some differences into DSS, FP and MLP from DGtal v1.0 to v1.1, still discussed in #1429.

The lenghtEstimators tool documentation proposes an example where there is the following differences between if using DGtal v1.0 (green curves) or v1.1 (purple).

I currently suppose this is relative to the introduction of deal with Circulators, but I didn't identify bug into the new code.

Steps to reproduce these differences:

  1. Compile and include DGtal 1.0
  2. Compile the DGtalTool lengthEstimators
  3. Execute it: lengthEstimators -s flower -k 5 -R 20 -r 5 --steps 256 > lengths10.dat
  4. Compile and include DGtal 1.1
  5. Compile the DGtalTool lengthEstimators
  6. Execute it: lengthEstimators -s flower -k 5 -R 20 -r 5 --steps 256 > lengths11.dat
  7. Generate figures using gnuplot and this length.txt file:
$ gnuplot -c length.txt length11.dat length10.dat

differencesDSS
differencesFP

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

3 participants