Skip to content

Commit 38ef321

Browse files
committed
style(formatting): 更新博客网址
1 parent 171e9dc commit 38ef321

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
## 相关
2525

26-
* [选择性搜索算法小结](https://www.zhujian.tech/posts/58ff6dae.html)
26+
* [选择性搜索算法小结](https://blog.zhujian.life/posts/58ff6dae.html)

docs/图分割-算法解析.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
## 参考
55

6-
[基于图的图像分割-引言](https://zhujian.tech/posts/2e594804.html)
6+
[基于图的图像分割-引言](https://blog.zhujian.life/posts/2e594804.html)
77

8-
[[]高效的基于图的图像分割](https://zhujian.tech/posts/44a20d07.html)
8+
[[]高效的基于图的图像分割](https://blog.zhujian.life/posts/44a20d07.html)
99

10-
[基于图的图像分割-工程源码](https://zhujian.tech/posts/a4b1a6d9.html)
10+
[基于图的图像分割-工程源码](https://blog.zhujian.life/posts/a4b1a6d9.html)
1111

12-
[基于图的图像分割-OpenCV源码](https://zhujian.tech/posts/18052054.html)
12+
[基于图的图像分割-OpenCV源码](https://blog.zhujian.life/posts/18052054.html)
1313

1414
## 原理解析
1515

docs/选择性搜索-算法解析.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## 参考
55

6-
[[]作用于目标识别的选择性搜索](https://zhujian.tech/posts/1cb6a408.html)
6+
[[]作用于目标识别的选择性搜索](https://blog.zhujian.life/posts/1cb6a408.html)
77

8-
[[]Selective Search for Object Detection (C++/Python)](https://zhujian.tech/posts/815ea453.html)
8+
[[]Selective Search for Object Detection (C++/Python)](https://blog.zhujian.life/posts/815ea453.html)
99

1010
## 滑动窗口算法 vs 区域建议算法
1111

0 commit comments

Comments
 (0)