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 route to load full mesh stl of a segment/agglomerate #7587

Merged
merged 58 commits into from
Mar 11, 2024
Merged

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    7910ba5 View commit details
    Browse the repository at this point in the history
  2. stubs

    fm3 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6b7f13a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    0702b21 View commit details
    Browse the repository at this point in the history
  2. JNI experiment

    fm3 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5b4a584 View commit details
    Browse the repository at this point in the history
  3. cpp stub

    fm3 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ebd5ac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    d1061c3 View commit details
    Browse the repository at this point in the history
  2. jarray experiments

    fm3 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7ee4fc1 View commit details
    Browse the repository at this point in the history
  3. transfer byte arrays

    fm3 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    93a057f View commit details
    Browse the repository at this point in the history
  4. decoder stub

    fm3 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b67a4a5 View commit details
    Browse the repository at this point in the history
  5. include draco

    fm3 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    db92ba7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    741053b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    0766f44 View commit details
    Browse the repository at this point in the history
  2. use installed draco instead

    fm3 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5bd584b View commit details
    Browse the repository at this point in the history
  3. install libdraco

    fm3 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f35127f View commit details
    Browse the repository at this point in the history
  4. split classes

    fm3 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2abe095 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fdaaf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    fac4ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    686f00a View commit details
    Browse the repository at this point in the history
  3. remove unused stuff

    fm3 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b2d2f42 View commit details
    Browse the repository at this point in the history
  4. WIP: support adhoc meshing

    fm3 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e35d2a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0eff52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e262f4a View commit details
    Browse the repository at this point in the history
  7. cross product, normalize

    fm3 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ed05103 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    81c7722 View commit details
    Browse the repository at this point in the history
  2. fix encoding ad-hoc mesh as stl

    fm3 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1c64a71 View commit details
    Browse the repository at this point in the history
  3. extract adding stl header

    fm3 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7479067 View commit details
    Browse the repository at this point in the history
  4. continue with neighbors

    fm3 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    50f77d8 View commit details
    Browse the repository at this point in the history
  5. format

    fm3 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    67ce3f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    dc8aed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d35c9 View commit details
    Browse the repository at this point in the history
  3. connect prototype to api

    fm3 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f9cc9ca View commit details
    Browse the repository at this point in the history
  4. throw java exceptions in jni code

    fm3 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6885d2f View commit details
    Browse the repository at this point in the history
  5. pretty

    fm3 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    828ee6f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    cf04b4d View commit details
    Browse the repository at this point in the history
  2. test with adhoc+mapping

    fm3 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    09b094c View commit details
    Browse the repository at this point in the history
  3. WIP: tracingstore route

    fm3 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    45a5775 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3027da3 View commit details
    Browse the repository at this point in the history
  5. fix forwarding

    fm3 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d27a262 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cb3fab View commit details
    Browse the repository at this point in the history
  7. more verbose error message

    fm3 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2dddaba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dd9e32 View commit details
    Browse the repository at this point in the history
  9. dev install

    normanrz committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    45b1b81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    774d815 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    343c04b View commit details
    Browse the repository at this point in the history
  12. Merge branch 'load-full-mesh' of github.com:scalableminds/webknossos …

    …into load-full-mesh
    fm3 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2254242 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. dev_install

    fm3 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f35196d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    716275d View commit details
    Browse the repository at this point in the history
  2. fetch voxel size from datastore

    fm3 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1e741c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    2c66685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cc9e20 View commit details
    Browse the repository at this point in the history
  3. cleanup

    fm3 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    97c54e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c42c800 View commit details
    Browse the repository at this point in the history
  5. format

    fm3 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3114005 View commit details
    Browse the repository at this point in the history
  6. fix moved class reference

    fm3 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0e067c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: Norman Rzepka <code@normanrz.com>
    fm3 and normanrz committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bc0fb16 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    9e1b504 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'load-full-mesh' of github.com:scalableminds/webknossos …

    …into load-full-mesh
    fm3 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    571f612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbbeaab View commit details
    Browse the repository at this point in the history