how to find coin value in an image using matlab
Show older comments
I need to find the value of a coin in the image and also its diameter and area. Can someone please tell me how to proceed with it?
Answers (2)
KALYAN ACHARJYA
on 10 Jan 2021
0 votes
Steps:
"I need to find the value of a coin in the image"
- Preprocessing (If required)
- Segmentation (ROI)
- Apply Sort of Morphological Operations (If Required)
- Apply the bounded Box
- Use OCR
"its diameter and area"
- Preprocessing (If required)
- Apply the CHT or use the Circular Object Detection Method Link
- You may get the detais in resultant structre
If you are using another approach to obtain circular objects to obtain area and diameter, please use the regionprops function.
https://in.mathworks.com/help/images/ref/regionprops.html
Image Analyst
on 10 Jan 2021
0 votes
Categories
Find more on Image Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!