Pattern recognition in Robot Vacuum Map
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am currently working on the recognition of fallen persons from a generated map of a vacuum cleaner robot (2D lidar sensor). This should be kept as simple as possible in the first step.
In the appendix are the pictures of an empty room as well as of a room with a person on the floor. I would be happy if someone could guide me in one direction how I could do this detection with Matlab.
Thank you very much and best regards
Michael
0 comentarios
Respuestas (2)
Sivsankar
el 28 de Ag. de 2024
Hi Michael,
You can leverage this MATLAB answer as an initial direction to start:
I can understand that this answer might be vague in your case since you have used 2D LiDAR dataset. I assume that you are having unsupervised 2D LiDAR data. So, you could use choose some prominent pattern recognition algorithms such as K-Means Clustering which is suitable for unsupervised learning. However, keep in mind to execute necessary preprocessing steps before employing your algorithm onto the dataset. You can refer to this documentation to get a better understanding in the algorithm:
There is also a dedicated LiDAR toolbox through which you could detect objects. You can learn more about the toolbox from here:
I believe that this information would suffice as a starting point for your pattern detection algorithm in MATLAB.
Thanks.
0 comentarios
Ver también
Categorías
Más información sobre Pattern Recognition and Classification 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!