vault backup: 2023-04-14 20:16:16

This commit is contained in:
2023-04-14 20:16:16 +08:00
parent f0098649f6
commit aeb203f2c6
2 changed files with 24 additions and 8 deletions

View File

@@ -65,14 +65,26 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "05. 資料收集/向右曝光.md", "file": "04. Programming/OpenCV.md",
"mode": "source",
"source": true
}
}
},
{
"id": "3243310ea226f3db",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "04. Programming/OpenCV API.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
} }
} }
], ],
"currentTab": 4 "currentTab": 5
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -130,7 +142,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "05. 資料收集/向右曝光.md", "file": "04. Programming/OpenCV API.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -166,7 +178,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "05. 資料收集/向右曝光.md" "file": "04. Programming/OpenCV API.md"
} }
} }
} }
@@ -192,10 +204,12 @@
"periodic-notes:Open today": false "periodic-notes:Open today": false
} }
}, },
"active": "de8dfcffe2f51230", "active": "3243310ea226f3db",
"lastOpenFiles": [ "lastOpenFiles": [
"05. 資料收集/Color Format.md", "04. Programming/OpenCV.md",
"04. Programming/OpenCV API.md",
"05. 資料收集/向右曝光.md", "05. 資料收集/向右曝光.md",
"05. 資料收集/Color Format.md",
"00. Inbox/01. TODO.md", "00. Inbox/01. TODO.md",
"00. Inbox/00. Inbox.md", "00. Inbox/00. Inbox.md",
"05. 資料收集/台灣味的日本名字.md", "05. 資料收集/台灣味的日本名字.md",
@@ -222,8 +236,6 @@
"03. 專注Study/Android/Android programming.md", "03. 專注Study/Android/Android programming.md",
"01. 個人/00. Informations/Datas.md", "01. 個人/00. Informations/Datas.md",
"03. 專注Study/C++/C++20.md", "03. 專注Study/C++/C++20.md",
"03. 專注Study/Android/MediaCodec.md",
"03. 專注Study/Android/Android External Storage - Read, Write, Save File.md",
"attachments/android_mediacodec_life_cycle.png", "attachments/android_mediacodec_life_cycle.png",
"attachments/android_mediacodec_flow.png", "attachments/android_mediacodec_flow.png",
"attachments/Pasted image 20230308105856.png", "attachments/Pasted image 20230308105856.png",

View File

@@ -0,0 +1,4 @@
## cv2.erode()
Erosion 影像侵蝕對於移除影像中的小白雜點很有幫助,可用來去噪,例如影像中的小雜點,雜訊。
## cv2.dilate()