You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a pcap file from a Cepton sensor and was trying to convert from image position to Cartesian coordinates.
To test my method I first tried converting from image position to Cartesian coordinates using the python function convert_image_points_to_points. I then compared them to the Cartesian points from a .ply file saved from the CeptonViewer software. However, they are not equivalent; when looking at the images below. The first image is from the .ply file from CeptonViewer and the second image is from the image positions which have been converted using convert_image_points_to_points. The black circle shows an example where there is a clear difference. Am I using the conversion function wrong or is this an issue with the SDK?
The text was updated successfully, but these errors were encountered:
It looks the number of points drastically decreased. Did you check the timestamps of point cloud? I thought you might limited the sampling duration from original pcap.
Hi,
I have a pcap file from a Cepton sensor and was trying to convert from image position to Cartesian coordinates.
To test my method I first tried converting from image position to Cartesian coordinates using the python function
convert_image_points_to_points
. I then compared them to the Cartesian points from a .ply file saved from the CeptonViewer software. However, they are not equivalent; when looking at the images below. The first image is from the .ply file from CeptonViewer and the second image is from the image positions which have been converted usingconvert_image_points_to_points
. The black circle shows an example where there is a clear difference. Am I using the conversion function wrong or is this an issue with the SDK?The text was updated successfully, but these errors were encountered: