Create dump_klv tool in python
This MR brings a tools similar to the kwiver tool dump_klv
but written in python and leveraging the new v2 API.
The usage/flags are identical to the C++ version of the tool. A test is also added to compare the extracted metadata with the ones extracted by dump_klv
from v1.
One difference is that dump_klv.py
is a standalone tool instead of a kwiver applet.
Edited by Christos Tsolakis