Make changes necessary to convert rgb images to aron format
When using ndarray_to_aron() (in python3-armarx/armarx_memory/aron/conversion/ndarray/common.py) to convert rgb images, is_point_cloud() would return true because the images have fields. To prevent that an additional condition for a ndarray to be classified as a point cloud was added. Also the function convert_int8_to_dtype_rgb() to convert images to an aron format was added.
Merge request reports
Activity
assigned to @kartmann
added 47 commits
-
3262fdc5...5ebb8b1f - 46 commits from branch
master
- f9972e70 - Merge branch 'master' into python3_aron_rgb_image
-
3262fdc5...5ebb8b1f - 46 commits from branch
Please register or sign in to reply