DdTam1_8

Results 9 comments of DdTam1_8

hello i use this code below but terminal has a problem " "depth_2_color_space" is not defined" although i did import mapper library. import mapper from pykinect2 import PyKinectV2 from pykinect2.PyKinectV2...

oh i have a problem with my code and i fixed it, thank you so much your source code is very useful. I wonder that if there is any source...

You are amazing but i have a problem when i test your code. I don't know why is this happen? ---- from PointCloud import Cloud pcl = Cloud(file='models/model.pcd') (I did...

i can use function pcl.visualize() for pcl = Cloud(file='models/test_cloud_4.txt'). Maybe i will try with your open3D version

Helllo sir, i scroll on Youtube and people said that Open3D lib does not support create pointcloud data, i do not know does it right or not so im here...

Excuse me, could I ask you a question? I noticed in the source code that you swapped the x, y, z coordinates from the 'world_points' numpy array to 'x, y,...

Hi, thanks for your reply. The x, y, z coordinates are not created by a function, but in these lines of code below: self._dynamic_point_cloud[:, 0] = world_points[:, 0] self._dynamic_point_cloud[:, 1]...

Hey Thank you so much! I'm trying to estimate the normal vector of this white tilted object in the picture below. I don't know much about Open3D processing, could you...

Thanks for the tip! kaka I've completed several preprocessing steps, including cropping the point cloud (which might be similar to a pass-through filter), plane segmentation, and outlier removal. Thanks for...