File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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" } ,
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ OpenCV 是一個功能強大的影像處理庫,提供了許多現成的影像
29293 . Zero Side Effect
30304 . Minimal Functionality
3131
32+ ### 變數命名
33+
34+ ` RGBTRIPLE ` 、` BITMAPFILEHEADER ` 、` BITMAPINFOHEADER ` 是遵循Windows API的命名方式。
35+
3236### 參數順序
3337
3438為了讓函數的操作與存取2D vector的方式更為一致,函數的參數順序為 ` (y, x) ` 與 ` (height, width) ` 。
You can’t perform that action at this time.
0 commit comments