split into many files
add better outlier rejection add normalization add background removal
This commit is contained in:
parent
a5440ed857
commit
6defcad11b
12 changed files with 904 additions and 446 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue