Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • openbr
  • app
  • openbr-gui
  • utility.h
  • more code
    765897a9
    Josh Klontz authored
    2012-12-20 13:10:19 -0500  
    Browse Code ยป
utility.h 156 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
#ifndef UTILITY_H
#define UTILITY_H

#include <QImage>
#include <opencv2/core/core.hpp>

QImage toQImage(const cv::Mat &mat);

#endif // UTILITY_H