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

Should NOT be merged, but it works #187

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2019

  1. Configuration menu
    Copy the full SHA
    7afe608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010ff0a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. prepared some structure of what I'd like to do now

    So if we could start tracking without reading from files it means that
    we can prepare the buffer before tracking during the separate steps of the algorithm and then we need still to replace the fb_next and read_frame and so on by fb_load or something like this? or maybe all is not necessary - we like give tracker the prio from the previous chunk and let it run like for the first time every time, not continuosly and not membering anything backwards. so we are now will be limited to run tracking only to the size of the buffer itself. not a nice one.
    if we want to have 10 frames and track using our 4-step algorithm, then we have to create functions that are reading from some memory, fill and advance the buffer in these 10 frames.
    alexlib committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    7be6232 View commit details
    Browse the repository at this point in the history
  2. ok, i found opentv_batch repository were we already tried to do somet…

    …hing in C and failed. probably it was just me :)
    alexlib committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    cb16fcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae1796c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b6489 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    458d68a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e44bcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12a855c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. do i keep match_counts[3]?

    alexlib committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    dfc7b1f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

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

Commits on Sep 13, 2019

  1. Merge pull request #40 from yosefm/framebuf_separate

    Separate frame-buffer to a base class and child class.
    alexlib authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    18f06b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. release img later - @yosefm remark

    release img later
    alexlib committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    a4743c7 View commit details
    Browse the repository at this point in the history
  2. added two helper functions from tests

    and downloaded libtiff 4.010
    https://download.osgeo.org/libtiff/
    alexlib committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    130ac76 View commit details
    Browse the repository at this point in the history
  3. ok. it compiles and fails as expected :)

    (base) MacBook-Pro:src alex$ ./main ../tests/testing_fodder/test_cavity/ 10000 10004
    This program was called with "./main".
    Can't open ORI file: testing_fodder/cal/sym_cam1.tif.ori
    Can't open ORI file: testing_fodder/cal/sym_cam2.tif.ori
    Can't open ORI file: testing_fodder/cal/sym_cam3.tif.ori
    Can't open ORI file: testing_fodder/cal/sym_cam4.tif.ori
    Segmentation fault: 11
    alexlib committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    bf0bbde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84b1c8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aa0e13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7ee77a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. got stuck with the structures after corresp_buf

    need to learn better C
    alexlib committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    0d107f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d0e76 View commit details
    Browse the repository at this point in the history
  3. maybe it's a first prototype

    alexlib committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    c7f93c8 View commit details
    Browse the repository at this point in the history
  4. at least it compiles

    alexlib committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    c13e89d View commit details
    Browse the repository at this point in the history
  5. segfaults

    alexlib committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    38da36c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0471c72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9eb37fc View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Configuration menu
    Copy the full SHA
    378f386 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'master' into refactor_fb"

    This reverts commit 9eb37fc, reversing
    changes made to 0471c72.
    alexlib committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    aba7e2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    037be89 View commit details
    Browse the repository at this point in the history
  4. another loop bug

    alexlib committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    e8c45c8 View commit details
    Browse the repository at this point in the history
  5. removed annoying print multimed

    file main.c runs but does not track anything
    alexlib committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    491bd5c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. "working" means not failing. but not tracking as 3d positions are wrong.

    cannot find what's wrong now in the projection from 2D to 3D - results are aweful.
    alexlib committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d9ccb0a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

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

Commits on Sep 29, 2019

  1. now the only missing part is tracking buffer. found all bugs in posit…

    …ions, maybe only correspondences and path info.
    alexlib committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    9641eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb63725 View commit details
    Browse the repository at this point in the history
  3. it works !!!

    alexlib committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    6feef9a View commit details
    Browse the repository at this point in the history
  4. Delete Info.plist

    alexlib authored Sep 29, 2019
    Configuration menu
    Copy the full SHA
    e0aeab2 View commit details
    Browse the repository at this point in the history
  5. Delete main

    alexlib authored Sep 29, 2019
    Configuration menu
    Copy the full SHA
    fff72cf View commit details
    Browse the repository at this point in the history