1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-07 03:46:25 +02:00
Files
uni/ccv/sheet6/fusion.h
2017-05-16 15:42:29 +02:00

8 lines
188 B
C

#ifndef SHEET6_FUSION_H
#define SHEET6_FUSION_H
cv::Mat mean_fusion(cv::Mat f_on_off, cv::Mat f_off_on);
cv::Mat max_fusion(cv::Mat f_on_off, cv::Mat f_off_on);
#endif //SHEET6_FUSION_H