Skip to content

Commit

Permalink
Update intro.md and config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
yappy2000d committed Nov 1, 2024
1 parent 9e662c6 commit 14f6c16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default defineConfig({
{
text: "繪製邊框",
link: "/pages/OutlineRenderer",
collapsed: true,
items: [
{ text: "ShapeType", link: "/pages/ShapeType" },
],
Expand Down
5 changes: 5 additions & 0 deletions pages/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ OpenCV 是一個功能強大的影像處理庫,提供了許多現成的影像
+ Method Chaining
+ Fluent Interface
+ Zero Side Effect
+ Minimal Functionality

### 參數順序

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

### Matrix 的資料類別

為方便使用,目前都使用 `double`,若之後有需要用到其他資料類別,再改為泛型。

0 comments on commit 14f6c16

Please sign in to comment.