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!