Author and institution
義大利摩德納與雷焦艾米利亞大學(University of Modena and Reggio Emilia, Unimore)的 AImageLab 實驗室
Enrico Vezzali、Federico Bolelli、Stefano Santi、Costantino Grana
Introdction
Paper
Code
Barcode

簡介
本文是學習筆記,學習開源程式碼 OpenCV 中的實作,並且學習其中所使用的概念
Mat Implementation
struct Mat {
/*! includes several bit-fields:
- depth (4~-11)
- number of channels (1~3)
概念
交叉編譯 (Cross Compilation) 是指在一台電腦上編譯可以在另一種電腦上執行的程式
舉個例子: 你用 Windows 系統的電腦,寫了一個程式是給 Raspberry Pi (樹莓派,使用 ARM 架構) 跑的,在編譯時候正常來說編譯出的執行檔案只能在 Windows 上執行,如果要移植到樹梅派上就無法執行,因為編譯需要考量到編譯器以及對應的平台是什麼
確認目標平台
CPU 架構
ARM、x86
作業系統
Linux、Android、Windows
交叉編譯器
Paper Link
Depth Anything V2
Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
Abstract 大綱
目的
RGB影像透過模型進行單目相機的深度估計 Monocular Depth Estimate 簡稱 MDE
挑戰
單目相機深度估計需要一些條件才能使用,例如相機焦距,已知物件大小與初始距離,才有可能定位一個物體距離相機的距離