mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 11:26:25 +02:00
[CCV] Finished exercise 6
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
7
ccv/sheet6/fusion.h
Normal file
7
ccv/sheet6/fusion.h
Normal file
@ -0,0 +1,7 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user