Image recognition with matlab
2 ビュー (過去 30 日間)
古いコメントを表示
Congratulations
I want to know how to process an image in Matlab Live, using a camera connection?
Thanks in advance
0 件のコメント
回答 (1 件)
Image Analyst
2021 年 12 月 20 日
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!