-
Notifications
You must be signed in to change notification settings - Fork 28
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
base: master
Are you sure you want to change the base?
Commits on Sep 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7afe608 - Browse repository at this point
Copy the full SHA 7afe608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 010ff0a - Browse repository at this point
Copy the full SHA 010ff0aView commit details
Commits on Sep 2, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7be6232 - Browse repository at this point
Copy the full SHA 7be6232View commit details -
ok, i found opentv_batch repository were we already tried to do somet…
…hing in C and failed. probably it was just me :)
Configuration menu - View commit details
-
Copy full SHA for cb16fcb - Browse repository at this point
Copy the full SHA cb16fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1796c - Browse repository at this point
Copy the full SHA ae1796cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b6489 - Browse repository at this point
Copy the full SHA 23b6489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458d68a - Browse repository at this point
Copy the full SHA 458d68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e44bcd - Browse repository at this point
Copy the full SHA 2e44bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a855c - Browse repository at this point
Copy the full SHA 12a855cView commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dfc7b1f - Browse repository at this point
Copy the full SHA dfc7b1fView commit details
Commits on Sep 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 680ac8c - Browse repository at this point
Copy the full SHA 680ac8cView commit details
Commits on Sep 13, 2019
-
Merge pull request #40 from yosefm/framebuf_separate
Separate frame-buffer to a base class and child class.
Configuration menu - View commit details
-
Copy full SHA for 18f06b2 - Browse repository at this point
Copy the full SHA 18f06b2View commit details
Commits on Sep 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a4743c7 - Browse repository at this point
Copy the full SHA a4743c7View commit details -
added two helper functions from tests
and downloaded libtiff 4.010 https://download.osgeo.org/libtiff/
Configuration menu - View commit details
-
Copy full SHA for 130ac76 - Browse repository at this point
Copy the full SHA 130ac76View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bf0bbde - Browse repository at this point
Copy the full SHA bf0bbdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b1c8a - Browse repository at this point
Copy the full SHA 84b1c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa0e13 - Browse repository at this point
Copy the full SHA 8aa0e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ee77a - Browse repository at this point
Copy the full SHA f7ee77aView commit details
Commits on Sep 21, 2019
-
got stuck with the structures after corresp_buf
need to learn better C
Configuration menu - View commit details
-
Copy full SHA for 0d107f7 - Browse repository at this point
Copy the full SHA 0d107f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d0e76 - Browse repository at this point
Copy the full SHA e3d0e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f93c8 - Browse repository at this point
Copy the full SHA c7f93c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c13e89d - Browse repository at this point
Copy the full SHA c13e89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38da36c - Browse repository at this point
Copy the full SHA 38da36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0471c72 - Browse repository at this point
Copy the full SHA 0471c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb37fc - Browse repository at this point
Copy the full SHA 9eb37fcView commit details
Commits on Sep 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 378f386 - Browse repository at this point
Copy the full SHA 378f386View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba7e2e - Browse repository at this point
Copy the full SHA aba7e2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037be89 - Browse repository at this point
Copy the full SHA 037be89View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c45c8 - Browse repository at this point
Copy the full SHA e8c45c8View commit details -
removed annoying print multimed
file main.c runs but does not track anything
Configuration menu - View commit details
-
Copy full SHA for 491bd5c - Browse repository at this point
Copy the full SHA 491bd5cView commit details
Commits on Sep 23, 2019
-
"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.
Configuration menu - View commit details
-
Copy full SHA for d9ccb0a - Browse repository at this point
Copy the full SHA d9ccb0aView commit details
Commits on Sep 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bcf466d - Browse repository at this point
Copy the full SHA bcf466dView commit details
Commits on Sep 29, 2019
-
now the only missing part is tracking buffer. found all bugs in posit…
…ions, maybe only correspondences and path info.
Configuration menu - View commit details
-
Copy full SHA for 9641eeb - Browse repository at this point
Copy the full SHA 9641eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb63725 - Browse repository at this point
Copy the full SHA bb63725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6feef9a - Browse repository at this point
Copy the full SHA 6feef9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0aeab2 - Browse repository at this point
Copy the full SHA e0aeab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff72cf - Browse repository at this point
Copy the full SHA fff72cfView commit details