Hello,
We are working on a usecase of finding the available volume of a box container made of cardboard/plastic fibre. The procedure for the same is described below.
1. The volume of unfilled container is known beforehand.Divide the volume in uniform smaller units.
2. Fill the container with materials like cloths, paper etc.
3. Get the point cloud data by projecting mmwave on the partially filled container, it will reflect the points of only the area which is full while leaving unfilled area.
4. Calculate the volume by adding up the smaller units which have point clouds present.
Right now we are using only 2d point cloud to calculate the area which will be later extended 3d to calculate volume.
We have following queries based upon above description
a) How can we make the point cloud dense and uniformally scattered around the box?
b) Does point cloud has any effect if the target is stationary rather than moving?
c) How can we filter the reflections of empty box boundary and the reflection of the material inside it?
d) Which mmwave demo configuration is best suited for this use case?
Thanks in advance
Vikas