- Feb 07, 2023
-
-
-
-
-
-
-
-
-
Cribellier, Antoine authored
Improve README based on fresh user experience See merge request cribe001/dlc_flytracker!12
-
Cees Voesenek authored
-
Cees Voesenek authored
The 'brightness', 'sharpness' and 'color' variants of 'enhance_images' all called 'enhance_color'.
-
Cees Voesenek authored
-
Cees Voesenek authored
Running `test_skeleton_fitter.py` as a script will still show the plots, but for convenience of running the test suite from the command line, they are not shown anymore when executed with `pytest`.
-
Cees Voesenek authored
-
Cees Voesenek authored
`pytest` needs to be executed from `tests/`, since the tests all assume paths relative to this directory.
-
Cees Voesenek authored
-
Cees Voesenek authored
This makes them easier to copy-paste into the terminal or an editor.
-
Cees Voesenek authored
Most MarkDown renderers only recognise paragraphs if they are separated by an empty line.
-
Cees Voesenek authored
-
Cees Voesenek authored
The added how-to was based on a clean installation on a new machine.
-
Cees Voesenek authored
The version ranges indicated previously were too broad, making it difficult for pip to resolve dependency conflicts. The relatively narrow version ranges indicated here were tested to work.
-
- Jan 31, 2023
-
-
Cribellier, Antoine authored
Remove image.py and all dependencies => stopped loading of all images when building imagesequences See merge request cribe001/dlc_flytracker!11
-
Cribellier, Antoine authored
-
- Jan 28, 2023
-
-
Cribellier, Antoine authored
+ Added show plot for gen_dlt_coefs_from_paths + Other small changes
-
- Jan 26, 2023
-
-
Cribellier, Antoine authored
+ added first_frame and missing frames in BatchSettings + fixes issues with np.arrays (dtype=object)
-
- Jan 25, 2023
-
-
Cribellier, Antoine authored
Added posibility to know the id of the calibration point when plotted during error analysis, better allow identification of points to remove
-
Cribellier, Antoine authored
+ Made finding shared substring (for image files) much faster + some bug fixing
-
- Jan 06, 2023
-
-
Cribellier, Antoine authored
Major development of the various modules + many bugs were solved See merge request cribe001/dlc_flytracker!10
-
- Dec 09, 2022
-
-
Cribellier, Antoine authored
Added intrinsic_from_extrinsic_and_coordinates and extrinsic_from_intrinsic_and_coordinates in camera.calib + renamed coords to coord when referring to a single set of 3d coordinates [x, y, z]
-
Cribellier, Antoine authored
Made nb_dim a optional input for estim_dlt_coef
-
- Nov 25, 2022
-
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
+ added example _full.pickle + removed Jupyter notebooks
-
- Nov 22, 2022
-
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
+ Add main() in test functions + Changed res_method to fit_method
-
- Nov 01, 2022
-
-
Cribellier, Antoine authored
+ Merged camera.py and virtual_camera.py into objects.py
-
- Oct 25, 2022
-
-
Cribellier, Antoine authored
Wrote a test function test_calib_multi_focus to test calibration of one camera for multiple focus distances and focal lentghs
-
- Oct 21, 2022
-
-
Cribellier, Antoine authored
-
- Oct 19, 2022
-
-
Cribellier, Antoine authored
Added estimMDLT to estimate modified DLT coefficient (higher accuracy and orthogonal matrix -> needed to estimate quat) + Various changes to calib.py and debugging of related test functions
-
- Oct 17, 2022
-
-
Cribellier, Antoine authored
+ Modified settings to match recordings + Added sorting of frame numbers in ImageSequence class + Corrected back get_rotation_angle_btw_vectors + Some correction of docstrings
-
- Oct 13, 2022
-
-
Cribellier, Antoine authored
+ remove TODOs about using [0., 0., 1.] instead of [1., 0., 0.], was not necessary
-
- Oct 11, 2022
-
-
Cribellier, Antoine authored
+ Minor edits
-