#ifndef LAPLACIAN_H #define LAPLACIAN_H #include #include double laplacian(const uint16_t *img, int32_t *out, uint32_t width, uint32_t height); bool reflow(const cv::Mat &ref, const cv::Mat &img, cv::Mat &warped); #endif // LAPLACIAN_H