Skip to content

Unnecessary OpenCV dependency #2

@ASil-Scanway

Description

@ASil-Scanway

The goal of this fork was to test serialization and transmission of object containing metadata (of various kinds) + large binary object/objects. At first, I thought OpenCV would take a bigger part in testing that - I wanted to do encoding/decoding during the serialization/deserialization process which breaks the goal of this benchmark and adds const time offset to the results.

Proposal:

  • Remove OpenCV and replace it with generating long vector<uint8_t> of const size (or configured through CMakeList as the number of samples is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions