opencv获得轮廓内的所有坐标
std::vector<std::vector<cv::Point>> fillContour(const std::vector<std::vector<c ...
std::vector<std::vector<cv::Point>> fillContour(const std::vector<std::vector<c ...
截取任意四边形区域的图像。 mask就是结果。 需要定义四边形区域,分别是 tl, tr, bl, br std::map<int, std::set<int>&g ...