#include "macros.h"
#include <opencv2/imgproc.hpp>
#include <opencv2/photo.hpp>

#ifndef __FF_PHOTO_H__
#define __FF_PHOTO_H__

class Photo {
public:
  static NAN_MODULE_INIT(Init);
  static NAN_METHOD(FastNlMeansDenoisingColored);

};

#endif