- Image Processing for Engineering and Science Specialization
- Computer Vision for Engineering and Science Specialization
image recognition in MATLAB
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to take a screenshot from a video and then process this screenshot with image recognition in Matlab. Various animals can appear on the image but not very often. I would like to examine the picture however only on a larger bee. How can this be done? The time is not important, the priority is a high accuracy. I have attached a picture of the bee to be detected.

0 Commenti
Risposte (1)
Cris LaPierre
il 27 Apr 2023
You might be interested in two specializations MathWorks has created on Coursera:
Ultimately, you will need to identify objects in your image, extract features, and then classify your objects. The easiest way to do this is to use a pretrained deep-learning model that you adapt to your data via transfer learning. You can learn how to do that in MATLAB in the Deep Learning Onramp.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!