Subversion Repositories OpenCV2-Cookbook

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 5
Line 1... Line 1...
1
#if !defined HISTOGRAM
1
#if !defined HISTOGRAM
2
#define HISTOGRAM
2
#define HISTOGRAM
3
3
4
#include <opencv2\core\core.hpp>
4
#include <opencv2/core/core.hpp>
5
#include <opencv2\imgproc\imgproc.hpp>
5
#include <opencv2/imgproc/imgproc.hpp>
6
6
7
class Histogram1D {
7
class Histogram1D {
8
8
9
  private:
9
  private:
10
10