- Image Processing for Engineering and Science Specialization
- Computer Vision for Engineering and Science Specialization
image recognition in MATLAB
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Cris LaPierre
el 27 de Abr. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!