MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
1. Intel have a Python tutorial called distance_to_object in the link below for performing depth to color alignment. https://github.com/IntelRealSense/librealsense/blob/jupyter/notebooks/distance_...
-
1. Using depth to color alignment can help in situations where the camera is confused about near and far depth, as it helps the camera to differentiate between the foreground and background. 2. D...
-
A way to get a 360 degree point cloud with a single camera if you can only take static snapshots and not record the data continuously is to take several ply captures (front, back, left side, right ...
-
As you are using Python, another excellent option for point-cloud and mesh processing that can be used with RealSense 400 Series cameras is pyntcloud https://github.com/daavoo/pyntcloud
-
For advanced point cloud and mesh functions, the RealSense SDK can be interfaced with specialist mesh manipulation libraries such as Point Cloud Library (PCL) so that their functions can be accesse...
-
You could use OpenCV with Python and remove every color but the skin color of the dummy. Google opencv python color removal for examples, such as this one: https://medium.com/better-programming/au...
-
If you are aiming to create a solid 3D model then LIPScan 3D may meet your needs as it is compatible with 400 Series cameras. https://m.youtube.com/watch?v=N14Pi6z-MkE If it must be real 3D point ...
-
It is okay, I understand what you are describing. Thank you very much. :) If you cannot eliminate the background data when scanning the body, would it be practical to hide the real background, pe...
-
I would speculate that the bag file may be applying the recorded Threshold filter setting value when loaded into the Viewer but the stored raw data still represents the full unfiltered distance (be...
-
Hi Jkeresztes Are you using Unity 2020, please? If so, there is a known issue with this error when accessing the 'ARBackgroundRenderer' RealSense component with Unity 2020. https://github.com/Int...