junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

3D Camera 结构光 #308

Open junxnone opened 2 years ago

junxnone commented 2 years ago

结构光3D Camera

Reference

Brief

原理

image

结构光编码

二值码 & 格雷码

Decimal Binary Gray Decimal of Gray Decimal Binary Gray Decimal of Gray
0 0000 0000 0 8 1000 1100 12
1 0001 0001 1 9 1001 1101 13
2 0010 0011 3 10 1010 1111 15
3 0011 0010 2 11 1011 1110 14
4 0100 0110 6 12 1100 1010 10
5 0101 0111 7 13 1101 1011 11
6 0110 0101 5 14 1110 1001 9
7 0111 0100 4 15 1111 1000 8
格雷码扩展方式

应用于结构光

Code example
BinaryCode
8 Bit
image
GrayCode
8 Bit
image
Sequences
4 Bit Binary =>
4 Bit Gray =>
image