Skip to content

Commit b1f17dc

Browse files
committed
更新頁面
1 parent 9e36c92 commit b1f17dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.vitepress/config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ export default defineConfig({
2626
text: "RGBImage",
2727
link: "/pages/RGBImage",
2828
collapsed: true,
29-
items: [{ text: "RGBTRIPLE", link: "/pages/RGBTRIPLE" }],
29+
items: [
30+
{ text: "RGBTRIPLE", link: "/pages/RGBTRIPLE" },
31+
{ text: "Channel", link: "/pages/Channel" },
32+
],
3033
},
3134
{ text: "GrayImage", link: "/pages/GrayImage" },
3235
{ text: "Matrix", link: "/pages/Matrix" },

pages/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ OpenCV 是一個功能強大的影像處理庫,提供了許多現成的影像
2929
3. Zero Side Effect
3030
4. Minimal Functionality
3131

32+
### 變數命名
33+
34+
`RGBTRIPLE``BITMAPFILEHEADER``BITMAPINFOHEADER`是遵循Windows API的命名方式。
35+
3236
### 參數順序
3337

3438
為了讓函數的操作與存取2D vector的方式更為一致,函數的參數順序為 `(y, x)``(height, width)`

0 commit comments

Comments
 (0)