Variables | |
| box = Generator.generateUniformlySampledBox(1.0, 2.0, 3.0, number_of_points, translation, rotation) | |
| circle = Generator.generateUniformlySampledCircle(1.0, number_of_points, translation, rotation) | |
| cylinder = Generator.generateUniformlySampledCylinder(1.0, 2.0, number_of_points, translation, rotation) | |
| data = DP(DP.load('../data/car_cloud401.csv')) | |
| DP = PM.DataPoints | |
| Generator = pm.PointCloudGenerator | |
| bool | is_3D = True |
| int | number_of_points = 10000 |
| string | output_base_directory = "tests/generator/" |
| plane = Generator.generateUniformlySampledPlane(np.array([1.0, 2.0, 3.0]), number_of_points, translation, rotation) | |
| PM = pm.PointMatcher | |
| ref = DP(DP.load('../data/car_cloud400.csv')) | |
| rotation = np.array([1, 0, 0, 0], dtype=np.float32) | |
| sphere = Generator.generateUniformlySampledSphere(1.0, number_of_points, translation, rotation) | |
| string | test_base = "3D" |
| translation = np.array([[0], [0], [0]]) | |
| point_cloud_generator.box = Generator.generateUniformlySampledBox(1.0, 2.0, 3.0, number_of_points, translation, rotation) |
Definition at line 33 of file point_cloud_generator.py.
| point_cloud_generator.circle = Generator.generateUniformlySampledCircle(1.0, number_of_points, translation, rotation) |
Definition at line 34 of file point_cloud_generator.py.
| point_cloud_generator.cylinder = Generator.generateUniformlySampledCylinder(1.0, 2.0, number_of_points, translation, rotation) |
Definition at line 35 of file point_cloud_generator.py.
Definition at line 26 of file point_cloud_generator.py.
| point_cloud_generator.DP = PM.DataPoints |
Definition at line 8 of file point_cloud_generator.py.
| point_cloud_generator.Generator = pm.PointCloudGenerator |
Definition at line 9 of file point_cloud_generator.py.
| bool point_cloud_generator.is_3D = True |
Definition at line 21 of file point_cloud_generator.py.
| int point_cloud_generator.number_of_points = 10000 |
Definition at line 17 of file point_cloud_generator.py.
| string point_cloud_generator.output_base_directory = "tests/generator/" |
Definition at line 14 of file point_cloud_generator.py.
| point_cloud_generator.plane = Generator.generateUniformlySampledPlane(np.array([1.0, 2.0, 3.0]), number_of_points, translation, rotation) |
Definition at line 36 of file point_cloud_generator.py.
| point_cloud_generator.PM = pm.PointMatcher |
Definition at line 7 of file point_cloud_generator.py.
Definition at line 25 of file point_cloud_generator.py.
| point_cloud_generator.rotation = np.array([1, 0, 0, 0], dtype=np.float32) |
Definition at line 29 of file point_cloud_generator.py.
| point_cloud_generator.sphere = Generator.generateUniformlySampledSphere(1.0, number_of_points, translation, rotation) |
Definition at line 37 of file point_cloud_generator.py.
| string point_cloud_generator.test_base = "3D" |
Definition at line 27 of file point_cloud_generator.py.
| point_cloud_generator.translation = np.array([[0], [0], [0]]) |
Definition at line 28 of file point_cloud_generator.py.