Skip to content

crep4ever/matrix-viewer

Repository files navigation

Matrix-Viewer MatrixViewer

Frontend to OpenCV matrices for visualization and edition as tabular or image data.

Build Status Coverity Scan Build Status

MatrixViewer

Build and Run

Example to install build dependencies on Ubuntu 22.04

# Build tools
sudo apt install build-essential cmake git

# Required dependencies
sudo apt install qt6-base-dev libopencv-dev

# Optional dependencies
sudo apt install extra-cmake-modules libexiv2-dev

# Documentation tools
sudo apt install doxygen

Linux

git clone https://github.com/crep4ever/matrix-viewer.git
cd matrix-viewer
mkdir build && cd build
cmake .. && make
sudo make install
matrix-viewer

Integration with gdb

  • copy the script misc/matrix-viewer-gdb.py in a local directory
  • from a gdb shell, run:
source /path/to/matrix-viewer-gdb.py
  • the gdb command "mdv m" will launch matrix-viewer to open the cv::Mat 'm'

Documentation

The developer documentation can be generated with Doxygen.

  • required packages: doxygen
cd matrix-viewer
doxygen Doxyfile
<browser> doc/html/index.html

Contact

About

Visualize and compare matrix data from OpenCV serialization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages