Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • openbr
  • openbr
  • gui
  • utility.h
  • cleaned up toQImage
    21cc65fc
    Josh Klontz authored
    2014-01-10 15:57:43 -0500  
    Browse Code ยป
utility.h 250 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef BR_UTILITY_H
#define BR_UTILITY_H

#include <QImage>
#include <opencv2/core/core.hpp>
#include <openbr/openbr_export.h>

namespace br
{

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

} // namespace br

#endif // BR_UTILITY_H