Skip to content

Commit e41c3c2

Browse files
committed
test(img): 添加测试图像
1 parent 08d8fbd commit e41c3c2

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

cplusplus/samples/selectivesearchsegmentation_custom.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ int main(int argc, char **argv) {
6565
// return -1;
6666
// }
6767

68-
std::string img_path = "../../imgs/beach.png";
68+
// std::string img_path = "../../imgs/beach.png";
69+
std::string img_path = "../../imgs/000262.jpg";
6970
Mat img = imread(img_path, cv::IMREAD_COLOR);
7071
// Mat img = imread(argv[1]);
7172

imgs/000262.jpg

51 KB
Loading

imgs/000306.jpg

63.9 KB
Loading

0 commit comments

Comments
 (0)