-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to extract raw stereo images(left and right camera images) from database created by Rtabmap. #1449
Comments
You can use You can also use If you want to extract yourself from the database, they are compressed blob that can be decoded by opencv's rtabmap/corelib/src/resources/DatabaseSchema.sql.in Lines 33 to 34 in 618e839
(depth is the right image in a stereo config) |
Hi, thank you for the quick response! I have another question: I am running Rtabmap with local stereo images and want to store the exact same images I provided as input. I used the Data Recorder tool to store raw data, but I noticed that the right images in the exported database are grayscale and resized based on the provided decimation. I need the images to be stored in their original size and in color. Is there a way to achieve this? |
Don't provide decimation to keep same resolution. To keep the right image as rgb, you may have to hard-code the output encoding here to |
Added a PR to support right color image downstream: #1463 |
Could you please let me know if the RTAB-Map database has a specific field that stores the left and right camera images from the stereo setup? If so, what is the field name, and how can it be accessed?
Thanks!
The text was updated successfully, but these errors were encountered: