split into many files
add better outlier rejection add normalization add background removal
This commit is contained in:
5
bgremoval.h
Normal file
5
bgremoval.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <opencv2/core/ocl.hpp>
|
||||
|
||||
bool createMask(const cv::Mat& in, cv::Mat& mask, const cv::Mat& bg);
|
Reference in New Issue
Block a user