Functions | |
| def | demo1 |
| def | demo2 |
| def | gaussian_curvature |
| Fits a plane. | |
| def | gaussian_curvature2 |
| Calculates a coordinate system & eigen values of given points matrix. | |
| def | generate_pts |
| def | plot_axis |
| def | spread |
Definition at line 143 of file gaussian_curvature.py.
Definition at line 155 of file gaussian_curvature.py.
| def laser_camera_segmentation.gaussian_curvature.gaussian_curvature | ( | points, | |
p = np.matrix([0,0, |
|||
| T | |||
| ) |
Fits a plane.
| points | 3xn numpy matrix representing points to be fitted |
| d | direction that normal calculated should point in |
Definition at line 38 of file gaussian_curvature.py.
| def laser_camera_segmentation.gaussian_curvature.gaussian_curvature2 | ( | points, | |
x = np.matrix([1,0, |
|||
| T, | |||
z = np.matrix([0,0, |
|||
| T | |||
| ) |
Calculates a coordinate system & eigen values of given points matrix.
| points | 3xn numpy matrix representing points to be fitted |
| x | first principle direction to match to |
| z | second direction to match to |
Definition at line 77 of file gaussian_curvature.py.
Definition at line 130 of file gaussian_curvature.py.
| def laser_camera_segmentation.gaussian_curvature.plot_axis | ( | x, | |
| y, | |||
| z, | |||
| directions | |||
| ) |
Definition at line 123 of file gaussian_curvature.py.
| def laser_camera_segmentation.gaussian_curvature.spread | ( | points | ) |
Definition at line 59 of file gaussian_curvature.py.