#include "macros.h"
#include <opencv2/core.hpp>
#include <opencv2/ml.hpp>

#ifndef __FF_MACHINE_LEARNING_H__
#define __FF_MACHINE_LEARNING_H__

class MachineLearning {
public:
  static NAN_MODULE_INIT(Init);
};

#endif