Skip to content

tiantianxuabc/plane-extraction

Repository files navigation

plane-extraction

the plane extraction based on c++

depty

depth_color

seg

Conversion of depth to point cloud through camera calibration information

camera calibration:

fx 0 cx

0 fy cy

0 0 1

formualtion

X = (x - cx) / fx * depth

Y = (y - cy) / fy * depth

Z = depth

About

the plane extraction based on c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages