python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to improve depth segmentation of Lego blocks
Input
I have the following depth images of type uint16 obtained from Intel realsense L515 camera which is supposed to have an Avg Depth Accuracy< 5mm @ 1m.
Goal
I want to quantify the depth of t...
Bilal
Votes: 0
Answers: 0
How to draw the perimeter of the depth FOV of Intel Realsense camera
I have Intel Realsense L515 camera, and I want to align the depth FOV perfectly to fit a workspace before fixing the camera position, hence I want to draw a rectangle around the FOV.
My preliminary id...
Bilal
Votes: 0
Answers: 0
Converting 16 bit depth frame from Intel Realsense D455 to OpenCV Mat in Android Java
I am trying to convert a DepthFrame object that I have obtained from the Intel Realsense D455 camera to an OpenCV Mat object in Java. I can get the the target depth of a pixel using DepthFrame.getDist...
mcy
Votes: 0
Answers: 1