Pattern recognition in Robot Vacuum Map
5 views (last 30 days)
Show older comments
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 Comments
Answers (2)
Sivsankar
on 28 Aug 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 Comments
See Also
Categories
Find more on Pattern Recognition and Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!