You're reading the documentation for a development version. For the latest released version, please have a look at master.
DA CloudNDepth Conv Node
Overview
Input and Output
Input |
Type |
Description |
---|---|---|
Object |
Point Cloud |
The point cloud data to be convert (From Camera etc.). |
Depthmap Size X, Y |
Int32 |
Size of the depth image x (width), y (height) dimension in pixels. |
Set Min. Size X, Y, Z |
Double |
Bounding box minimum x, y, z value. |
Set Max. Size X, Y, Z |
Double |
Bounding box maximum x, y, z value. |
Output |
Type |
Description |
---|---|---|
8bit_depth |
Image |
8 bit depth image. |
cloud |
cloud |
The input point cloud used for depth map conversion. |
depth |
Image |
16 bit depth image composed of 8 bit grey scale image and 8-bit depth info. |
Node Settings
Source
- Object:
The point cloud data to be convert (From Camera etc.).
Depth Map Settings
Depthmap Size X:
Size of the depth image x (width) dimension in pixels.
Depthmap Size Y:
Size of the depth image y (height) dimension in pixels.
Extraction Box Settings
Set Min. Size:
X : Bounding box minimum x value.
Y : Bounding box minimum y value.
Z : Bounding box minimum z value.
Set Max. Size:
X : Bounding box maximum x value.
Y : Bounding box maximum y value.
Z : Bounding box maximum z value.
Procedure to use
- Here’s a link to tee.dcf file for the camera input. Add a virtual Camera in the Platform Config and link the tee.dcf file as its input.
Exercise
Try to come up with the setting on DA CloudNDepth Conv node according to the requirements below. You can work on these exercise with the help of this article. We also have answers attached at the end of this exercise. | There is a project which requires the robot to pick all the occurrences of the T-tube in scene. Your colleague has setup the 3D camera and robot in the lab for experiment. Here’s a link to .dcf file for the Camera input.
You need to help him setup the DA CloudNDepth Conv node in main_flowchart. Please choose the all correct answers from the options:
- You are given a worskpace that has the camera and DA CloudNDepth Conv node set up, but you find that the result of DA CloudNDepth Conv is strange, as in the image below. How should you fix this?
-
Increase the X Y value in Extraction Box settings / Set Min. Size.
Decrease the X Y value in Extraction Box settings / Set Max. Size.
Decrease the X Y value in Deptmap Size X / Y.
Increase the X Y value in Deptmap Size X / Y.
Answers for Exercises
Explanation: Recall in “Procedure to use” step 4, if you encouter the result containing grid lines, that means the width and height of the depthmap is too high. Should reduce them accordingly to remove the gridlines.