You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and once you see an image in a CV window popping up, press the space bar to save it. The tool will write a json and rgbd file to the current folder with a timestamp as filename.
45
-
46
-
*`ed_segmenter`: Iterates over snapshots in a directory, performs a Kinect update and displays the result. To run:
This includes the entire 'update' sequence, including (but not limited to):
53
-
54
-
* Updating entity position
55
-
* Updating sensor pose
56
-
* Removing the background
57
-
* Clearing convex hulls that are no longer there
58
-
* Clustering
59
-
* Merging overlapping convex hulls
60
-
* Associate and update entities
61
-
* Removing entities that are not associated
37
+
Several tools are available for testing the features of this repository. These can be found in the [tools](tools) along with their [documentation](tools/README.md).
and once you see an image in a CV window popping up, press the space bar to save it. The tool will write a `json` and `rgbd` file to the current folder with a timestamp as filename.
12
+
13
+
## fitter
14
+
15
+
*`ed_fitter_live`: Shows RGB image stream and a visualization to show the fitting process. Example usage (N.B.: use robot name as a namespace):
This visualises an image like the one below. With the original pose of the entity in blue and the newly fitted pose in yellow. The data used to fit the object is shown in purple.
22
+
23
+

24
+

25
+
26
+
*`ed_fitter_data`: Similar to the above if one wishes to visualise the fitting using a saved rgbd image. Iterates over snapshots in a directory, performs a Fit and displays the result. To run:
0 commit comments