Skip to content

Commit d51a230

Browse files
Fixed readme picture
1 parent a3857f4 commit d51a230

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ std::vector<Pixel> inliers;
6262
```
6363

6464
# 效果图
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)
6666

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)
6868

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)

test/testdetect.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ int main(int argc, char* argv[]) {
9494

9595
}
9696
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);
10197
cv::waitKey(0);
10298
}
10399
#endif

0 commit comments

Comments
 (0)