mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[CCV] Implemented first version of saliency system
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
9
ccv/saliency/includes/fusion.h
Normal file
9
ccv/saliency/includes/fusion.h
Normal file
@ -0,0 +1,9 @@
|
||||
#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);
|
||||
cv::Mat mean_fusion_saliency(cv::Mat C_l, cv::Mat C_a, cv::Mat C_b);
|
||||
cv::Mat max_fusion_saliency(cv::Mat C_l, cv::Mat C_a, cv::Mat C_b);
|
||||
|
||||
#endif //SHEET6_FUSION_H
|
||||
Reference in New Issue
Block a user