Pattern recognition in Robot Vacuum Map
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Pattern Recognition and Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!