split into many files
add better outlier rejection add normalization add background removal
This commit is contained in:
7
unwrap.h
Normal file
7
unwrap.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <opencv2/core/ocl.hpp>
|
||||
#include <string>
|
||||
|
||||
bool createRemapMap(cv::Mat& image, const std::string& fileName, const cv::Mat& mask, bool verbose = false);
|
||||
|
||||
void applyRemap(cv::Mat& image, cv::Mat& out, const cv::Mat& xmap, const cv::Mat& ymap, cv::Size size);
|
Reference in New Issue
Block a user