Image recognition with matlab
显示 更早的评论
Congratulations
I want to know how to process an image in Matlab Live, using a camera connection?
Thanks in advance
回答(1 个)
Image Analyst
2021-12-20
0 个投票
You basically call a function to snap an image into an array, such as getsnapshot() or getdata().
Then you do image analysis or image processing on that frame you just grabbed.
See my File Exchange for an Image Segmentation Tutorial.
类别
在 帮助中心 和 File Exchange 中查找有关 Semantic Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!