docs: improve docs

This commit is contained in:
rand777 2025-03-19 07:14:52 +08:00
parent e2b9e41377
commit 3170802fee
10 changed files with 82 additions and 17 deletions

View File

@ -4,6 +4,14 @@ import {defineNavbarConfig} from 'vuepress-theme-plume'
export const navbar = defineNavbarConfig([ export const navbar = defineNavbarConfig([
{text: '首页', link: '/'}, {text: '首页', link: '/'},
// {
// icon: '',
// text: '',
// items: [
// {icon: '',text: '',link: ''},
// {icon: '',text: '',link: ''},
// ]
// },
{ {
icon: '/icon/note.svg', icon: '/icon/note.svg',
text: '学习笔记', text: '学习笔记',
@ -11,18 +19,39 @@ export const navbar = defineNavbarConfig([
{icon: '/icon/note.svg', text: '前言', link: '/learning-notes/'}, {icon: '/icon/note.svg', text: '前言', link: '/learning-notes/'},
{icon: 'logos:linux-tux', text: 'Linux', link: '/learning-notes/linux/'}, {icon: 'logos:linux-tux', text: 'Linux', link: '/learning-notes/linux/'},
{icon: '/icon/AI.svg', text: '机器学习', link: '/learning-notes/ml/'}, {icon: '/icon/AI.svg', text: '机器学习', link: '/learning-notes/ml/'},
{
icon: 'devicon:ros', text: 'ROS2',
items: [
{icon: 'icon-park-twotone:install', text: 'ROS2系统安装', link: '/learning-notes/ROS2/VMWare-install/'},
{icon: 'https://www.originbot.org/assets/img/favicon.png',text: '古月居OriginBot',link: '/learning-notes/ROS2/origin-bot-toolkit/'},
{icon: '/icon/zzx.png', text: '中智讯智能小车一代', link: '/learning-notes/zcloud-car1/'},
]
},
{ {
icon: 'logos:google-developers', icon: 'logos:google-developers',
text: '前端开发', text: '前端开发',
link: '/learning-notes/frontend-dev/' items: [
{icon: 'skill-icons:html', text: 'HTML CSS JS', link: '/learning-notes/frontend-dev/HTML/'},
{icon: 'logos:react', text: 'React', link: '/learning-notes/react/'},
{icon: 'logos:vue', text: 'Vue3', link: '/learning-notes/vue3/'}
]
}, },
{ {
icon: 'fluent-color:data-scatter-32', icon: 'fluent-color:data-scatter-32',
text: '后端开发', text: '后端开发',
link: '/learning-notes/backend-dev/' link: '/learning-notes/backend-dev/'
}, },
{icon: 'devicon:ros', text: 'ROS2', link: '/learning-notes/ROS2/'},
{icon: 'marketeq:vision', text: '计算机视觉', link: '/learning-notes/computer-vision/'} {
icon: 'solar:eye-scan-bold',
text: '计算机视觉',
items: [
{icon: '/icon/yolo.svg', text: 'YOLO', link: '/learning-notes/computer-vision/YOLO/'},
{icon: 'devicon:opencv', text: 'OpenCV', link: '/learning-notes/computer-vision/OpenCV/'},
{icon: 'vscode-icons:file-type-matlab', text: 'MATLAB', link: '/learning-notes/computer-vision/MATLAB/'}
]
},
] ]
}, },
{ {
@ -127,11 +156,6 @@ export const navbar = defineNavbarConfig([
text: '公共服务', text: '公共服务',
items: [ items: [
{icon: '/icon/openai.svg', text: '生成式人工智能', link: '/public-service/GPT/'}, {icon: '/icon/openai.svg', text: '生成式人工智能', link: '/public-service/GPT/'},
{
icon: 'skill-icons:git',
text: 'Git 代码托管平台',
link: '/public-service/code-manage/gitlab-ee/'
},
{ {
icon: '/icon/mirror.svg', icon: '/icon/mirror.svg',
text: '重庆医科大学开源软件镜像站', text: '重庆医科大学开源软件镜像站',
@ -142,6 +166,27 @@ export const navbar = defineNavbarConfig([
text: 'Overleaf LaTeX协作平台', text: 'Overleaf LaTeX协作平台',
link: '/public-service/overleaf/' link: '/public-service/overleaf/'
}, },
{
icon: 'skill-icons:git',
text: 'Git 代码托管平台',
items: [
{
icon: 'mdi:github',
text: 'Github PGuideDev',
link: '/public-service/code-manage/github-pguide-dev/'
},
{
icon: 'devicon:gitlab',
text: 'Gitlab EE代码托管平台',
link: '/public-service/code-manage/gitlab-ee/'
},
{
icon: 'material-icon-theme:folder-gitea',
text: 'PGuide Gitea',
link: '/public-service/code-manage/pguide-gitea-ee/'
},
]
},
{ {
icon: 'fluent-color:data-area-32', icon: 'fluent-color:data-area-32',
text: '数据中心', text: '数据中心',

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#0923AE" d="M18.25 0a5.523 5.523 0 0 0-5.52 5.523c0 3.842-3.125 6.967-6.972 6.967a6.96 6.96 0 0 1-4.03-1.26a11.9 11.9 0 0 0 4.759 4.67v2.51c0 3.04 2.428 5.56 5.463 5.59c3.07 0 5.58-2.46 5.58-5.52V15.9c3.64-1.96 6.16-5.8 6.23-10.208v-.165C23.76 2.477 21.28 0 18.25 0M5.758 0A5.526 5.526 0 0 0 .24 5.523a5.52 5.52 0 0 0 5.518 5.517a5.517 5.517 0 0 0 5.512-5.517C11.27 2.477 8.802 0 5.758 0"/></svg>

After

Width:  |  Height:  |  Size: 491 B

View File

@ -10,6 +10,7 @@ permalink: /templates/
待完善 待完善
::: :::
<ImageCard <ImageCard
image="" image=""
title="" title=""

View File

@ -0,0 +1,8 @@
---
title: MATLAB机器视觉
createTime: 2025/03/19 06:55:05
permalink: /learning-notes/computer-vision/MATLAB/
icon: catppuccin:matlab
---
https://ww2.mathworks.cn/solutions/image-video-processing.html

View File

@ -0,0 +1,6 @@
---
title: 函数式调用
createTime: 2025/03/19 06:55:47
permalink: /learning-notes/computer-vision/MATLAB/funtion-invoke/
icon: hugeicons:function
---

View File

@ -1,8 +1,8 @@
--- ---
title: 计算机视觉学习笔记 title: REAMD
createTime: 2025/02/24 07:48:15 createTime: 2025/03/19 06:58:07
permalink: /learning-notes/computer-vision/ permalink: /learning-notes/computer-vision/
icon: marketeq:vision icon: solar:eye-scan-bold
--- ---
See the world using the eyes of a machine. Make computer see and understand the world.

View File

@ -8,7 +8,7 @@ icon: https://www.originbot.org/assets/img/favicon.png
OriginBot使用与开发过程主要在PC端完成完成以上Ubuntu和ROS2的环境配置后还需要将OriginBot的PC端功能包下载到电脑上并且完成编译便于后续操作使用。 OriginBot使用与开发过程主要在PC端完成完成以上Ubuntu和ROS2的环境配置后还需要将OriginBot的PC端功能包下载到电脑上并且完成编译便于后续操作使用。
:::tip :::tip
如果你觉得下载过慢,可以参照[VMWare安装](1.VMWare%E5%AE%89%E8%A3%85.md)中的`ROS2系统安装``配置镜像源`操作。 如果你觉得下载过慢,可以参照[VMWare安装](../1.VMWare安装.md)中的`ROS2系统安装``配置镜像源`操作。
::: :::
:::steps :::steps

View File

@ -13,7 +13,7 @@ icon: fluent-emoji:world-map
@[pdf height="600px"](https://cos.cqmu.online/docs/%E5%85%AC%E5%BC%80%E5%9C%B0%E5%9B%BE%E5%86%85%E5%AE%B9%E8%A1%A8%E7%A4%BA%E8%A7%84%E8%8C%83.pdf) @[pdf height="600px"](https://cos.cqmu.online/docs/%E5%85%AC%E5%BC%80%E5%9C%B0%E5%9B%BE%E5%86%85%E5%AE%B9%E8%A1%A8%E7%A4%BA%E8%A7%84%E8%8C%83.pdf)
:::important 免责声明 :::important 免责声明
下面内容为Deepseek R1根据法律文件总结而来可能存在疏忽一切以国家给出的最新政策文件为准 下面内容为DeepSeek R1根据法律文件总结而来可能存在疏忽一切以国家给出的最新政策文件为准
::: :::
## 一、总则 ## 一、总则

View File

@ -17,6 +17,8 @@ icon: nonicons:vim-visual-mode-16
## PGuide Studio VIS ## PGuide Studio VIS
<LinkCard icon="/icon/logo.svg" href="http://vi.pguide.studio/" title="项导工作室视觉识别系统" >PGuide Visual Identity System</LinkCard>
:::tip :::tip
待完善 待完善
::: :::
@ -25,16 +27,18 @@ icon: nonicons:vim-visual-mode-16
全国大学VIS汇总[:[carbon:map-identify]:urongda](https://www.urongda.com/logos) 全国大学VIS汇总[:[carbon:map-identify]:urongda](https://www.urongda.com/logos)
## CQMU VIS ### CQMU VIS
<LinkCard icon="/icon/cqmu.svg" href="https://vi.cqmu.edu.cn/" title="重庆医科大学视觉形象识别系统" >CQMU Visual Identity System</LinkCard> <LinkCard icon="/icon/cqmu.svg" href="https://vi.cqmu.edu.cn/" title="重庆医科大学视觉形象识别系统" >CQMU Visual Identity System</LinkCard>
![2025-03-17_04-11-36.png](../../../.vuepress/public/src/2025-03-17_04-11-36.png) ![2025-03-17_04-11-36.png](../../../.vuepress/public/src/2025-03-17_04-11-36.png)
## CQU VIS ### CQU VIS
<LinkCard icon="/icon/cqu.svg" href="https://www.cqu.edu.cn/__local/F/67/13/91F381501973A4F9D10D3340792_2136FE11_3D39D20.pdf?e=.pdf" title="重庆大学视觉识别系统" >CQU Visual Identity System</LinkCard> <LinkCard icon="/icon/cqu.svg" href="https://www.cqu.edu.cn/__local/F/67/13/91F381501973A4F9D10D3340792_2136FE11_3D39D20.pdf?e=.pdf" title="重庆大学视觉识别系统" >CQU Visual Identity System</LinkCard>
## Tencent Cloud Brand VIS ## 知名企业VIS
### Tencent Cloud Brand VIS
<LinkCard icon="simple-icons:tencentqq" href="https://www.zcool.com.cn/work/ZNzA2MDcxMTI=.html?" title="腾讯云品牌VIS视觉识别手册" >TencentCloud VIS</LinkCard> <LinkCard icon="simple-icons:tencentqq" href="https://www.zcool.com.cn/work/ZNzA2MDcxMTI=.html?" title="腾讯云品牌VIS视觉识别手册" >TencentCloud VIS</LinkCard>