diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ce63862..85648cd 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -62,9 +62,23 @@ "icon": "lucide-file", "title": "Requirements Gathering" } + }, + { + "id": "6481c85a3791492b", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "3 Knowledge/Computer Vision - Depth Perception.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Computer Vision - Depth Perception" + } } ], - "currentTab": 3 + "currentTab": 4 } ], "direction": "vertical" @@ -311,10 +325,10 @@ "periodic-notes:Open today": false } }, - "active": "b61acafdb7bde436", + "active": "6481c85a3791492b", "lastOpenFiles": [ - "3 Knowledge/Computer Vision - Depth Perception.md", "99 Work/0 OneSec/OneSecNotes/10 Projects/Requirements/Requirements Gathering.md", + "3 Knowledge/Computer Vision - Depth Perception.md", "99 Work/0 OneSec/OneSecNotes/10 Projects/Requirements", "3 Knowledge/Machine Learning.md", "2 Personal/Lists/Business Ideas.md", diff --git a/3 Knowledge/Computer Vision - Depth Perception.md b/3 Knowledge/Computer Vision - Depth Perception.md index c887a78..71c16d6 100644 --- a/3 Knowledge/Computer Vision - Depth Perception.md +++ b/3 Knowledge/Computer Vision - Depth Perception.md @@ -16,6 +16,11 @@ tags: #### Correspondence Problem To compute the disparity map we must first find out corresponding pixels of the two stereo images. [Image rectification](https://en.wikipedia.org/wiki/Image_rectification) is used to +#### At OSD +``` +disparity = (baseline * focal_length) / depth +DISPARITY_CONSTANT = baseline * focal length +```