Pattern recognition in Robot Vacuum Map

조회 수: 5 (최근 30일)
Michael Kräftner
Michael Kräftner 2019년 9월 2일
답변: Image Analyst 2024년 8월 28일
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
Raum_leer_Pfad.png
Raum_leer.png
Raum_Person_Pfad.png
Raum_Person.png
Referenzbild.jpg

답변 (2개)

Sivsankar
Sivsankar 2024년 8월 28일
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.

Image Analyst
Image Analyst 2024년 8월 28일

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by