how to find coin value in an image using matlab

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)

Steps:
"I need to find the value of a coin in the image"
  1. Preprocessing (If required)
  2. Segmentation (ROI)
  3. Apply Sort of Morphological Operations (If Required)
  4. Apply the bounded Box
  5. Use OCR
"its diameter and area"
  1. Preprocessing (If required)
  2. Apply the CHT or use the Circular Object Detection Method Link
  3. 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
This is exactly what my Image Segmentation Tutorial does. Try it:

Asked:

on 10 Jan 2021

Answered:

on 10 Jan 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!