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 16... Line 16...
16
\*------------------------------------------------------------------------------------------*/
16
\*------------------------------------------------------------------------------------------*/
17
17
18
#if !defined ICOMPARATOR
18
#if !defined ICOMPARATOR
19
#define ICOMPARATOR
19
#define ICOMPARATOR
20
20
21
#include <opencv2\core\core.hpp>
21
#include <opencv2/core/core.hpp>
22
#include <opencv2\imgproc\imgproc.hpp>
22
#include <opencv2/imgproc/imgproc.hpp>
23
#include "colorhistogram.h"
23
#include "colorhistogram.h"
24
24
25
class ImageComparator {
25
class ImageComparator {
26
26
27
  private:
27
  private: