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

Segmentation #112

Open
wants to merge 282 commits into
base: hydro-devel
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 5, 2016

  1. changes

    jekekrantz committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    b37cfd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. added visualization commandline interface

    jekekrantz committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    561be3d View commit details
    Browse the repository at this point in the history
  2. added color to published clouds

    jekekrantz committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    242bd6e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. during traveling...

    jekekrantz committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    9453459 View commit details
    Browse the repository at this point in the history
  2. started testing segmenter

    jekekrantz committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    0504598 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Configuration menu
    Copy the full SHA
    e43fdb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ce5f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8da492 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. Configuration menu
    Copy the full SHA
    48e0645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec53c12 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2016

  1. working on segmentation

    jekekrantz committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    dbbf672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e67f0e View commit details
    Browse the repository at this point in the history
  3. started adding background

    jekekrantz committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    f5c78cb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Got the viz working

    nilsbore committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    4ab038b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8908fda View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. working on segmentation

    jekekrantz committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    04f0606 View commit details
    Browse the repository at this point in the history
  2. added debugg to seg

    jekekrantz committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    ed1368b View commit details
    Browse the repository at this point in the history
  3. small changes

    ekekrantz committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    f8d125b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    6fc751a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. removed not needed dep, made registartion faster by not rematching no…

    …n-overlapping regions
    jekekrantz committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    a7414ed View commit details
    Browse the repository at this point in the history
  2. edge pickng

    ekekrantz committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    2311824 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. line dir extraction

    jekekrantz committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    898d4d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061d813 View commit details
    Browse the repository at this point in the history
  3. multi-frame robustness

    jekekrantz committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    a773829 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    58c3bda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05f5b0d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. fixed like 100 memleaks in simple_xml_parse.h

    jekekrantz committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    e42de08 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. removing leaks

    jekekrantz committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    504f0d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. working on segmentation

    ekekrantz committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    970bf8b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. start of bilateral filter creation

    jekekrantz committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    0ed58f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98b843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db2b7bf View commit details
    Browse the repository at this point in the history
  4. ...

    jekekrantz committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    e6fdfd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Squashed all the bugs

    nilsbore committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    c8fe87c View commit details
    Browse the repository at this point in the history
  2. Removed debug code, now only fetching new observations every 10 minut…

    …es from world_state database
    nilsbore committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    a25bc45 View commit details
    Browse the repository at this point in the history
  3. working on bilateral filter

    ekekrantz committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    6014309 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. working on bilateral filter

    jekekrantz committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    1c5dbec View commit details
    Browse the repository at this point in the history
  2. integrating segmentation

    ekekrantz committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    de52350 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. trying new joint class inference

    jekekrantz committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    5786714 View commit details
    Browse the repository at this point in the history
  2. adding to semantic map

    jekekrantz committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    582b2cf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    ed407e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. integration with metarooms

    ekekrantz committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    507b349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e3129 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Configuration menu
    Copy the full SHA
    fabb8a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b1331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fdefbe View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2016

  1. working on edges for image

    jekekrantz committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    216b6ad View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. segmentation improved!

    ekekrantz committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    2823876 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. improved segmentation app

    ekekrantz committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    7c3d657 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. imp seg

    ekekrantz committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    718cd09 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Configuration menu
    Copy the full SHA
    2f54ad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295ce0d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Configuration menu
    Copy the full SHA
    9e9a9a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. fire drill save

    ekekrantz committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    8230a07 View commit details
    Browse the repository at this point in the history
  2. ...

    ekekrantz committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    645a0a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. segmentation...

    ekekrantz committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    413043b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. ...

    ekekrantz committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    26d824f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Added a couple of new methods to vocabulary_tree to find the voc dist…

    …ance between two features
    nilsbore committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    67d2d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5222838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fbcd9b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. ...

    ekekrantz committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    e8ad668 View commit details
    Browse the repository at this point in the history
  2. Added ability to reload vocabulary in retrieval node if it changed in…

    … the processing pipeline
    nilsbore committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    ec318bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b8a456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d9f60f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5dc463 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c57c919 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03cacfc View commit details
    Browse the repository at this point in the history
  8. Trying to get this to run

    ekekrantz committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    f1e3da2 View commit details
    Browse the repository at this point in the history
  9. ...

    ekekrantz committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    c85abad View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Fixed all bugs for Johan, but mongodb does not support inserting all …

    …the images since the size of the objects is too big
    nilsbore committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    79332f2 View commit details
    Browse the repository at this point in the history
  2. fix segfault

    ekekrantz committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    9c0b145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dff419 View commit details
    Browse the repository at this point in the history
  4. ...

    ekekrantz committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    9baa458 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Configuration menu
    Copy the full SHA
    6bb0167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    785338a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49eccd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99d7177 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c5d383 View commit details
    Browse the repository at this point in the history
  6. ...

    ekekrantz committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    84e0743 View commit details
    Browse the repository at this point in the history
  7. ...

    ekekrantz committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    cf83620 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Configuration menu
    Copy the full SHA
    79b7d50 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. working on surface merging

    ekekrantz committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    53c3420 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Workaround for the mongodb message size problem, might turn this into…

    … a package eventually
    nilsbore committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    e034e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845d202 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d66d769 View commit details
    Browse the repository at this point in the history
  4. working on ppr

    ekekrantz committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    a4163fc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

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

    ekekrantz committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    d58385d View commit details
    Browse the repository at this point in the history
  3. Fixed a bug

    nilsbore committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    e393bc4 View commit details
    Browse the repository at this point in the history
  4. cleaned some prints

    ekekrantz committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    c5a812b View commit details
    Browse the repository at this point in the history
  5. adding and removing prints

    ekekrantz committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    cf5edb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. ...

    ekekrantz committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    9f2c63e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    f45cc32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77379dc View commit details
    Browse the repository at this point in the history
  3. added segserver launch

    ekekrantz committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    c92bf6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48c848a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. ...

    ekekrantz committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    71651fd View commit details
    Browse the repository at this point in the history
  2. ...

    ekekrantz committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    28978a0 View commit details
    Browse the repository at this point in the history
  3. ...

    ekekrantz committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    fe1556d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. pulled out msgs and services from object managre to allow for multipl…

    …e implementations of services
    ekekrantz committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    1a9a116 View commit details
    Browse the repository at this point in the history
  2. removed old msgs

    ekekrantz committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    6bd3710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba632e8 View commit details
    Browse the repository at this point in the history
  4. ...

    ekekrantz committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    5db8499 View commit details
    Browse the repository at this point in the history
  5. fixing issues

    ekekrantz committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    627cbf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46f158e View commit details
    Browse the repository at this point in the history
  7. ...

    ekekrantz committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    bbd80cd View commit details
    Browse the repository at this point in the history
  8. getDynamic...

    ekekrantz committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    5c578eb View commit details
    Browse the repository at this point in the history
  9. ...

    ekekrantz committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    5392cc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. ...

    ekekrantz committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    9fef875 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. Configuration menu
    Copy the full SHA
    d7ec1b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b94d4e View commit details
    Browse the repository at this point in the history
  3. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    b7ce668 View commit details
    Browse the repository at this point in the history
  4. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    bc8184f View commit details
    Browse the repository at this point in the history
  5. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    f0c5fc9 View commit details
    Browse the repository at this point in the history
  6. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    7a9a627 View commit details
    Browse the repository at this point in the history
  7. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    fd877a0 View commit details
    Browse the repository at this point in the history
  8. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    00c685c View commit details
    Browse the repository at this point in the history
  9. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    fc27c12 View commit details
    Browse the repository at this point in the history
  10. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    fa474fc View commit details
    Browse the repository at this point in the history
  11. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    ae5ccdb View commit details
    Browse the repository at this point in the history
  12. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    a7caf3a View commit details
    Browse the repository at this point in the history
  13. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    37d895b View commit details
    Browse the repository at this point in the history
  14. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    32281e4 View commit details
    Browse the repository at this point in the history
  15. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    caad3a4 View commit details
    Browse the repository at this point in the history
  16. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    ef4e6e1 View commit details
    Browse the repository at this point in the history
  17. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    44226bd View commit details
    Browse the repository at this point in the history
  18. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    f1ad4bf View commit details
    Browse the repository at this point in the history
  19. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    b862057 View commit details
    Browse the repository at this point in the history
  20. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    bb80efe View commit details
    Browse the repository at this point in the history
  21. ...

    ekekrantz committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    a899268 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. ...

    ekekrantz committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    2ec8e24 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    24b9d6e View commit details
    Browse the repository at this point in the history
  2. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    d041413 View commit details
    Browse the repository at this point in the history
  3. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    901d8be View commit details
    Browse the repository at this point in the history
  4. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    3323562 View commit details
    Browse the repository at this point in the history
  5. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    38ab468 View commit details
    Browse the repository at this point in the history
  6. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    cf80afb View commit details
    Browse the repository at this point in the history
  7. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    b0e523b View commit details
    Browse the repository at this point in the history
  8. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    72de014 View commit details
    Browse the repository at this point in the history
  9. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    3f91201 View commit details
    Browse the repository at this point in the history
  10. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    9ab49d5 View commit details
    Browse the repository at this point in the history
  11. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    21d5610 View commit details
    Browse the repository at this point in the history
  12. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    91ae962 View commit details
    Browse the repository at this point in the history
  13. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    7b81ea1 View commit details
    Browse the repository at this point in the history
  14. ...

    ekekrantz committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    7f5309c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. ...

    ekekrantz committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    d5819a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. ...

    ekekrantz committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    b536228 View commit details
    Browse the repository at this point in the history
  2. ...

    ekekrantz committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    51f7f76 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. ...

    ekekrantz committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    f27ecb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. ...

    ekekrantz committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    e30215d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. ....

    ekekrantz committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    f281d19 View commit details
    Browse the repository at this point in the history
  2. ....

    ekekrantz committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    a6c133f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. ...

    ekekrantz committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    aca502a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. ...

    ekekrantz committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    604a7a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. ...

    ekekrantz committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    a045542 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. ...

    ekekrantz committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    8884d76 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. added visuals

    jekekrantz committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    b92a577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    addb548 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    057bf73 View commit details
    Browse the repository at this point in the history
  2. ...

    ekekrantz committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    9c15663 View commit details
    Browse the repository at this point in the history
  3. ...

    ekekrantz committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    f9f0fd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. ...

    ekekrantz committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    89c9665 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. added installtargets

    ekekrantz committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    35af1ca View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. debugging

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    8b77347 View commit details
    Browse the repository at this point in the history
  2. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    5fa9c9c View commit details
    Browse the repository at this point in the history
  3. debugg

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    e2dff04 View commit details
    Browse the repository at this point in the history
  4. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    0354a38 View commit details
    Browse the repository at this point in the history
  5. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9b4b494 View commit details
    Browse the repository at this point in the history
  6. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    a4ae313 View commit details
    Browse the repository at this point in the history
  7. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    5aa7bd8 View commit details
    Browse the repository at this point in the history
  8. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9f4d155 View commit details
    Browse the repository at this point in the history
  9. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    e5bef31 View commit details
    Browse the repository at this point in the history
  10. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    40148da View commit details
    Browse the repository at this point in the history
  11. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    c66979e View commit details
    Browse the repository at this point in the history
  12. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    70ea18d View commit details
    Browse the repository at this point in the history
  13. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    8e8ebe6 View commit details
    Browse the repository at this point in the history
  14. ...

    ekekrantz committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    af2d1fb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    cc65821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed0a6f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b1bd39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    515a446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f89cc5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5d4943 View commit details
    Browse the repository at this point in the history
  7. Changed from soma2 to soma

    nilsbore committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    7cee254 View commit details
    Browse the repository at this point in the history
  8. bugfixxes and such

    ekekrantz committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    20adc85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e68c999 View commit details
    Browse the repository at this point in the history
  10. fix to compilation error

    ekekrantz committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    15f5a82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ea84bc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. ...

    ekekrantz committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    9c9b997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92748bc View commit details
    Browse the repository at this point in the history
  3. ...

    ekekrantz committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    200c496 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. merge etc

    ekekrantz committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    46b109f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. ...

    ekekrantz committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    98465a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Fixed the last soma2 include

    nilsbore committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    31331a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. changes to metaroom calib

    ekekrantz committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    390371b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    5e216b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. test on tsc data

    ekekrantz committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    ae82e02 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. ...

    ekekrantz committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    0bea40e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    0ad303a View commit details
    Browse the repository at this point in the history
  2. integrate people rejection

    ekekrantz committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    24f70ca View commit details
    Browse the repository at this point in the history
  3. cleaning xml parser

    ekekrantz committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    a0dacc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c001f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b953c4 View commit details
    Browse the repository at this point in the history
  6. working on soma integration

    ekekrantz committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    d5bd83c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2537b83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d48b0aa View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    2e7ba09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88cfc3b View commit details
    Browse the repository at this point in the history
  3. Added the visualizer

    nilsbore committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    5f436ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a20c5bd View commit details
    Browse the repository at this point in the history
  5. ...

    ekekrantz committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    0edf6ef View commit details
    Browse the repository at this point in the history
  6. ...

    ekekrantz committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    d4ec82a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Configuration menu
    Copy the full SHA
    488b240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    992083f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7730613 View commit details
    Browse the repository at this point in the history
  4. Working

    nilsbore committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    10a8da6 View commit details
    Browse the repository at this point in the history
  5. Fast commit! GOTTA RUN!

    ekekrantz committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    9f70bfa View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. cleaned in sweep reg

    ekekrantz committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    6bcafee View commit details
    Browse the repository at this point in the history
  2. updated fastload of data

    ekekrantz committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    1247839 View commit details
    Browse the repository at this point in the history
  3. ...

    ekekrantz committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    9464ab1 View commit details
    Browse the repository at this point in the history
  4. removed soma2 etc

    ekekrantz committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    d6b4b3c View commit details
    Browse the repository at this point in the history
  5. ...

    ekekrantz committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    3fa705e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Configuration menu
    Copy the full SHA
    44e87f7 View commit details
    Browse the repository at this point in the history
  2. ...

    ekekrantz committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    10290a4 View commit details
    Browse the repository at this point in the history
  3. ...

    ekekrantz committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    dd6892f View commit details
    Browse the repository at this point in the history
  4. ...

    ekekrantz committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    6edfdfb View commit details
    Browse the repository at this point in the history
  5. ...

    ekekrantz committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    c2f10c6 View commit details
    Browse the repository at this point in the history
  6. ...

    ekekrantz committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    0eccd5a View commit details
    Browse the repository at this point in the history
  7. ...

    ekekrantz committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    9eb047f View commit details
    Browse the repository at this point in the history
  8. ...

    ekekrantz committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    0b21a28 View commit details
    Browse the repository at this point in the history
  9. Fixed conversion

    ferdianjovan committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    a964d96 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1 from nilsbore/segmentation

    Fixed conversion
    jekekrantz authored Nov 25, 2016
    Configuration menu
    Copy the full SHA
    52266da View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. Changed to correct normalization

    ferdianjovan committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    13e59ae View commit details
    Browse the repository at this point in the history
  2. Testing configuration

    ferdianjovan committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    21711cc View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

  1. Configuration menu
    Copy the full SHA
    32816c2 View commit details
    Browse the repository at this point in the history
  2. That was too short

    nilsbore committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    7077a08 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Configuration menu
    Copy the full SHA
    b92b94e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3706bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37af7ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2417d53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9de39d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from nilsbore/segmentation

    Changed to correct normalization
    jekekrantz authored Nov 28, 2016
    Configuration menu
    Copy the full SHA
    3685e0f View commit details
    Browse the repository at this point in the history
  7. ...

    ekekrantz committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    84845c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb682b6 View commit details
    Browse the repository at this point in the history
  9. Merged integrate

    nilsbore committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    8c4719a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15c2255 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. ...

    ekekrantz committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    f8c452e View commit details
    Browse the repository at this point in the history
  2. ...

    ekekrantz committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    f31fd34 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. ...

    ekekrantz committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    1923d59 View commit details
    Browse the repository at this point in the history
  2. removing exit 0

    ekekrantz committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    768222b View commit details
    Browse the repository at this point in the history