-
Notifications
You must be signed in to change notification settings - Fork 2
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
Point Cloud: Segmentation, Transforms and Registration #49
Labels
enhancement
New feature or request
Comments
These are the only available image sources, can't get depth_in_visual_frame directly for hand_frame RGB_SOURCES = [
'hand_color_image',
'back_fisheye_image',
'frontleft_fisheye_image',
'frontright_fisheye_image',
'left_fisheye_image',
'right_fisheye_image',
]
DEPTH_SOURCES = [
'hand_depth',
'frontleft_depth_in_visual_frame',
'frontright_depth_in_visual_frame',
] |
Identified name: "hand_depth_in_hand_color_frame"
cols: 640
rows: 480
pinhole {
intrinsics {
focal_length {
x: 552.02910121610671
y: 552.02910121610671
}
principal_point {
x: 320
y: 240
}
}
}
image_type: IMAGE_TYPE_DEPTH
pixel_formats: PIXEL_FORMAT_DEPTH_U16
image_formats: FORMAT_RAW Can also use `hand_color_in_hand_depth_frame" name: "hand_color_in_hand_depth_frame"
cols: 224
rows: 171
pinhole {
intrinsics {
focal_length {
x: 211.49571228027344
y: 211.49571228027344
}
principal_point {
x: 110.83219146728516
y: 87.851737976074219
}
}
}
image_type: IMAGE_TYPE_VISUAL
pixel_formats: PIXEL_FORMAT_RGB_U8
image_formats: FORMAT_JPEG
image_formats: FORMAT_RAW Aligned Depth and RGB Works fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PointCloud
classTeaser++
for FPFH and local optimization with ICPThe text was updated successfully, but these errors were encountered: