Skip to content

Yasaman-Haghighi/PointCloudGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PointCloudGeneration

point-cloud generation in python

How to use:

x, y = normalized_points(w, h, fx, fy, cx, cy) #call only once


for depth in depth_list:
  X =  x * depth
  Y =  y * depth
  Z =  depth

About

point-cloud generation in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages