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

Demo code: in-memory image encoding and npz data encoding #1263

Merged
merged 18 commits into from
Jan 29, 2024

Commits on Oct 26, 2023

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

Commits on Nov 15, 2023

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

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    9fec911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1282c View commit details
    Browse the repository at this point in the history
  3. Use shape.

    s-trinh committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    13beef0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Use one vector of data combined with vector of data size instead of u…

    …sing multiple save with different attribute names.
    s-trinh committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ea3a87f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    33d688c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b9351 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

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

Commits on Dec 20, 2023

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

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    f1602e9 View commit details
    Browse the repository at this point in the history
  2. Fix build with mingw

    fspindle committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b290335 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Fix: "tutorial-mb-generic-tracker-read.cpp:137:56: warning: format ‘%…

    …lld’ expects argument of type ‘long long int’, but argument 5 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]" and "tutorial-mb-generic-tracker-save.cpp:171:56: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]" warnings on Ubuntu and x86-64 platform.
    s-trinh committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    117a430 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d63c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

  1. Try to fix "-fsanitize=address" error: "ERROR: AddressSanitizer: allo…

    …c-dealloc-mismatch (malloc vs operator delete [])"
    s-trinh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9a6bbcf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update "tutorial-mb-generic-tracker-full.cpp" to export poses into np…

    …z file.
    
    Update "script/PlotCameraTrajectory.py" to read poses from npz file.
    Add documentation to "visp::cnpy::npz_load()", "npz_save()", [...] functions.
    s-trinh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4cfa003 View commit details
    Browse the repository at this point in the history