|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Variables | |
| action | |
| args = parser.parse_args() | |
| default | |
| depth_map = np.random.random(dims) | |
| tuple | dims = (args.dim, args.dim) |
| estimator = tabletopPlaneEstimator(intrinsic=intrinsic) | |
| force_matplotlib | |
| help | |
| int | |
| intrinsic = np.random.rand(3, 3) | |
| parser = ArgumentParser() | |
| rgb = np.random.random((*dims, 3)) | |
| type | |
Script for testing behavior of the tabletop estimator. In particular, there are dependencies on a visualization tool like mayavi or pptk. This is to help debug the situation. usage: test_tabletop_estimator.py [-h] [--force-matplotlib] [--random] [--dim DIM]
| action |
| args = parser.parse_args() |
| default |
| depth_map = np.random.random(dims) |
| tuple dims = (args.dim, args.dim) |
| estimator = tabletopPlaneEstimator(intrinsic=intrinsic) |
| force_matplotlib |
| help |
| int |
| intrinsic = np.random.rand(3, 3) |
| parser = ArgumentParser() |
| rgb = np.random.random((*dims, 3)) |
| type |