Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
2 Commented Posts
0 Endorsements
Ranked #107.70K
~1K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for TheRoyalFalcon

cv::Mat ResultImage11 = cv::Mat::zeros(resu_textpic3.size(), CV_8UC1); cv::drawContours(ResultImage11, contoursTarget, -1, Scalar(255, 255, 255), 1, 8, Mat()); //cv::RotatedRect ellipse; int rid1 = 480; int rid2 = 600; //去除干扰 vector<vector<Point>> filteredContours; for (int i = 0; i < contoursTarget.size(); i++) { for (size_t j = 0; j < contoursTarget[i].size(); j++) { double con_distance = …

Member Avatar for liangting03
0
1K

The End.