How can I have Matlab use deep learning to identify key items in an image?
Show older comments
I am trying to have MATLAB use deep learning to automatically identify specific items within an image (namely, all the triangles located at the nodes). Can anyone give any input on how I would go about having MATLAB do this? Attached is:
- The raw input image
- A modified version of the input image that shows the objects of interest in the image (i.e., the triangles)
The x,y coordinates of the triangle vertices is what I ultimately need. Thanks in advance for your help!
1)

2)

Accepted Answer
More Answers (1)
Image Analyst
on 19 May 2022
0 votes
You can probably get those with traditional methods like thresholding and blob analysis.
For a deep learning solution you can use SegNet.
Categories
Find more on Nearest Neighbors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




