vault backup: 2025-03-26 11:29:49
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user