mapping coordinates from specific point in point cloud using image pixels
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i am using yolo detector to detect strawberrirs the detector draws a bounding box around the strawberry, the process is done using kinect v2 camera, with this camera i am able to getting RGB image and depth image with these two i can creat point cloud, so what i need is using the center of the bounding box (which is in pixels) and map it to the point cloud so i get XYZ in real world, because i want to send these valuse to a robot.
3 comentarios
Respuestas (1)
sudobash
el 19 de Ag. de 2022
Hi!
As per my understanding, the world coordinates need to be computed from a given point in an image. You can use pointsToWorld function to do this. The documentation for the same explains this in detail. All you would need are the intrinsic and extrinsic parameters of the sensor.
Hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Point Cloud Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!