File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ std::vector<Pixel> inliers;
62
62
```
63
63
64
64
# 效果图
65
- [ 图1] ( https://github.com/memory-overflow/standard-ellipse-detection/blob/master/images/test12_result.jpg )
65
+ ! [ 图1] ( https://github.com/memory-overflow/standard-ellipse-detection/blob/master/images/test12_result.jpg )
66
66
67
- [ 图2] ( https://github.com/memory-overflow/standard-ellipse-detection/blob/master/images/test6_result.jpg )
67
+ ! [ 图2] ( https://github.com/memory-overflow/standard-ellipse-detection/blob/master/images/test6_result.jpg )
68
68
69
- [ 图3] ( https://github.com/memory-overflow/standard-ellipse-detection/blob/master/images/test9_result.jpg )
69
+ ! [ 图3] ( https://github.com/memory-overflow/standard-ellipse-detection/blob/master/images/test9_result.jpg )
Original file line number Diff line number Diff line change @@ -94,10 +94,6 @@ int main(int argc, char* argv[]) {
94
94
95
95
}
96
96
cv::imshow (" detected result" , board);
97
- argv[i][strlen (argv[i]) - 4 ] = ' \0 ' ;
98
- std::string file_name (argv[i]);
99
- file_name = file_name + " _result.jpg" ;
100
- cv::imwrite (file_name, board);
101
97
cv::waitKey (0 );
102
98
}
103
99
#endif
You can’t perform that action at this time.
0 commit comments