-
影像處理
-
硬體:Coral TPU
-
終端機指令
dirtabcdcopy
-
pip install matplotlib讀取時顏色不正常的原因之一: When the image file is read with the OpenCV function imread(), the order of colors is BGR (blue, green, red). On the other hand, in Pillow, the order of colors is assumed to be RGB (red, green, blue). source
- open cv 中為 BGR
-
P.39
- ROI:感興趣的區塊
-
p.44
- 通道
-
p.46
add()跟+的差異cv2.addWeighted()
-
P.57
- HSV @wiki
- HSL @wiki
- WSL1 vs WSL2 系統
-
P.100 金字塔:將圖片融合
- [可逆?] 如果已知融合的圖、階數,能否找回原圖 Ans: No.
-
P.105 輪廓處理(算面積等)
-
- shape_predictor_68_face_landmarks
- 放進相同目錄,為一資料檔
- 人臉特徵向量值
- 放進相同目錄,為一資料檔
- shape_predictor_68_face_landmarks
Side Project