mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-21 15:49:31 +08:00
Update visualize.h
This commit is contained in:
@@ -151,7 +151,7 @@ FASTDEPLOY_DECL cv::Mat VisSegmentation(const cv::Mat& im,
|
||||
FASTDEPLOY_DECL cv::Mat VisMatting(const cv::Mat& im,
|
||||
const MattingResult& result,
|
||||
bool transparent_background = false,
|
||||
float transparent_threshold = 0.999
|
||||
float transparent_threshold = 0.999,
|
||||
bool remove_small_connected_area = false);
|
||||
/** \brief Show the visualized results for Ocr models
|
||||
*
|
||||
|
Reference in New Issue
Block a user