Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | all: comments only | Stanislaw Halik | |
2015-10-08 | fix clang warningsopentrack-2.3-rc19 | Stanislaw Halik | |
2015-08-30 | aruco: tune min/max marker size | Stanislaw Halik | |
False detections are a problem sometimes. | |||
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-18 | pt, aruco: another take at focal length formula | Stanislaw Halik | |
Aspect ratio is meant to be viewport's ratio, not diagonal to axis. | |||
2015-08-07 | aruco: try otsu for one frame if regular fails | Stanislaw Halik | |
2015-08-07 | aruco: don't hardcode thres param 2 | Stanislaw Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-24 | standardize on not using "using namespace {cv,std}" | Stanislaw Halik | |
2015-07-21 | aruco: drop last_fov following calibration removal | Stanislaw Halik | |
2015-07-20 | for now remove calibration support | Stanislaw Halik | |
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later. | |||
2015-07-20 | plug in race in camera release | Stanislaw Halik | |
We can crash if start/stop pressed fast eventually. | |||
2015-07-20 | aruco: follow api change | Stanislaw Halik | |
2015-07-20 | aruco: make fov int, not double | Stanislaw Halik | |
2015-07-20 | add my copyright to some more code | Stanislaw Halik | |
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-19 | don't set thread affinity for anything | Stanislaw Halik | |
Fixes #174 | |||
2015-07-16 | all: use macros for symbol exposure | Stanislaw Halik | |
2015-07-13 | pt, ht, aruco: use calibration data. rename fov to diagonal in UI | Stanislaw Halik | |
2015-07-08 | retab and reformat only | Stanislaw Halik | |
2015-07-06 | aruco: use camera settings class | Stanislaw Halik | |
2015-07-03 | try fix MSVC | Stanislaw Halik | |
2015-06-15 | aruco: check retval of solvepnp and more sanity checks | Stanislaw Halik | |
2015-06-07 | aruco: allow debug box size | Stanislaw Halik | |
2015-06-07 | aruco: use DLS pose estimation | Stanislaw Halik | |
2015-06-06 | aruco: optimize from previous position when estimating pose | Stanislaw Halik | |
2015-06-05 | require opencv 3.0 and fix build | Stanislaw Halik | |
2015-06-05 | all: pin computation threads to specific cores | Stanislaw Halik | |
2015-06-05 | octopus, pt, aruco: optimize image copying | Stanislaw Halik | |
Perform less operations in inner loop where pixels are accessed. | |||
2015-06-03 | aruco: pass -pedantic | Stanislaw Halik | |
2015-06-03 | aruco: wait for up to a second to switch box sizesopentrack-2.3-rc12p1 | Stanislaw Halik | |
2015-06-02 | aruco: wait fraction of second between switching box sizes | Stanislaw Halik | |
2015-06-01 | pt, aruco, ht: select camera by name, not index | Stanislaw Halik | |
2015-05-31 | put camera name list in header, don't copy-paste | Stanislaw Halik | |
2015-05-31 | aruco: cycle between threshold parameters | Stanislaw Halik | |
There's no single best box filter size, so cycle between some of them each frame. If a marker has been found, continue using the last filter size. | |||
2015-05-22 | all: implicitly cancel on form dialog close | Stanislaw Halik | |
2015-05-04 | Fix newer OpenCV versions | Stanislaw Halik | |
2015-04-24 | aruco: lighting problems with thresholding | Stanislaw Halik | |
2015-01-05 | remove needless settings reload in dialogs | Stanislaw Halik | |
Options handling was fixed to pass the same bundle to all consumers. There's no need to reload it explicitly anymore. | |||
2014-12-21 | pt, aruco: rename calibration buttons for clarityopentrack-2.3-rc7 | Stanislaw Halik | |
2014-12-21 | aruco: calibration button feedback when in progress | Stanislaw Halik | |
2014-12-19 | aruco: decrease thresholding param | Stanislaw Halik | |
Failed to work on low-contrast images. | |||
2014-12-19 | aruco: fix calibration sign swap | Stanislaw Halik | |
2014-12-15 | pt, aruco: fix calibration | Stanislaw Halik | |
2014-11-28 | adjust thresholding after aruco_test run | Stanislaw Halik | |
Previous values increased CPU usage needlessly. | |||
2014-11-24 | aruco: decrease threshold param | Stanislaw Halik | |
2014-11-24 | aruco: framerate s/120/125 | Stanislaw Halik | |
2014-11-05 | nix debug printfs | Stanislaw Halik | |
2014-10-29 | oops, invert right thing now | Stanislaw Halik | |
2014-10-29 | don't require invert anymore | Stanislaw Halik | |