Classify objects in image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I have a general idea however I dont know how to start.
I have large data set of images that each image includes many objects in it (some unusual items that I can find in google) that I dont know what are they.
I would like Matlab to categorize the objects from the images and then once they are categorized I will classify them and use the classified images to train the network for future images.
Any suggestions would be appriciated.
3 comentarios
Florian Morsch
el 3 de Ag. de 2018
Editada: Florian Morsch
el 3 de Ag. de 2018
You can seperate objects by color or shape, true. For example you could use https://de.mathworks.com/help/images/ref/imfindcircles.html to find circles (like coins) and extract them. If you know the general shapes and/or colors your objects have then you can use the simple image processing variants to extract them.
Those links might help you with that task:
https://de.mathworks.com/help/images/image-analysis.html This link provides several image processing examples with it.
Respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!