17 #include "fastdeploy/vision/common/result.h" 18 #include "opencv2/imgproc/imgproc.hpp" 23 cv::Mat SwapBackgroundNEON(
const cv::Mat& im,
24 const cv::Mat& background,
25 const MattingResult& result,
26 bool remove_small_connected_area =
false);
28 cv::Mat SwapBackgroundNEON(
const cv::Mat& im,
29 const cv::Mat& background,
30 const SegmentationResult& result,
31 int background_label);
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16