There are many ways to get real xyz from raw depth image like vision.internal.visionKinectDepthToSkeleton or depthToPointCloud or pcfromkinect .
The problem is that it's not clear how these functions work exactly . All these functions use vision.internal.visionKinectDepthToSkeleton and visionKinectDepthToSkeleton is a .p file and encrypted .
Why I want to know how do they work ? Cause I want to write an Inverse function for them that get the xyz points and convert it to 424*512 depth image.
In kinect V1 , there is a clear formula for converting raw depth image data to xyz but I couldn't find any working solution for kinect V2.
It's better for me working in matlab environment but feel free using anything you want.
Thanks in advance !
kinect V2 get real xyz points from raw depth image in matlab without visionKinectDepthToSkeleton or depthToPointCloud or pcfromkinect
1.5k Views Asked by A. Jeed At
1
There are 1 best solutions below
Related Questions in MATLAB
- Convert Cell Array of Symbolic Functions to Double Array of Symbolic Functions MATLAB
- How to restrict vpasolve() to only integer solutions (MATLAB)
- "Error in port widths or dimensions" while producting 27
- matlab has encountered an internal problem needs to close
- Minimize the sum of squared errors between the experimental and predicted data in order to estimate two optimum parameters by using matlab
- Solve equation with Crank Nicolson and Newton iterative method in Matlab
- Why options are not available in EEGLAB menu options?
- ash: ./MathWorksProductInstaller: not found, but file exists
- iterative GA optimization algorithm
- Create Symbolic Function from Double Vector MATLAB
- Fixing FEA Model loading with correct units and stress results
- loading variables from a python script in matlab
- Why cannot I set font of `xlabel` in `plotmf` in MATLAB?
- How would I go about filtering non-standardly formatted serial data which contains some junk binary between data entries?
- Cyclic Voltammetry Simmulation in MATLAB, I am running into issues with my data points returning as NaN values, i am a beginner, any help wanted
Related Questions in KINECT
- Kinect V1 not connecting to Kinect Studio v1.8.0
- Kinect v1 Camera not connect with Kinect SDK
- There is a conflict when executing 'openni.launch' and 'amcl_demo.launch' in separate terminals
- Kinect Camera not recognized by Raspberry Pi
- Why is "from pykinect2 import PyKinectV2 " not working?
- Accessing Kinect for Xbox 360 depth camera using PyKinect
- Is it possible to rewrite pykinect2 to be compatible with the Xbox 360 Kinect?
- How can I solve R6025 pure vital function call error when I run a sketch of Processing for Kinect v1?
- Gazebo Kinect Plugin Point Transformation for RayShape
- Working Xbox Kinect support within python?
- System.TypeLoadException not load type 'System.Diagnostics.Eventing.EventDescriptor'
- OpenCV StereoCalibrate not returning expected values
- Segmentation fault (core dumped) error when running Python script with pykinect_azure and MoveIt
- Why is my audio file out of order when I try to record audio from the Kinect using NAudio?
- Unable to run pykinect2 on python 3.11.1
Related Questions in KINECT-SDK
- Kinect v1 Camera not connect with Kinect SDK
- C# WPF , Find coordinates according to Virtual Screen resolution
- When use async method to open a form from another from it crashes C#
- Why is "from pykinect2 import PyKinectV2 " not working?
- How can I use Kinect 360 with Windows?
- Cannot access all Azure Kinect Cameras
- Azure Kinect DK Getting: 'Pixels not aligned to stride of each line'
- Kinect V1, setting up environment
- Languages to develop applications for Xbox 360 kinect
- NuGet Restore fails for Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN
- How to get raw Kinect range data?
- How to use a feed from Azure Kinect in multiple applications?
- Transforming 2D pixel coordinates to 3D Azure Kinect
- Human object detection from depth map and skeleton coordinates
- Azure Kinect Crop Out Body Using Body Index Map
Related Questions in OPENKINECT
- Accessing Kinect for Xbox 360 depth camera using PyKinect
- Can't install OpenKinect for Processing Library
- How to solve linking issues with libusb in make file
- libfreenect installation not building correctly with cmake
- How to install pylibfreenect2
- Kinect for Processing error when using multiple cameras
- Weird dot in middle of Processing Kinect (v2) image
- how do I make a counter that records how many people walk past a Kinect and have the skeleton change colour when it detex new movement in processing
- motion capture with a Kinect v1 in processing
- A library used by this sketch is not installed properly
- Undefined reference in libfreenect c++ wrapper
- Detecting when a PNG image has been "wiped transparent" in Processing?
- Convert an existing Kinect RGB infrared image to an array of distances
- Get pixel locations of the joints in the depth and in the RGB images
- Using the kinect depth camera to track a ball in python
Related Questions in KINECT-V2
- Cannot import pykinect2
- C# WPF , Find coordinates according to Virtual Screen resolution
- When use async method to open a form from another from it crashes C#
- Mapping 3D cloth models to kinect joints using C# in Unity
- Why is "from pykinect2 import PyKinectV2 " not working?
- How to install pylibfreenect2
- Anyone used kinect v2 for contour mapping?
- Kinect v2 FrameArrived event suddenly stops being fired : am I leaking a IDisposable?
- Rotate 3d coordinate system to align with a plane - Remove Kinect's relative pitch and roll with respect to the floor plane
- Unable to run pykinect2 on python 3.11.1
- pykinect2 library works only with comtypes 1.1.4 which only works with python 2.7. Hence, not able to integrate media pipe, hand tracking with it
- How to read the Kinect v2 IR sensor using Opencv in python
- cv2.VideoWriter made the code slower compared to cv2.imshow (multiple kinect V2 sensors)
- How to properly use OpenCV VideoWriter to write monochrome video with float32 source data type in Python?
- Why does Opencv work with my webcam but nnot with my kinect v2?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have the following code which does the job. It reads the depth image and converts into X,Y,Z values. I might have got it from the "libfreenect2" forum. As far as the intrinsic parameters are concerned, you could use the values that I have been using or get you own using the calibration toolbox along with a checker board pattern.
Here is a link explaining the camera model based on which the above equations are derived for X, Y and Z.